summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Update ReleaseNotes in preparation for the 7.5 releaseGregory Nutt2014-09-271-5/+5
* Update ChangeLogs in preparation for the 7.5 releaseGregory Nutt2014-09-271-1/+3
* Update ChangeLogGregory Nutt2014-09-261-1/+3
* 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
* Update ChangeLogGregory Nutt2014-09-251-1/+2
* 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-202-0/+191
* Rename all occurences of NxConsole to NxTermGregory Nutt2014-09-2013-341/+152
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-206-32/+32
* 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
* Eliminate some nshlib warngingsGregory Nutt2014-09-161-0/+3
* Update ChangeLogsGregory Nutt2014-09-161-0/+2
* examples/null/null_main.c: Need to include config.h it order know if this is...Gregory Nutt2014-09-161-1/+3
* Update ChangeLogsGregory Nutt2014-09-141-0/+3
* Do not build test cases that use task_create is there is an address environmentGregory Nutt2014-09-142-4/+16
* Fix more errors associated with posix_spawn system callsGregory Nutt2014-09-122-1/+2
* More updated makefilesGregory Nutt2014-09-112-2/+2
* Update ChangeLogGregory Nutt2014-09-111-1/+3
* MAINOBJ needs to be added to object list in many MakefileGregory Nutt2014-09-1188-88/+88
* Fix some minor issues with the exampls/udp MakefileGregory Nutt2014-09-101-3/+3
* Fix a typo in a header fileGregory Nutt2014-09-091-1/+1
* Update ChangeLogGregory Nutt2014-09-091-0/+2
* Add a script to create a boot ROMFS imageGregory Nutt2014-09-092-0/+77
* Update ChangeLogsGregory Nutt2014-09-081-0/+3
* ELF build reuires -fno-common in CFLAGSGregory Nutt2014-09-081-2/+5
* Update ChangeLogsGregory Nutt2014-09-071-0/+6
* Several commands must be disabled in the kernel build because they depend on ...Gregory Nutt2014-09-072-3/+27
* libapps.a needs to be added to the list of libraries to link against.Gregory Nutt2014-09-072-2/+2
* Update ChangeLogGregory Nutt2014-09-071-0/+3
* Changes to many Makefiles. For kernel buil object containing main cannot go ...Gregory Nutt2014-09-0721-266/+315
* Changes to many Makefiles. For kernel buil object containing main cannot go ...Gregory Nutt2014-09-071-18/+19
* Changes to many Makefiles. For kernel buil object containing main cannot go ...Gregory Nutt2014-09-072-11/+12
* 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-0785-0/+85
* Add an nm command after every kernel build link to show if there are any unde...Gregory Nutt2014-09-0785-0/+85
* Add the main object to the list objects to link in every kernel build link co...Gregory Nutt2014-09-0785-85/+85
* Add the main object to the dependencies for the kernel buildGregory Nutt2014-09-0785-85/+85
* If now a kernel build, then add the main object in with all of the restGregory Nutt2014-09-0785-0/+340
* Update apps/examples/helloxx/MakefileGregory Nutt2014-09-0786-87/+107
* Fix apps/examples/hello/MakefileGregory Nutt2014-09-071-4/+11
* apps/bin should be removed on cleanGregory Nutt2014-09-061-0/+1
* Customize the program name in the generic setup that was added to each makefi...Gregory Nutt2014-09-0686-86/+86
* Add generic setup logic to every Makefile that installs a program. Each will...Gregory Nutt2014-09-0686-0/+774
* Fix all install targetsGregory Nutt2014-09-0688-346/+346
* apps/ make-related fixes. Now builds kernel mode file systemGregory Nutt2014-09-064-34/+49
* Fix program name configuration variable used in the MakefileGregory Nutt2014-09-061-2/+2