summaryrefslogtreecommitdiff
path: root/apps/examples/posix_spawn/filesystem
Commit message (Collapse)AuthorAgeFilesLines
* Fixed missing symbol in MakefileLorenz Meier2013-08-051-1/+3
|
* The Makefile in every directory that can generate a .dSYM should also clean ↵Gregory Nutt2013-05-302-0/+2
| | | | .dSYM files
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-302-8/+6
|
* Move LPC17xx IOCON register definitions from lpc17_gpio.h to lpc17_iocon.h; ↵Gregory Nutt2013-04-041-8/+4
| | | | fix a few more .gitignore files
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-043-0/+19
|
* Two fixes from Mike Smith: (1) use -m install of --mode in install commands, ↵patacongo2013-03-032-2/+2
| | | | | | (2) fix typo in stm32_exti.h introduced with the STM32 F3 port git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5701 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error handling bug in the fread logicpatacongo2013-01-111-10/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5511 42af7a65-404d-4744-a932-0658087f49c3
* Various changes while debugging posix_spawnpatacongo2013-01-115-12/+159
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5510 42af7a65-404d-4744-a932-0658087f49c3
* Added a test of posix_spawn()patacongo2013-01-105-0/+257
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5507 42af7a65-404d-4744-a932-0658087f49c3