199 Commits (1301f3da90d0473278ac13a80bbef90957b3cb8c)

Author SHA1 Message Date
patacongo 8c4a5d2149 Add hooks to support STM32 power management 13 years ago
patacongo 227b5d0f56 Fix a deadlock when using the NSH ifconfig command over Telnet 13 years ago
patacongo 4757dd6aa8 PIC32 Ethernet driver now appears stable 13 years ago
patacongo e7eb420e2e Add psock_connect() 13 years ago
patacongo 126f9640b8 More STM32 USB OTG definitions 13 years ago
patacongo c6bd4f78c4 Add support for the Sure DB-DP11212 PIC32 board 13 years ago
patacongo 2204da6b60 Prep for 6.16 release 13 years ago
patacongo 288631c44f Add support for the STM3220G-EVAL board 13 years ago
patacongo 7882e0671e Update PIC32 Ethernet driver 13 years ago
patacongo 3b1852082c Verified USB (device) on the PIC32 Ethernet Starter Kit 13 years ago
patacongo 3ded48ceae Add an NSH configuratin for the PIC32 starter kit 13 years ago
patacongo a0b537dd76 Add PIC32 SPI driver 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 03c2be3856 Move all non-standard, NuttX header files into include/nuttx/net 13 years ago
patacongo bb41cf1b70 Add more low-level, thread-independent socket interfaces 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 0c04ea0089 Add logic to support the FSMC SRAM in the NuttX heap 13 years ago
patacongo 6fe64a1886 Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to be better compatible with most of the rest of the world 13 years ago
patacongo fcbad8c27f Add support for SRAM on board the STM3240G-EVAL board 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 4ffc124e0a select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to be functional 13 years ago
patacongo dbd61e6f83 Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurations 13 years ago
patacongo 112e4f55ba Fix an error the TCP/IP received sequence number counting 13 years ago
patacongo 0362fd4c22 (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an option to suppress SDIO multi-block transfers in order to work around a buggy SDIO driver 13 years ago
patacongo 58e84b6b86 Fix accept() logic. it was not monitoring for losses in connections. 13 years ago
patacongo a663979a1e Fix SDIO DMA (finally) 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 a02dc4c1dc CAN ISO-11783 support contributed by Gary Teravskis 13 years ago
patacongo 2bc230a0d6 Add an infrastructure to support a generic quadrature encoder driver 13 years ago
patacongo 9a03521b43 Prep for 6.15 release 13 years ago
patacongo acf1031af3 Add interface to enabled/disable debug output 13 years ago
patacongo bdbe8e114c Add logic to re-direct debug output to a sysloggin device 13 years ago
patacongo ddd6b7d383 Add a RAM-based logging device 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 3d42ab8282 FTPD daemon and example now build without errors 13 years ago
patacongo 7b0c9374a9 Add inet_pton() 13 years ago
patacongo a72bb1fda0 Add inet_ntop() 13 years ago
patacongo a880b453f1 Add avsprintf() 13 years ago
patacongo fb7d63e558 Add strcasestr() 13 years ago
patacongo 43542f9f8f Add stm3240g-eval nsh2 configuration: SDIO and no UART 13 years ago
patacongo a52f3af00a Add a configuration for testing the Telnet daemon 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 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 5d7909fa42 Can't use 'class' as a field name! Backward conditional compilation in usbmsc.c 13 years ago