aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement fetching raw RC input values via the ioctl interface.px4dev2013-01-232-0/+39
* Rework the way that we handle the address phase for reads. Drop the _connecte...px4dev2013-01-231-46/+26
* Restore the correct handling of the ACK flag at read completion.px4dev2013-01-231-1/+1
* Merge branch 'master' into px4io-i2cpx4dev2013-01-23231-1862/+15551
|\
| * Merge pull request #183 from PX4/nuttx-merge-5527px4dev2013-01-23232-1915/+15612
| |\
| | * Some gentle massaging to get things building again.px4dev2013-01-177-13/+111
| | * Merge NuttX r5527px4dev2013-01-17228-1911/+15510
| | |\
| | | * Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-1713-49/+189
| | | * convert configs/sim/nsh to use kconfig-frontendspatacongo2013-01-1611-254/+479
| | | * Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-1647-42/+316
| | | * Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_bu...patacongo2013-01-1620-123/+296
| | | * apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-1627-89/+178
| | | * BINFS now supports open, close, and FIOC_FILENAME ioctlpatacongo2013-01-169-302/+216
| | | * Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-1516-690/+1015
| | | * Implement vfork() for the MIPS32 architecturepatacongo2013-01-1515-15/+599
| | | * Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-15171-186/+164
| | | * Configre configs/ubw32/ostest to use kconfig-frontendspatacongo2013-01-1435-897/+630
| | | * Finish dup logic for open files; fix bug in sigtimedwait(), would return wron...patacongo2013-01-1419-103/+384
| | | * Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-1417-151/+269
| | | * Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-1323-94/+1078
| | | * Cosmetic cleanup from SIGCHLD changespatacongo2013-01-133-4/+11
| | | * Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-12136-164/+540
| | | * Documentation updatepatacongo2013-01-119-71/+722
| | | * Fix an error handling bug in the fread logicpatacongo2013-01-118-29/+70
| | | * Various changes while debugging posix_spawnpatacongo2013-01-1116-44/+629
| | | * Update STM32 F1 DMA to parity with F2/F4patacongo2013-01-114-58/+137
| | | * Fix problem with initialization of file actionspatacongo2013-01-102-1/+5
| | | * Added a test of posix_spawn()patacongo2013-01-1018-31/+1605
| | | * Add interfaces to dynamically change symbol tables used by posix_spawn, execv...patacongo2013-01-109-41/+292
| | | * Add missing support for signal masks to posix_spawn.patacongo2013-01-107-49/+238
| | | * Completes implementation of posix_spawn. Still untested and undocumentedpatacongo2013-01-106-19/+445
| | | * Removed posix_spawn signal masks - they cannot be supported in NuttX; Add ske...patacongo2013-01-109-350/+205
| | | * Fix rounding in clock_time2ticks(). From Mike Smith.patacongo2013-01-102-4/+40
| | | * Add spawn attribute logic which will eventually be needed to support posix_sp...patacongo2013-01-1019-25/+891
| | | * Add file action logic which will eventually be needed to support posix_spawn()patacongo2013-01-0911-12/+735
| | | * Re-partition Stellaris vector logicpatacongo2013-01-097-751/+963
| | | * Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to mak...patacongo2013-01-0959-2286/+2288
| | | * Rename LM3S files, variables, and types from lm3s_ to lm_; Rename configurati...patacongo2013-01-0987-2080/+2079
| | | * Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-0934-117/+340
| | | * Rename arch/arm/src/lm3s to arch/arm/src/lm to allow a namespace that will in...patacongo2013-01-0862-148/+184
| | | * Eliminate arch/arc/src/lm3s/lm3s_internal.h; replace with several header filespatacongo2013-01-0852-298/+793
| | | * Documentation updatepatacongo2013-01-083-8/+135
| | | * Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-0823-123/+669
| | | * Documentation updatepatacongo2013-01-084-3/+41
| | | * Fixed ARM vfork; re-enabled vfork OS testpatacongo2013-01-074-9/+5
| | | * Disable the vfork() OS test... it failspatacongo2013-01-072-3/+17
| | | * Add ostest vfork test (does not work yet)patacongo2013-01-0711-22/+182
| | | * This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-0724-75/+598
| | | * Implement a simple vfork(). ARM only for nowpatacongo2013-01-0719-52/+389
| | | * Missed a file in the kconfig-frontends 3.7.0 updatepatacongo2013-01-061-1/+1