summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Collapse)AuthorAgeFilesLines
* BAS: Rename examples/bas to examples/bastest. Hook into build and ↵Gregory Nutt2014-11-0760-1/+386
| | | | configuration system. Finish ROMFS logic
* 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 ↵Gregory Nutt2014-09-205-14/+14
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-203-5/+5
|
* Fix errors in apps/examplex/helloxx and cxxtext Makefiles; update ↵Gregory Nutt2014-09-172-5/+5
| | | | SAMA5D3x-EK/hello defconfig
* examples/null/null_main.c: Need to include config.h it order know if this ↵Gregory Nutt2014-09-161-1/+3
| | | | is or is not a kernel build
* 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
| | | | into library because of name collisions. The object file must be handled as a special case in every Makefile
* Determine the main object name from the main source name in every kernel ↵Gregory Nutt2014-09-0764-0/+64
| | | | build Makefile
* Add an nm command after every kernel build link to show if there are any ↵Gregory Nutt2014-09-0764-0/+64
| | | | undefined symbols
* Add the main object to the list objects to link in every kernel build link ↵Gregory Nutt2014-09-0764-64/+64
| | | | command
* 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 ↵Gregory Nutt2014-09-0665-65/+65
| | | | makefile that installs a program
* Add generic setup logic to every Makefile that installs a program. Each ↵Gregory Nutt2014-09-0665-0/+585
| | | | will need customization
* 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
|