summaryrefslogtreecommitdiff
path: root/apps/examples/elf
Commit message (Expand)AuthorAgeFilesLines
* Some minor fixes for CONFIG_ADDRENV=ypatacongo2012-12-191-3/+38
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-2010-15/+15
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-1710-65/+69
* Changes from Mikepatacongo2012-11-169-12/+21
* Fix various build-related typospatacongo2012-11-151-1/+1
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-2/+6
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* 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-296-5/+664
* 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-2713-154/+170
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-262-6/+10
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-261-1/+1
* More ELF loader changespatacongo2012-10-2512-19/+46
* Add an example for testing the ELF loaderpatacongo2012-10-2529-0/+2851