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 alternative is to integrate the RTEMS support for lwIP in the lwIP project.


I would like to see select() supporting socket objects together
with notification from character drivers as well one day
to port applications waiting for more event sources in one thread
possible. But I think that select() is not compatible with
drivers even in RTEMS integrated stack. It it?

I have a hack for select() support in drivers and pipe():

https://git.rtems.org/sebh/rtems.git/commit/?id=92a35861d4795075dcff3ebab177812c7422753f

Its not included in the main sources due to a lack of time, testing and I am not sure if its really useful.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to