summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Update ChangeLogGregory Nutt2014-10-031-0/+2
|
* fix reversed in/out file closing when an error occurs. From Ken PettitGregory Nutt2014-10-031-2/+2
|
* Update ChangeLogsGregory Nutt2014-09-301-0/+2
|
* NSH Fix ls -l output for regular filesGregory Nutt2014-09-301-1/+1
|
* Update ChangeLogGregory Nutt2014-09-301-1/+3
|
* Add support for a custom NSH ROMFS startup image header file location. From ↵Gregory Nutt2014-09-302-6/+39
| | | | Martin Lederhilger
* Update ChangeLogGregory Nutt2014-09-291-1/+3
|
* Add implementation of timeouts for the apps/netutils/webclient. From ↵Gregory Nutt2014-09-292-12/+32
| | | | Brennan Ashton
* First round of fixes for re-implemented VFS message queuesGregory Nutt2014-09-291-2/+2
|
* More testing, bugfixes and integration of VFS-based named semaphoresGregory Nutt2014-09-281-0/+4
|
* Fix to bugs in initial commit of named semaphore testGregory Nutt2014-09-281-9/+16
|
* Update ChangeLogGregory Nutt2014-09-281-0/+3
|
* Add a simple named semaphore test to the OS testGregory Nutt2014-09-284-0/+259
|
* 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 ↵Gregory Nutt2014-09-206-32/+32
| | | | 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
* 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 ↵Gregory Nutt2014-09-161-1/+3
| | | | is or is not a kernel build
* 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
| | | | interfaces that are not available outside of the kernel: dd, df, losetup, mkfatfs, mkdr, and ps.
* 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
| | | | into library because of name collisions. The object file must be handled as a special case in every Makefile
* Changes to many Makefiles. For kernel buil object containing main cannot go ↵Gregory Nutt2014-09-071-18/+19
| | | | into library because of name collisions. The object file must be handled as a special case in every Makefile
* Changes to many Makefiles. For kernel buil object containing main cannot go ↵Gregory Nutt2014-09-072-11/+12
| | | | into library because of name collisions. The object file must be handled as a special case in every Makefile
* 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