summaryrefslogtreecommitdiff
path: root/nuttx/TODO
Commit message (Expand)AuthorAgeFilesLines
...
* Update TODO and ChangeLogGregory Nutt2014-08-061-1/+1
* NSH networking: There is now a configuration option that will bring up the ne...Gregory Nutt2014-08-061-3/+58
* Costmetic: Update TODO list, README files, refreshed configuration, updated c...Gregory Nutt2014-07-301-1/+8
* NET: Rename uip_ping to icmp_pingGregory Nutt2014-06-301-1/+1
* NET: Move statistcs from uip.h to new netstats.h to remove nasty circular inc...Gregory Nutt2014-06-261-1/+1
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-241-22/+2
* Cosmetic plus some configuration default changesGregory Nutt2014-06-121-6/+1
* Update TODO list and commentsGregory Nutt2014-04-231-39/+11
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
* Cosmetic updates to comments and README filesGregory Nutt2014-03-311-1/+1
* Complete fragmentary support for ferror(). From Macs NGregory Nutt2014-03-311-18/+1
* SAM4E-EK: Add an NSH configuration that uses a USB CDC/ACM consoleGregory Nutt2014-03-221-1/+16
* If DCD supports queuing of stall requests then USB MSC delay work-around is n...Gregory Nutt2014-03-201-0/+9
* Add support for TM4C GPIOsGregory Nutt2014-03-101-29/+1
* Add a mouse interface that is similar to the touchscreen interface except tha...Gregory Nutt2014-02-101-22/+2
* The USB HID mouse driver is now functional. There are some usage issues as d...Gregory Nutt2014-02-091-1/+21
* SAMA5: Add a missing endif in a Make.defs that recently added; Several other...Gregory Nutt2014-01-281-0/+6
* NSH: Fix redirection of output to a file. That was broken with recent changesGregory Nutt2014-01-161-0/+14
* NET: write buffering configuration no longer depends on EXPERIMENTALGregory Nutt2014-01-151-3/+13
* Updated TODO listGregory Nutt2014-01-141-40/+67
* Add type rsize_t and function gets_s()Gregory Nutt2014-01-071-1/+4
* Add FAR to a couple of functions. The Z16F cares about such thingsGregory Nutt2014-01-021-1/+1
* ZNEO: Fix lost serial interrupt bugGregory Nutt2014-01-021-11/+1
* Cosmetic: Updates to TODO anre README textGregory Nutt2014-01-021-1/+1
* sim/mount: Converted to use kconfig-frontends toolsGregory Nutt2014-01-011-1/+5
* STM3240G-EVAL knxwm: Work around CodeSourcery library bug by switching to bu...Gregory Nutt2013-12-311-1/+1
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled th...Gregory Nutt2013-12-301-22/+54
* SAMA5 SSC: Updated I2S driverGregory Nutt2013-11-081-1/+1
* STM32 F1 USB: Fix OUT SETUP command bug. From David SidraneGregory Nutt2013-11-071-0/+4
* Add ioctl to support software triggering of ADC/DAC conversionsGregory Nutt2013-10-251-1/+16
* SAMA5 GMAC and GMII support is code complete and ready for testGregory Nutt2013-09-271-1/+6
* Rename examples/usbstorage to examples/usbmsc. From CCTSAOGregory Nutt2013-09-051-1/+1
* SAMA5 UDPHS: Fixes related to soft connect pullup and DMA buffer allocationGregory Nutt2013-09-021-1/+5
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-2/+2
* Add ARMv7-A irqdisable() inline functionGregory Nutt2013-07-301-18/+9
* Improve Cortex-A5 context switching so that a little less copying is doneGregory Nutt2013-07-241-3/+6
* ARMv7-A: Need 8-byte stack alignment when callign C code from interrupt hand...Gregory Nutt2013-07-231-29/+54
* Fix error in MMC/SD SPI driver introduced with some recent changes; Update TO...Gregory Nutt2013-06-231-2/+111
* Add framework for managing SPI-related discretes on the Freedom KL25Z board.Gregory Nutt2013-06-201-5/+17
* Prep for 6.28 releasenuttx-6.28Gregory Nutt2013-06-141-1/+3
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-1/+9
* Fix STM32F1 and F3 USB device driver. It was not handling NULL packets corre...Gregory Nutt2013-05-291-17/+2
* Begnning of support for the STM32L15X familyGregory Nutt2013-05-181-0/+14
* configs/hymini-stm32v converted nsh and nsh2 configs to use kconfig-frontends...Gregory Nutt2013-05-141-1/+1
* Add MTD partition support plus fix some typos in commentsGregory Nutt2013-04-301-1/+1
* Convert olimex-lpc17stk configuration to use the kconfig-frontends tools; Fix...Gregory Nutt2013-04-121-3/+3
* Updated to documentation and README filesGregory Nutt2013-04-111-2/+15
* LPC17xx GPIO interrupt fixes: lpc17_setintedge() must be atomic. Can't disab...Gregory Nutt2013-04-071-2/+0
* Add kernel build support for Stellaris, Kinetis, LPC43, and NUC1xx MCUspatacongo2013-03-241-2/+17
* Fix an compilation error recently introduced into stm32_vectors.Spatacongo2013-03-231-1/+13