nuttx/drivers/loop
2017-10-11 10:18:30 -06:00
..
Kconfig Some minor clean-up from last changes 2015-11-25 17:52:47 -06:00
loop.c drivers/net/telnet.c: Now works like the loop device. A new interface called telnet_initialize() registers a telnet session "factory" device at /dev/telnet. Via ioctl, the factory device can create instances of the telnet character devices at /dev/telnetN to support Telnet sessions. 2015-12-07 13:48:06 -06:00
losetup.c Adds OS internal function nx_write() which is functionally equivalent to write() except that it does not set the errno variable and do not cause cancellation points. 2017-10-11 10:18:30 -06:00
Make.defs