10 Commits (46e11c55c1618fa7bda5ef67299084c723937075)

Author SHA1 Message Date
patacongo 03c2be3856 Move all non-standard, NuttX header files into include/nuttx/net 13 years ago
patacongo 20b15f2d8c STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple block transfers result in CRC errors; avoid them by using smaller FTP buffer sizes 13 years ago
patacongo 3d42ab8282 FTPD daemon and example now build without errors 13 years ago
patacongo c8c29e73a8 Add the beginnings of an FTP server 13 years ago
patacongo 7a586daed8 NSH now uses the new Telnet daemon and built-in tasks started by NSH can be used over Telnet 13 years ago
patacongo 6a4e8b32b3 Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use readline instead of fgets in NSH 13 years ago
patacongo 35a1f247c4 Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy 13 years ago
patacongo 1e4d04d53b A few more telnet updates 13 years ago
patacongo 622ac27bfa Add new psock layer; telnet session is now wrapped in a character device 13 years ago
patacongo add995c32e Completes coding of the PWM module 13 years ago