30 Commits (0073ac83ffd1e57093141ed081eecdd906701e8e)

Author SHA1 Message Date
patacongo 5868e1dc92 More Kconfig updates 13 years ago
patacongo 585a703015 Developing a new way to handle application configurations 13 years ago
patacongo 9e918288f2 Kconfig update 13 years ago
patacongo 2ac0dff544 Add kconfig documentation 13 years ago
patacongo 373c6c3757 Adding skeleton Kconfig files (part 3 of 2) 13 years ago
patacongo c22a13ef4a Move file-system header files to include/nuttx/fs 13 years ago
patacongo 03c2be3856 Move all non-standard, NuttX header files into include/nuttx/net 13 years ago
patacongo c3e6ead339 Correct a buffer size error in the STM32 ethernet driver 13 years ago
patacongo f04310d559 Correct and error in recv() and recvfrom() return value 13 years ago
patacongo 2fa893134f Document recvfrom() bug 13 years ago
patacongo 4d73d93489 Fixes all known FTP server bugs 13 years ago
patacongo a2e2f34390 Minor FTPD updates 13 years ago
patacongo 84df1adb64 Fix an FTPD bug 13 years ago
patacongo 1b3d8f3148 Fix a bug in the FAT statfs() implementation 13 years ago
patacongo 3d264a6502 A little more FTP daemon cleanup 13 years ago
patacongo 0b3d4e92e2 Fix more FTP server bugs 13 years ago
patacongo 76f187ba85 FTP server is marginally functional 13 years ago
patacongo 3d42ab8282 FTPD daemon and example now build without errors 13 years ago
patacongo c6e75138be Add build environment for the FTP daemon 13 years ago
patacongo c8c29e73a8 Add the beginnings of an FTP server 13 years ago
patacongo bede2bcc72 Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x configuration to test the USB composite device 13 years ago
patacongo a1646787df Re-verficatin of examples/telnetd after refactoring of fgets/readline functionality 13 years ago
patacongo 47fa99c4a8 Add tcsetattr and tcgetattr 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 7702043472 Fix a error the telnet driver read method. Don't return if only protocol stuff is read 13 years ago
patacongo 1df049bbc3 Various fixes for the telnet driver 13 years ago
patacongo 019b83fc54 Get rid of psock.h (bad idea); Add logic to clone the socket structure when wrapping the telnet connection as a character driver 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