summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Add AIO test case in OS testGregory Nutt2014-10-054-1/+261
* First round of fixes for re-implemented VFS message queuesGregory Nutt2014-09-291-2/+2
* Fix to bugs in initial commit of named semaphore testGregory Nutt2014-09-281-9/+16
* Add a simple named semaphore test to the OS testGregory Nutt2014-09-284-0/+259
* Add a trivial test of sem_timedwait() to the OS testGregory Nutt2014-09-264-1/+239
* MTD read-ahear/write buffering layer seems functionalGregory Nutt2014-09-251-59/+15
* A few fixes for clean apps/examples/mtdrwb buildGregory Nutt2014-09-252-0/+10
* Add an example to test MTD R/W bufferingGregory Nutt2014-09-257-2/+672
* More naming changes to get the stm3240g-eval/nxterm configuration building againGregory Nutt2014-09-201-2/+2
* Change all occurrences of NxConsole to NxTermGregory Nutt2014-09-201-0/+189
* Rename all occurences of NxConsole to NxTermGregory Nutt2014-09-2012-319/+130
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-205-14/+14
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-203-5/+5
* Fix errors in apps/examplex/helloxx and cxxtext Makefiles; update SAMA5D3x-EK...Gregory Nutt2014-09-172-5/+5
* examples/null/null_main.c: Need to include config.h it order know if this is...Gregory Nutt2014-09-161-1/+3
* Do not build test cases that use task_create is there is an address environmentGregory Nutt2014-09-142-4/+16
* More updated makefilesGregory Nutt2014-09-112-2/+2
* MAINOBJ needs to be added to object list in many MakefileGregory Nutt2014-09-1167-67/+67
* Fix some minor issues with the exampls/udp MakefileGregory Nutt2014-09-101-3/+3
* libapps.a needs to be added to the list of libraries to link against.Gregory Nutt2014-09-071-1/+1
* Changes to many Makefiles. For kernel buil object containing main cannot go ...Gregory Nutt2014-09-0767-719/+832
* Determine the main object name from the main source name in every kernel buil...Gregory Nutt2014-09-0764-0/+64
* Add an nm command after every kernel build link to show if there are any unde...Gregory Nutt2014-09-0764-0/+64
* Add the main object to the list objects to link in every kernel build link co...Gregory Nutt2014-09-0764-64/+64
* Add the main object to the dependencies for the kernel buildGregory Nutt2014-09-0764-64/+64
* If now a kernel build, then add the main object in with all of the restGregory Nutt2014-09-0764-0/+256
* Update apps/examples/helloxx/MakefileGregory Nutt2014-09-0765-66/+86
* Fix apps/examples/hello/MakefileGregory Nutt2014-09-071-4/+11
* Customize the program name in the generic setup that was added to each makefi...Gregory Nutt2014-09-0665-65/+65
* Add generic setup logic to every Makefile that installs a program. Each will...Gregory Nutt2014-09-0665-0/+585
* Fix all install targetsGregory Nutt2014-09-0667-262/+262
* apps/ make-related fixes. Now builds kernel mode file systemGregory Nutt2014-09-062-22/+37
* Fix program name configuration variable used in the MakefileGregory Nutt2014-09-061-2/+2
* Several fixes for errors introduced by last check-insGregory Nutt2014-09-065-17/+37
* Oops wrong elseGregory Nutt2014-09-0667-68/+68
* Add missing else from last big changeGregory Nutt2014-09-0667-0/+67
* Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build ...Gregory Nutt2014-09-0667-0/+603
* Only one install target per MakefileGregory Nutt2014-09-0643-172/+86
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-0671-71/+71
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-0671-0/+288
* Fix clean and distclean targets. Back out a few too many changes made by sedGregory Nutt2014-09-0624-29/+5
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-0696-5/+257
* 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
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-018-18/+8
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-2914-18/+23
* The ELF test/example has been extended so the individual ELF test programs ca...Gregory Nutt2014-08-2910-23/+319
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-072-2/+2
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-072-10/+5