summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Do not build test cases that use task_create is there is an address environmentGregory Nutt2014-09-141-2/+6
|
* Fix clean and distclean targets. Back out a few too many changes made by sedGregory Nutt2014-09-061-2/+1
|
* Add an install target to all makefiles. For the import build, the top-level ↵Gregory Nutt2014-09-061-1/+2
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* More trailing whilespace removalGregory Nutt2014-04-131-2/+2
|
* Added a test of posix_spawn()patacongo2013-01-101-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5507 42af7a65-404d-4744-a932-0658087f49c3
* Make ostest RR scheduler test use less memory from Freddie Chopin; Plus ↵patacongo2012-11-051-1/+1
| | | | | | build fix from Darcy Gong git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5314 42af7a65-404d-4744-a932-0658087f49c3
* Finish implemention of ELF loader static constructor support. Still some ↵patacongo2012-10-291-3/+5
| | | | | | issues. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5272 42af7a65-404d-4744-a932-0658087f49c3
* The ELF loader is basically functional (needs more testing)patacongo2012-10-271-14/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5265 42af7a65-404d-4744-a932-0658087f49c3
* Add an example for testing the ELF loaderpatacongo2012-10-251-0/+100
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5260 42af7a65-404d-4744-a932-0658087f49c3