summaryrefslogtreecommitdiff
path: root/nuttx/TODO
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct some errors in the LPC17xx SYSCON register bit definitions (from Romm...patacongo2013-01-051-1/+1
* Add tools/configure.c and configure.batpatacongo2013-01-041-15/+1
* Renaming some files in tools/patacongo2013-01-041-29/+55
* Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-211-2/+11
* Fix make export targetpatacongo2012-12-201-1/+43
* Add basic hooks to support a PATH variable (more is needed)patacongo2012-12-161-5/+23
* A few native window build updatespatacongo2012-11-251-9/+16
* A few more Windows native build fixes for eZ80patacongo2012-11-221-17/+11
* move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ...patacongo2012-11-101-7/+7
* Fix uClibc++ wstrlen bugpatacongo2012-11-011-9/+1
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-261-1/+6
* Add a THTTPD configuration for the Shenzhou board (Darcy Gong)patacongo2012-10-131-1/+1
* Document problem with GCC 4.8.3 and the NXFLAT toolspatacongo2012-10-101-2/+4
* More fixes for ldnxflat. There are still problems with the GCC 4.6.3patacongo2012-10-101-1/+41
* Rename gnu-nxflat.ld to gnu-nxflat-gotoff.ld; Add gnu-nxflat-pcrel.ldpatacongo2012-10-101-3/+3
* Resync new repository with old repo r5166patacongo2012-09-171-9/+9
* drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-121-17/+2
* Add a USB0 device header file for LPC43patacongo2012-08-071-1/+1
* Update documentation to describe customization of NSH; Add the framework for ...patacongo2012-08-071-4/+21
* Misc updates (minor)patacongo2012-08-061-2/+9
* Fix a floating point presentation errorpatacongo2012-08-061-1/+7
* I learned how to spell PSEUDOpatacongo2012-08-051-2/+2
* Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-041-26/+23
* LPC43 updatepatacongo2012-08-031-1/+22
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-021-13/+10
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-011-10/+2
* Add a generic GCC stdarg.h header filepatacongo2012-07-081-0/+6
* Minor updates to PIC32 configuration and to documentationpatacongo2012-06-211-2/+7
* NFS updatepatacongo2012-06-061-1/+20
* PIC32 USB mass storage device works; USB and MSC are now enabled by default i...patacongo2012-06-031-2/+22
* Add a timeout to the STMPE11 touchscreen driver to catch missing pen up eventspatacongo2012-05-211-2/+16
* NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when ...patacongo2012-05-151-1/+1