Re: LwIP port using directly RTEMS semaphores and message queues

2015-10-14 Thread Gedare Bloom
On Mon, Oct 12, 2015 at 2:01 AM, ragu nath wrote: > Hi, > > lwIP can be built using RTEMS Source builder now. We have RTEMS + > lwIP OS glue(cc.h & sys_arch.c etc) . But it uses posix lib functions > instead of RTEMS native library. >

Re: LwIP port using directly RTEMS semaphores and message queues

2015-10-14 Thread Chris Johns
On 15/10/2015 7:33 am, Gedare Bloom wrote: > On Mon, Oct 12, 2015 at 2:01 AM, ragu nath wrote: >> Hi, >> >> lwIP can be built using RTEMS Source builder now. We have RTEMS + >> lwIP OS glue(cc.h & sys_arch.c etc) . But it uses posix lib functions >> instead of RTEMS

Re: LwIP port using directly RTEMS semaphores and message queues

2015-10-12 Thread ragu nath
Hi, lwIP can be built using RTEMS Source builder now. We have RTEMS + lwIP OS glue(cc.h & sys_arch.c etc) . But it uses posix lib functions instead of RTEMS native library. https://github.com/ragunath3252/lwip-nodrv . It's tested and working but not fully optimized.

LwIP port using directly RTEMS semaphores and message queues

2015-10-11 Thread Pavel Pisa
Hello Gedare and others, as I have already informed some offlist, Premysl Houdek is working on TMS570 Ethernet driver and because we have other OS LwIP port of it we decided to test LwIP on RTEMS before possible attempt to port driver to RTEMS integrated TCP/IP stack. I have found some work on

Re: LwIP port using directly RTEMS semaphores and message queues

2015-10-11 Thread Sebastian Huber
On 12/10/15 01:15, Pavel Pisa wrote: As for LwIP and RTEMS integration in general, does exists some idea/implementation how to make LwIP sockets the fist class RTEMS citizens/objects - i.e. to get file descriptor compatible with RTEMS read, write etc. calls same as for native RTEMS stack? An