summaryrefslogtreecommitdiff
path: root/nuttx/TODO
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-231-67/+80
* Fix a typo that crept into lpc17_allocateheap.c in the recent kernel allocato...patacongo2013-03-111-34/+25
* Move all memory manager globals to a structure. Pass structure pointer as a ...patacongo2013-03-081-5/+62
* Fix some bad syscall dispatching log. This change is not testable until thes...patacongo2013-03-061-19/+5
* Implement user-mode work queuespatacongo2013-03-061-19/+2
* Add a driver for the SST30VF NOR FLASH partspatacongo2013-02-111-1/+49
* Moving pending signals to task group; Logic to recover some MQ resources on p...patacongo2013-02-051-44/+2
* Bugfix: whenever a thread it must report the PID of the main task (even it i...patacongo2013-02-041-1/+43
* Rename _TCB to struct tcb_spatacongo2013-02-041-2/+2
* Move atexit/on_exit data structures to task group; Now callbacks only occur w...patacongo2013-02-041-18/+6
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-28/+2
* With the last fixes to the STM32 OTG FS driver, the old poll hack no longer s...patacongo2013-01-301-6/+1
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-15/+2
* Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-271-2/+15
* Move file data from TCB to task grouppatacongo2013-01-261-21/+2
* Fix some missing logic and inconsistencies in child status logic; Fix a bug i...patacongo2013-01-241-1/+14