Re: RTEMS milestones 4.13 and 5.0?

2017-10-14 Thread Joel Sherrill
On Oct 12, 2017 11:37 PM, "Sebastian Huber" < sebastian.hu...@embedded-brains.de> wrote: On 12/10/17 16:24, Chris Johns wrote: > On 11/10/17 11:30 pm, Sebastian Huber wrote: > >> milestones 4.13 and 5.0 don't fit the new version scheme: >> >> https://devel.rtems.org/wiki/Developer/Release#RTEMSRe

Re: [PATCH v2 2/4] Port wpa supplicant to RTEMS.

2017-10-14 Thread Chris Johns
On 14/10/17 6:14 am, Christian Mauderer wrote: > To the RTEMS community: Should we already add that code? It's not > thoroughly tested and still has some problems (like the assert) but it > adds everything that is necessary for continuing that work. If we don't > merge it, it might get out of date

Re: [PATCH v2 2/4] Port wpa supplicant to RTEMS.

2017-10-14 Thread Christian Mauderer
Hello Sichen, I was able to establish a WPA encrypted connection. Really great. A few details: - I noted that most of the time wpa_supplicant exits, an assert is hit (for example on a "wpa_supplicant_fork --help"). That's not really a killer because in normal case wpa_supplicant shouldn't quit. B