summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Extend the USB device/class interface: Add parameters to pass the EP0 OUT da...patacongo2012-04-121-0/+3
* Add tools/cmpconfig.c to compare to configuration filespatacongo2012-04-111-1/+5
* Include libgcc.a inside of the group of recursively linked libraries in all M...patacongo2012-04-081-0/+7
* Updated Kconfig files from Lzyypatacongo2012-04-071-1/+15
* Add RX interrupt logic to the STM32 OTG FS device driverpatacongo2012-04-061-6/+7
* Beginning of a NuttX configuration toolpatacongo2012-04-051-0/+5
* Add support for backspace and a cursor to NxConsolepatacongo2012-03-311-0/+3
* Add framework in NxConsole to support VT100 escape sequencespatacongo2012-03-301-0/+4
* Can now run an NSH session within an NX windowpatacongo2012-03-291-0/+4
* NFS updatepatacongo2012-03-281-0/+2
* The NX console appears to be fully functionalpatacongo2012-03-281-0/+4
* Add beginnings of an NX console driverpatacongo2012-03-261-2/+2
* Use const storage class on a few declarations to save SRAMpatacongo2012-03-251-0/+2
* A few more Calypso/Compal updatespatacongo2012-03-241-0/+8
* Prep for NxWidgets 1.0 releasepatacongo2012-03-221-1/+1
* Add clock_synchronize() which may be used to re-synchonize the system time wi...patacongo2012-03-221-0/+5
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-2/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-0/+2
* Minor updates for PIC32 USB device driver bugspatacongo2012-03-191-1/+1
* The PIC32 USB driver (finally) works the the Mass Storage Classpatacongo2012-03-181-2/+2
* Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- ...patacongo2012-03-161-0/+6
* Add hooks to support STM32 power managementpatacongo2012-03-141-0/+2
* Fix a deadlock when using the NSH ifconfig command over Telnetpatacongo2012-03-131-0/+8
* PIC32 Ethernet driver now appears stablepatacongo2012-03-131-1/+3
* Add psock_connect()patacongo2012-03-131-1/+3
* More STM32 USB OTG definitionspatacongo2012-03-121-0/+5
* Add support for the Sure DB-DP11212 PIC32 boardpatacongo2012-03-121-0/+2
* Prep for 6.16 releasenuttx-6.16patacongo2012-03-101-1/+2
* Add support for the STM3220G-EVAL boardpatacongo2012-03-101-0/+5
* Update PIC32 Ethernet driverpatacongo2012-03-091-0/+3
* Verified USB (device) on the PIC32 Ethernet Starter Kitpatacongo2012-03-081-0/+2
* Add an NSH configuratin for the PIC32 starter kitpatacongo2012-03-071-0/+4
* Add PIC32 SPI driverpatacongo2012-03-071-0/+2
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-061-0/+4
* The PIC32 USB device driver is (finally) functionalpatacongo2012-03-061-0/+2
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-1/+3
* Add more low-level, thread-independent socket interfacespatacongo2012-03-021-0/+5
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-281-0/+3
* Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2012-02-281-0/+3
* Add logic to support the FSMC SRAM in the NuttX heappatacongo2012-02-271-0/+2
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo2012-02-271-0/+5
* Add support for SRAM on board the STM3240G-EVAL boardpatacongo2012-02-271-0/+1
* readline() (and hence NSH) now accept the DEL character as well as the Backsp...patacongo2012-02-251-0/+2
* select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ...patacongo2012-02-241-0/+11
* Add support for the Atollic 'Lite' toolchain in all STM32 F4 configurationspatacongo2012-02-231-0/+2
* Fix an error the TCP/IP received sequence number countingpatacongo2012-02-231-0/+9
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ...patacongo2012-02-231-0/+2
* Fix accept() logic. it was not monitoring for losses in connections.patacongo2012-02-221-0/+5
* Fix SDIO DMA (finally)patacongo2012-02-211-0/+4
* Correct a buffer size error in the STM32 ethernet driverpatacongo2012-02-181-1/+5