46 Commits (199e9314622731714c0331264a52e8b1d00a1d4e)

Author SHA1 Message Date
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 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 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 82da59c616 Add support for C++ static constructors (at least to a few platforms) 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 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 f04310d559 Correct and error in recv() and recvfrom() return value 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 f03655f43a Add logic so that a RAM log can be used in place of a console device 13 years ago
patacongo ddd6b7d383 Add a RAM-based logging device 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 7a586daed8 NSH now uses the new Telnet daemon and built-in tasks started by NSH can be used over Telnet 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 41d243ce3e Most USB Composite device debug 13 years ago
patacongo b8e32a94f3 First round of changes from debug of USB composite device (still has problems) 13 years ago
patacongo cd24ef4a30 Add a text for the new composite USB device 13 years ago
patacongo 804205a104 More USB composite device logic 13 years ago
patacongo 930ca11f09 More clean up of namespace 13 years ago
patacongo 758d4cd6e6 More name changes: USBSER->PL2303 CDCSER->CDCACM 13 years ago
patacongo 85a7bbb39f Massive name change USB STRG -> USB MSC 13 years ago
patacongo 897ccf6f46 Lots of re-organization -- getting ready to support a composite USB device 13 years ago
patacongo 0068180bf8 Create directory structures to support power-related devices 13 years ago
patacongo 4ce72e03b6 Increase range of pulse count in PWM driver 13 years ago
patacongo c55b63c7e3 Prep for 6.14 release 13 years ago
patacongo 7d970cf8bb Fix bug in STM32 CAN: It must be interrupt driven 13 years ago
patacongo d0d0a0fbbf Add support for the STM32F4-Discovery (from Mike Smith) 13 years ago
patacongo d880b5c4b5 Add APIs to support user access to the STM3240G-EVAL LEDs 13 years ago
patacongo 43392986a0 Add suport for the Stellaris LM3S6432S2E and the TI RDK-S2E 13 years ago
patacongo 157bef0d3d Fix an issue for architectures where interrupt numbers and vector numbers do not match 1-to-1 13 years ago
patacongo b8e1e31038 Remove references to the detron board 13 years ago
patacongo a2c4245f0a Add FAT long filename support to the Olimex LPC1766-STK NSH and FTPC configuration 13 years ago
patacongo 00a6650df1 Fix some issues with LPC1766-STK button support (there are more) 13 years ago
patacongo 8dc1600b39 Update README, LPC1766-STK button improvements, new Make targets, new Getting Started document 13 years ago
patacongo f01e35e651 Prep for 6.13 release 13 years ago
patacongo 70ae2b6722 Add support for LEDs on the Ethernet Starter kit 13 years ago
patacongo 8724b3430c Update to README files 13 years ago
patacongo bfc578860c Add loopback support to STM32 CAN driver; Add apps/examples/can loopback test 13 years ago
patacongo 073df6d28c Add the beginning of an STM32 CAN driver 13 years ago
patacongo 5a714f6d99 Finishes the PWM driver for the STM32 13 years ago
patacongo b7edb56d6f Add a test for PWM drivers 13 years ago
patacongo add995c32e Completes coding of the PWM module 13 years ago