summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Expand)AuthorAgeFilesLines
* Remove circular dependins in the Kconfig files. Makes select of apps/example...Gregory Nutt2014-11-101-3/+4
* BAS: A few more fixes to the testGregory Nutt2014-11-092-3/+9
* BAS: Misc changes to test filesGregory Nutt2014-11-095-343/+382
* Auto select ROMFS if BASTEST is selectedGregory Nutt2014-11-081-0/+1
* BAS: Fix some build errors wtih apps/examples/bastestGregory Nutt2014-11-075-13/+32
* BAS: Rename examples/bas to examples/bastest. Hook into build and configurat...Gregory Nutt2014-11-0760-1/+386
* BAS: Convert all BAS text scripts to BASIC filesGregory Nutt2014-11-0753-1612/+50
* BAS: Move test files from apps/interpreter/bas to apps/examples/basGregory Nutt2014-11-0753-0/+3672
* Costmetic changes -- spacing, comments.Gregory Nutt2014-10-303-2/+4
* Fixes to keypadtest from Pierre-Noel BoutevilleGregory Nutt2014-10-231-0/+4
* Update makefile for kernel-build issuesGregory Nutt2014-10-221-0/+13
* Trivial AIO-related changesGregory Nutt2014-10-091-9/+9
* Update everything under apps/ to use the corrected syslog interfacesGregory Nutt2014-10-082-12/+14
* Remove non-portable references to syslog from apps/examplesGregory Nutt2014-10-0864-1579/+1140
* Extend the AIO testGregory Nutt2014-10-071-54/+128
* Add another asynchronous I/O testGregory Nutt2014-10-071-7/+43
* AIO signal related fixes; extensino to AIO testGregory Nutt2014-10-071-2/+60
* Add test for aio_cancel() and fix some bugs found by the testGregory Nutt2014-10-061-3/+101
* AIO test improvementsGregory Nutt2014-10-061-10/+151
* Rename CONFIG_LIBC_AIO to CONFIG_FS_AIO since it is now an OS propertyGregory Nutt2014-10-054-5/+5
* More changes for AIO integrationGregory Nutt2014-10-051-9/+6
* First round of changes fo AIO integrationGregory Nutt2014-10-053-11/+23
* 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