summaryrefslogtreecommitdiff
path: root/apps/examples/nxflat
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/+10
* 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-11/+12
* 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
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-4/+4
* More trailing whilespace removalGregory Nutt2014-04-1314-15/+15
* 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-3/+4
* Move LPC17xx IOCON register definitions from lpc17_gpio.h to lpc17_iocon.h; f...Gregory Nutt2013-04-041-5/+5
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-0411-0/+57
* 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
* Added a test of posix_spawn()patacongo2013-01-101-2/+2
* Some minor fixes for CONFIG_ADDRENV=ypatacongo2012-12-191-3/+38
* Incorporate address environment interfaces in binfmt/ logicpatacongo2012-12-191-1/+1
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-2010-45/+45
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-1710-102/+137
* 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-4/+2
* Make ostest RR scheduler test use less memory from Freddie Chopin; Plus build...patacongo2012-11-051-1/+1
* The ELF loader is basically functional (needs more testing)patacongo2012-10-272-106/+62
* ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configurationpatacongo2012-10-262-6/+11
* Rename elf.h to elf32.h; Additional ELF loader changespatacongo2012-10-261-1/+1
* Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/patacongo2012-10-242-3/+3
* USB device drivers: Add hooks to to use common, external DMA buffer allocatio...patacongo2012-09-1326-26/+26
* Add configurable application entry pointpatacongo2012-08-301-2/+2
* update Kconfig filespatacongo2012-04-131-0/+9
* Add kconfig documentationpatacongo2012-04-061-1/+1