summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-1/+2
* 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-221-18/+52
* 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-181-0/+121
* 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
* 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-141-0/+1
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-2/+3
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-122-1/+4
* Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to mak...patacongo2013-01-091-84/+84
* Add execv() and execl(); Move lm3s header files for compatibilitypatacongo2013-01-081-1/+2
* This initial vfork() check-in was a little pollyanna-ishpatacongo2013-01-072-1/+27
* 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
* Add support for key release eventspatacongo2012-12-271-27/+73
* Verified USB HID KBD driver encoding of special characters; apps/examples/hid...patacongo2012-12-261-1/+4
* Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are ...patacongo2012-12-261-0/+245
* Implement encoding the usbhost HID keyboard driver; configre olimex-lpc1766st...patacongo2012-12-261-10/+16
* Add logic to serialize and marshal out-of-band keyboard commandspatacongo2012-12-252-1/+293
* Fixes for l3s, USB composite, nfsmount, apps context build problemspatacongo2012-12-241-1/+1
* Patches from Petteri Aimonen (plus a few other things)patacongo2012-12-211-0/+6
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-194-20/+114
* Restructre address environment interfaces in preparation for incorporation in...patacongo2012-12-182-24/+124
* Integrate PATH traversal logic and binary format logicpatacongo2012-12-171-6/+13
* Add basic hooks to support a PATH variable (more is needed)patacongo2012-12-161-12/+100
* Fix some early z180 compile errorspatacongo2012-12-111-1/+1
* configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-111-3/+23
* Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-111-42/+128
* Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopinpatacongo2012-12-073-2/+11
* Fix the fat, flat line bugpatacongo2012-12-021-2/+2
* standard keypad inteface and apps/examples/keypadtest from Denis Cariklipatacongo2012-12-011-0/+54
* Fix typo introduced into many Makefiles with last changespatacongo2012-11-191-3/+3