summaryrefslogtreecommitdiff
path: root/apps/examples/elf
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more complaints from cppcheckGregory Nutt2014-11-251-17/+16
* Do not build test cases that use task_create is there is an address environmentGregory Nutt2014-09-141-2/+6
* MAINOBJ needs to be added to object list in many MakefileGregory Nutt2014-09-111-1/+1
* Changes to many Makefiles. For kernel buil object containing main cannot go ...Gregory Nutt2014-09-071-5/+6
* Determine the main object name from the main source name in every kernel buil...Gregory Nutt2014-09-071-0/+1
* Add an nm command after every kernel build link to show if there are any unde...Gregory Nutt2014-09-071-0/+1
* Add the main object to the list objects to link in every kernel build link co...Gregory Nutt2014-09-071-1/+1
* Add the main object to the dependencies for the kernel buildGregory Nutt2014-09-071-1/+1
* If now a kernel build, then add the main object in with all of the restGregory Nutt2014-09-071-0/+4
* Update apps/examples/helloxx/MakefileGregory Nutt2014-09-071-1/+1
* Customize the program name in the generic setup that was added to each makefi...Gregory Nutt2014-09-061-1/+1
* Add generic setup logic to every Makefile that installs a program. Each will...Gregory Nutt2014-09-061-0/+9
* Fix all install targetsGregory Nutt2014-09-061-4/+4
* Oops wrong elseGregory Nutt2014-09-061-1/+1
* Add missing else from last big changeGregory Nutt2014-09-061-0/+1
* Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build ...Gregory Nutt2014-09-061-0/+9
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
* Fix clean and distclean targets. Back out a few too many changes made by sedGregory Nutt2014-09-0610-12/+2
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-0611-2/+14
* Need to add CRT0 to every Makefile in apps/examples/testsGregory Nutt2014-09-059-34/+33
* Provide library names and paths in apps/import/Make.defsGregory Nutt2014-09-059-79/+61
* Copy more logic from nuttx/tools/Config.mk into the Make.defs file. Plus triv...Gregory Nutt2014-09-051-1/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-299-9/+9
* The ELF test/example has been extended so the individual ELF test programs ca...Gregory Nutt2014-08-2910-23/+319
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-4/+4
* Add a ROMFS file system for testing the P-Code binary formatGregory Nutt2014-05-082-5/+2
* More trailing whilespace removalGregory Nutt2014-04-1311-12/+12
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, but...Gregory Nutt2014-02-101-1/+1
* Move ramdisk.h to include/nutt/fs/ramdisk.hGregory Nutt2013-12-101-1/+1
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-5/+4
* 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-0411-0/+37
* 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
* Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-171-1/+1
* Various changes while debugging posix_spawnpatacongo2013-01-111-6/+6
* Added a test of posix_spawn()patacongo2013-01-102-26/+10
* 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