summaryrefslogtreecommitdiff
path: root/apps/examples/nxflat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding skeleton Kconfig files (part 3 of 2)patacongo2012-04-061-0/+4
* Changes for clean build of app/ directory with Windows toolchainpatacongo2011-04-102-3/+7
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-9/+1
* Update apps/ Makefiles to fix environmental bugpatacongo2011-04-011-5/+3
* Add lpc17xx GPIO interrupts + fixes needed by last apps-build check-inpatacongo2011-03-241-1/+2
* apps/ initialization now occurs during the earlier context build phasepatacongo2011-03-241-1/+1
* More build fixespatacongo2011-03-201-2/+2
* Move nuttx/examples to apps/examplespatacongo2011-03-2028-0/+3071