79 Commits (0247373e8f497d14f609fad20329f201b5f00941)

Author SHA1 Message Date
patacongo 310e63cd28 NFS update; fix STM32 enabling of CAN2 clock 13 years ago
patacongo 16f7ec20bd Extend examples/can so that it can be used in other contexts 13 years ago
patacongo fd38715cba Add a PIC32 configuration that supports only a Telnet console 13 years ago
patacongo b2664b46db Fix some multiply defined symbols by making some static 13 years ago
patacongo 65e4af6e20 Prep for 6.16 release 13 years ago
patacongo 0a89a8ade3 Add support for use of a USB serial device to provide NSH console I/O. Verified on the Sure PIPIC32MX board 13 years ago
patacongo 29772a3432 The PIC32 USB device driver is (finally) functional 13 years ago
patacongo 40f49928b0 Several fixes to the PIC32 USB device OUT path logic 13 years ago
patacongo 03c2be3856 Move all non-standard, NuttX header files into include/nuttx/net 13 years ago
patacongo b34d35b328 A little more work (but not much progress) on the PIC32 USB device driver 13 years ago
patacongo 157e80bb9d Add logic to NSH startup to call C++ static initializers on startup 13 years ago
patacongo 82da59c616 Add support for C++ static constructors (at least to a few platforms) 13 years ago
patacongo 56bcc7b105 Extend CDC/ACM driver so that can be connected/disconnected under software control; Add new NSH commands sercon and serdis that will connect and disconnect the CDC/ACM serial device 13 years ago
patacongo 1784e4785b Add single precision operations to FPU test 13 years ago
patacongo 2bc54edaf3 readline() (and hence NSH) now accept the DEL character as well as the Backspace character for the backspace functionality 13 years ago
patacongo fe55532f34 Fix bugs in lazy FPU register saving 13 years ago
patacongo bdd5e8adcb Add a test to verify that FPU registers are properly saved and restored on context switches. 13 years ago
patacongo 112e4f55ba Fix an error the TCP/IP received sequence number counting 13 years ago
patacongo d8c42f1ed5 Misc fixes to quadrature encoder debug output 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 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 46e984d523 Extend the Quad Encoder test 13 years ago
patacongo 3625222c6c Add QE support to STM32F4Discovery; add a test of the quadrature encoder driver 13 years ago
patacongo 9a03521b43 Prep for 6.15 release 13 years ago
patacongo 592c4f7deb Add dmesg command that can be used to dump the syslog 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 05e846f340 Tried to get the Composite driver working on the LPC2148 (and failed) 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 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 2a2655f8e0 Use realine instead of fgets in several other places 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 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 ed4ee27f70 Numerous cosmetic changes while debugging a telnet driver issue 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