summaryrefslogtreecommitdiff
path: root/nuttx/TODO
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix poll/select issue reported by Qiangpatacongo2013-01-241-17/+2
* Add option to used keyboard CODEC in apps/examples/keypadtestpatacongo2013-01-231-43/+78
* More logic to use BASEPRI to control interrupts -- still doesn't workpatacongo2013-01-221-22/+1
* Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-171-4/+19
* BINFS now supports open, close, and FIOC_FILENAME ioctlpatacongo2013-01-161-12/+9
* Implement vfork() for the MIPS32 architecturepatacongo2013-01-151-1/+20
* Finish dup logic for open files; fix bug in sigtimedwait(), would return wron...patacongo2013-01-141-22/+2
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-141-10/+37
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-12/+1
* Documentation updatepatacongo2013-01-111-1/+11
* Fix an error handling bug in the fread logicpatacongo2013-01-111-2/+12
* Add missing support for signal masks to posix_spawn.patacongo2013-01-101-13/+2
* Completes implementation of posix_spawn. Still untested and undocumentedpatacongo2013-01-101-1/+12
* Rename arch/arm/src/lm3s to arch/arm/src/lm to allow a namespace that will in...patacongo2013-01-081-2/+2
* Eliminate arch/arc/src/lm3s/lm3s_internal.h; replace with several header filespatacongo2013-01-081-3/+26