summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Last minute 6.25 changenuttx-6.25patacongo2013-02-011-4/+4
* Prep for 6.25 releasepatacongo2013-02-011-402/+805
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-281-5/+5
* Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-281-7/+1
* Add logic to retain child task exit status if so configuredpatacongo2013-01-232-17/+177
* Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-172-4/+24
* convert configs/sim/nsh to use kconfig-frontendspatacongo2013-01-161-2/+16
* Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-161-1/+1
* Implement vfork() for the MIPS32 architecturepatacongo2013-01-151-2/+2
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-133-20/+179
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-6/+44
* Documentation updatepatacongo2013-01-111-54/+694
* Add spawn attribute logic which will eventually be needed to support posix_sp...patacongo2013-01-101-7/+7
* Rename LM3S files, variables, and types from lm3s_ to lm_; Rename configurati...patacongo2013-01-091-1/+1
* Documentation updatepatacongo2013-01-081-1/+128
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-081-1/+14
* Documentation updatepatacongo2013-01-083-3/+40
* Remove CONFIG_BUILTIN_APPS_STARTpatacongo2013-01-061-22/+3
* Correct some errors in the LPC17xx SYSCON register bit definitions (from Romm...patacongo2013-01-052-2/+2
* Add tools/configure.c and configure.batpatacongo2013-01-041-10/+21
* Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board with...patacongo2012-12-281-2/+3
* Add support for key release eventspatacongo2012-12-271-29/+109
* Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766st...patacongo2012-12-261-1/+147
* Remove .context kludge from apps/ directorypatacongo2012-12-231-7/+2
* Rename namedapp as simply builtinpatacongo2012-12-231-40/+39
* Mostly costmetic updatespatacongo2012-12-231-9/+6
* Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-211-1/+1
* Prep for release 6.24nuttx-6.24patacongo2012-12-201-254/+555
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-191-3/+5
* Restructre address environment interfaces in preparation for incorporation in...patacongo2012-12-182-21/+252
* Integrate PATH traversal logic and binary format logicpatacongo2012-12-172-10/+137
* Documentation updatepatacongo2012-12-151-35/+108
* configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-111-0/+2
* Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-112-3/+7
* Add source files for z180patacongo2012-12-101-2/+4
* Add tools/link.bat, unlink.bat, and copydir.batpatacongo2012-12-082-3/+3
* Add chip ID funcitions for Shenzhou and Cloudctrl boards; Extened NSH ifconfi...patacongo2012-11-271-2/+2
* Update for ez80 Windows native build (still does not work)patacongo2012-11-211-1/+1
* Implement pause()patacongo2012-11-211-2/+38
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-7/+20
* Add tools/mkdeps.bat and tools/mkdeps.cpatacongo2012-11-131-2/+0
* Generated libraries are now installed in a new lib/ directorypatacongo2012-11-111-0/+2
* move lib/ to libc/ to make room for a true lib/ directory. Rename libraries ...patacongo2012-11-103-11/+11
* Several patches from Petteri Aimonen (mostly NxWidgets)patacongo2012-11-092-96/+140
* STM32 F100 High Density support and generic board configuration from Freddie ...patacongo2012-11-061-0/+2
* Make ostest RR scheduler test use less memory from Freddie Chopin; Plus build...patacongo2012-11-051-1/+1
* Prep for 6.23 releasenuttx-6.23patacongo2012-11-051-482/+261
* Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gongpatacongo2012-11-041-63/+136
* Put uClibc++ header files in a different directory from NuttX header filespatacongo2012-11-011-0/+8
* Documentation updatepatacongo2012-10-311-77/+222