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.
https://lists.rtems.org/pip
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 al
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 RT