summaryrefslogtreecommitdiff
path: root/apps/examples/elf/tests
Commit message (Expand)AuthorAgeFilesLines
* Move LPC17xx IOCON register definitions from lpc17_gpio.h to lpc17_iocon.h; f...Gregory Nutt2013-04-041-9/+6
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-0410-0/+32
* All argv types should be char * const * not const char **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-1/+1
* Various changes while debugging posix_spawnpatacongo2013-01-111-6/+6
* Added a test of posix_spawn()patacongo2013-01-102-26/+10
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-209-12/+12
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-179-63/+66
* Changes from Mikepatacongo2012-11-169-12/+21
* Make ostest RR scheduler test use less memory from Freddie Chopin; Plus build...patacongo2012-11-051-1/+1
* C++ constructors work with ELF load nowpatacongo2012-10-295-0/+589
* Finish implemention of ELF loader static constructor support. Still some iss...patacongo2012-10-296-584/+5
* The ELF loader is basically functional (needs more testing)patacongo2012-10-2711-137/+140
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-262-6/+10
* More ELF loader changespatacongo2012-10-259-9/+9
* Add an example for testing the ELF loaderpatacongo2012-10-2526-0/+2516