aboutsummaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* Assorted compile fixes.px4dev2013-02-061-3/+0
* Merge commit '049c93446561c6ad3e59183c139f3916230ddee5' into nuttx-merge-5596px4dev2013-02-0611-205/+434
|\
| * Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-8/+13
| * Fix readline return value; Add support for removable serial devicespatacongo2013-01-311-24/+53
| * LM4F update from JPpatacongo2013-01-301-0/+5
| * Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-283-28/+109
| * Updates for stm32f4discovery/usbnsh configurationpatacongo2013-01-281-6/+6
| * Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-271-2/+22
| * Move socket data from TCB to task group structure.patacongo2013-01-262-12/+9
| * Move stream data from TCB to task group structure.patacongo2013-01-263-13/+10
| * Move file data from TCB to task grouppatacongo2013-01-262-67/+64
| * Don't keep the parent task's task ID in the child task's TCB. Instead, keep ...patacongo2013-01-261-1/+11
| * Move environment variables in the task group structurepatacongo2013-01-251-25/+18
| * Add logic to send SIGCHLD to all members of a task grouppatacongo2013-01-251-1/+1
| * Add logic to keep track of members of a task grouppatacongo2013-01-251-5/+19
| * Add framework to support task groupspatacongo2013-01-251-5/+75
| * Add psock_poll(); Fix some warnings reported by Lorenz Meier; lm4f logic from JPpatacongo2013-01-241-39/+46
* | Merge Nuttx r5554px4dev2013-01-2312-85/+442
|\|
| * Add logic to retain child task exit status if so configuredpatacongo2013-01-233-8/+11
| * Add single-wire UART support to STM32 serial driverpatacongo2013-01-231-8/+15
| * lpc1788 update from Rommel Marcelo; Beginning of logic to retain child exit s...patacongo2013-01-222-48/+87
| * Beginning of support for LCD1602patacongo2013-01-211-0/+118
| * LM3S OpenOCD configuration from Jose Pablo Carballopatacongo2013-01-213-0/+3
| * Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib...patacongo2013-01-182-3/+127
| * NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-172-1/+31
| * Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-172-20/+53
* | Merge NuttX r5527px4dev2013-01-1724-206/+1334
|\|
| * Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-171-3/+8
| * Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-163-17/+81
| * apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-163-4/+103
| * BINFS now supports open, close, and FIOC_FILENAME ioctlpatacongo2013-01-162-0/+81
| * Finish dup logic for open files; fix bug in sigtimedwait(), would return wron...patacongo2013-01-141-1/+1
| * Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-142-1/+2
| * Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-133-8/+11
| * Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-123-24/+49
| * Documentation updatepatacongo2013-01-111-1/+1
| * Various changes while debugging posix_spawnpatacongo2013-01-111-1/+11
| * Add interfaces to dynamically change symbol tables used by posix_spawn, execv...patacongo2013-01-101-0/+6
| * Add missing support for signal masks to posix_spawn.patacongo2013-01-101-2/+16
| * Removed posix_spawn signal masks - they cannot be supported in NuttX; Add ske...patacongo2013-01-101-42/+42
| * Add spawn attribute logic which will eventually be needed to support posix_sp...patacongo2013-01-101-5/+32
| * Add file action logic which will eventually be needed to support posix_spawn()patacongo2013-01-091-9/+19
| * Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to mak...patacongo2013-01-091-84/+84
| * Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-0/+137
| * Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-082-1/+9
| * This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-072-1/+27
| * Implement a simple vfork(). ARM only for nowpatacongo2013-01-071-1/+2
| * Fix SEM_INITIALIZERpatacongo2013-01-061-3/+7
| * STM32 FLASH changes from Freddie Chopinpatacongo2013-01-031-2/+2
| * Add ZP213X/4XPA nxlines configuration (needs a little more work)patacongo2012-12-301-0/+5