summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Add FTL logicpatacongo2009-12-061-0/+5
* Add framework to support HC12patacongo2009-12-031-0/+5
* Prep for 4.14 releasenuttx-4.14patacongo2009-12-021-48/+50
* Fix a problem with TX status on resume from stallpatacongo2009-12-011-0/+3
* Add STM32-specific logic for examples/usbstoragepatacongo2009-11-301-5/+6
* Add USB storage example for STM32patacongo2009-11-301-0/+3
* SDIO now workspatacongo2009-11-291-4/+0
* Numerous fixes for basic STM32 SDIO DMA accesspatacongo2009-11-261-1/+3
* Fix problems when DMA2 is enabledpatacongo2009-11-211-0/+2
* Fix error in mount() error handlingpatacongo2009-11-181-0/+7
* Add skeleton file that will hold the STM32 SDIO driverpatacongo2009-11-111-0/+8
* Incorporate the work threadpatacongo2009-11-051-0/+5
* Add support for GPIO interrupts & STM3210E-EVAL board buttonspatacongo2009-11-051-0/+5
* Prep for 0.4.13 releasenuttx-4.13patacongo2009-11-041-5/+5
* arch/arm/src/stm32/stm32_usbdev.cpatacongo2009-10-311-2/+2
* upatepatacongo2009-10-301-1/+5
* Document bugfixpatacongo2009-10-291-0/+7
* Add STM32 USBDEV driverpatacongo2009-10-291-0/+4
* Need to config CTS/RTS pins for USART2/3 even if not using flow controlpatacongo2009-10-291-0/+3
* Fix types in stm32 serial driverspatacongo2009-10-291-2/+4
* Improved certain Cortex-M3 context switch timespatacongo2009-10-251-1/+6
* Add USB serial device configuration for STM32patacongo2009-10-231-0/+2
* Add MTD interface; add M25P64/128 driverpatacongo2009-10-181-0/+5
* typopatacongo2009-10-171-1/+1
* Prep for 0.4.11 releasenuttx-4.11patacongo2009-10-171-5/+7
* Completes 1st cut of SPI DMApatacongo2009-10-171-0/+2
* LEDs on port F, not Cpatacongo2009-10-141-0/+2
* updatepatacongo2009-10-131-4/+10
* Update group infopatacongo2009-10-021-0/+9
* Prep for 0.4.11 releasepatacongo2009-09-161-2/+17
* Fix reference counting errorspatacongo2009-09-151-0/+7
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-151-0/+4
* Add CONFIG_DEBUG_SYMBOLSpatacongo2009-09-151-0/+2
* Remove check for outstanding un-ACKed data in TX pollpatacongo2009-09-111-0/+3
* Fix race condition that can cause close of socket to hangpatacongo2009-09-111-0/+3
* Fix race condition bug in poll() for backlogged connectionspatacongo2009-09-101-0/+4
* This two FIFO handling bugs in LM3S ethernet driverpatacongo2009-09-091-0/+8
* strstr fails because length off by 1patacongo2009-08-151-0/+2
* Fix strcasecmppatacongo2009-08-151-0/+5
* Prep for 0.4.10 releasenuttx-4.10patacongo2009-08-081-2/+3
* accept() now supports non-blocking operationspatacongo2009-08-021-3/+4
* updatepatacongo2009-08-021-1/+10
* Add non-blocking capability for TCP socketspatacongo2009-07-191-1/+4
* Add strpbrk()patacongo2009-07-181-1/+1
* Add strstr()patacongo2009-07-181-0/+1
* Add framework for THTTPD examplepatacongo2009-07-181-0/+6
* A big, hard-coded stack size was used in several placespatacongo2009-07-141-1/+4
* Add fileno()patacongo2009-07-131-0/+1
* Added exec()patacongo2009-07-121-4/+5
* Add gmtime and localtimepatacongo2009-07-121-0/+1