summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/posix_spawn/defconfig
Commit message (Expand)AuthorAgeFilesLines
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-031-1/+1
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-1/+1
* Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-271-0/+1
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-1/+1
* Added a test of posix_spawn()patacongo2013-01-101-0/+625