summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* BAS: Another file closer to the coding standardGregory Nutt2014-11-023-149/+300
|
* Can't use isatty, tcsetattr, or tcgettr is CONFIG_SERIAL_CONSOLE is not definedGregory Nutt2014-11-023-1262/+1316
|
* BAS: More modifications for closer comliance to the NuttX coding standardGregory Nutt2014-11-021-216/+568
|
* BAS: Add file headerGregory Nutt2014-11-021-3/+67
|
* BAS: More modifications for closer comliance to the NuttX coding standardGregory Nutt2014-11-021-94/+486
|
* BAS: Another file is closer to the NuttX coding standardGregory Nutt2014-11-012-975/+1322
|
* Another BAS file is closer to the NuttX coding standardGregory Nutt2014-11-011-1062/+1320
|
* Remove another unused fileGregory Nutt2014-11-011-1103/+0
|
* Another file is close to the NuttX coding standardGregory Nutt2014-11-011-319/+439
|
* A few baby steps toward getting closer to the coding standardGregory Nutt2014-11-017-1388/+1730
|
* Remove more files that are unnecessary for NuttXGregory Nutt2014-11-013-3419/+0
|
* Remove some autoconfig files, include nuttx/clock.h in global.c, main.c need ↵Gregory Nutt2014-11-018-8708/+114
| | | | to use the NuttX getopt not the system getopt_long
* Remove duplicate getopt() in BASGregory Nutt2014-11-014-1370/+2
|
* Add suppport to build BAS as a NSH builtinGregory Nutt2014-11-011-0/+13
|
* Merge remote-tracking branch 'origin/master' into bas24Gregory Nutt2014-11-013-2/+4
|\
| * Costmetic changes -- spacing, comments.Gregory Nutt2014-10-303-2/+4
| |
* | Merge remote-tracking branch 'origin/master' into bas24Gregory Nutt2014-10-301-4/+6
|\|
| * Fix some errors that I introduced into NSH telnet this morningGregory Nutt2014-10-291-4/+6
| |
* | Merge remote-tracking branch 'origin/master' into bas24Gregory Nutt2014-10-291-7/+93
|\|
| * Fix some typosGregory Nutt2014-10-291-1/+1
| |
| * Fix problem with trailing whitespace (newline) in Telnet username/password. ↵Gregory Nutt2014-10-291-7/+93
| | | | | | | | Noted by Lazlo
* | BAS 2.4: Add autogenerated token.c file. From Alan Carvalho de AssisGregory Nutt2014-10-292-1/+5387
| |
* | Add BAS 2.4 .gitignoreGregory Nutt2014-10-291-0/+8
| |
* | Fix BAS 2.4 MakefileGregory Nutt2014-10-291-11/+4
| |
* | Remove locale support because it is not supported onGregory Nutt2014-10-281-3/+0
| | | | | | | | | | | | NuttX Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
* | Remove times() function because it doesn't exist on NuttXGregory Nutt2014-10-281-3/+2
| | | | | | | | Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
* | Fix some configuration dependencies, warnings, back up some previous changes ↵Gregory Nutt2014-10-273-461/+456
| | | | | | | | that weren't really necessary
* | More compile fixesGregory Nutt2014-10-273-9/+5
| |
* | More BAS 2.4 fixesGregory Nutt2014-10-274-3/+66
| |
* | Add commits to BAS 2.4 Kconfig fileGregory Nutt2014-10-271-0/+21
| |
* | Include unistd.h for execl()Gregory Nutt2014-10-271-0/+1
| |
* | Port of BAS 2.4 to NuttX by Alan Carvalho de AssisGregory Nutt2014-10-27100-1/+32503
|/
* Update ChangeLogsGregory Nutt2014-10-231-0/+2
|
* Fixes to keypadtest from Pierre-Noel BoutevilleGregory Nutt2014-10-231-0/+4
|
* Update ChangeLogGregory Nutt2014-10-221-1/+5
|
* Update makefile for kernel-build issuesGregory Nutt2014-10-221-0/+13
|
* Fix compile problems introduced when the syslog() prototype changed; Also ↵Gregory Nutt2014-10-222-15/+41
| | | | update Makefile for kernel build
* Trivial typoGregory Nutt2014-10-181-1/+1
|
* Update ChangeLogGregory Nutt2014-10-171-0/+3
|
* Fix memcpy of host address in netlib_gethostaddr(). From Brennan AshtonGregory Nutt2014-10-171-3/+9
|
* Trivial AIO-related changesGregory Nutt2014-10-091-9/+9
|
* Misc changes to get a clean build after all of the syslog changes. There ↵Gregory Nutt2014-10-081-0/+2
| | | | are probably other things still broken
* Update ChangeLogGregory Nutt2014-10-081-2/+4
|
* Update everything under apps/ to use the corrected syslog interfacesGregory Nutt2014-10-0813-277/+339
|
* Update ChangeLogGregory Nutt2014-10-081-0/+2
|
* 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
|