summaryrefslogtreecommitdiff
path: root/apps/interpreters
Commit message (Collapse)AuthorAgeFilesLines
...
* trivial, cosmeticGregory Nutt2014-11-021-1/+1
|
* 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
|
* 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
|
* Add an install target to all makefiles. For the import build, the top-level ↵Gregory Nutt2014-09-062-0/+4
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* Move P-Code execution logic from interpreters/prun to system/prunGregory Nutt2014-05-098-357/+0
|
* Create P-Code execution helper in apps/interpreters/prun; The P-Code binary ↵Gregory Nutt2014-05-0910-1/+362
| | | | format is functional except that there are still some modularity and kernel build issues that need to be addressed.
* Removed all support for the legacy configuration mechanism from the apps/ ↵Gregory Nutt2014-03-062-23/+4
| | | | directory
* Updates to README filesGregory Nutt2013-06-012-8/+20
|
* Fix comments, references to the old SVN, and links to the old SVN. Replace ↵Gregory Nutt2013-04-191-1/+1
| | | | with equivalent GIT info
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-2/+1
|
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-042-0/+10
|
* Minor changes to make OS test more robust in the presence of many memory ↵patacongo2013-02-261-2/+0
| | | | | | allocation failures git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5672 42af7a65-404d-4744-a932-0658087f49c3
* Remove .context kludge from apps/ directorypatacongo2012-12-231-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5455 42af7a65-404d-4744-a932-0658087f49c3
* Remove some dependencies of distclean on clean. This should not be ↵patacongo2012-12-231-1/+1
| | | | | | necessary in higher level makefiles and should speed up make distclean git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5453 42af7a65-404d-4744-a932-0658087f49c3
* All ZNEO configurations converted to use the mconf/Kconfig toolpatacongo2012-11-293-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5401 42af7a65-404d-4744-a932-0658087f49c3
* A few more fixes for ez80 Windows Native build (still not enough)patacongo2012-11-211-1/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5381 42af7a65-404d-4744-a932-0658087f49c3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
* Most of the changes needed to support Windows native clean; distclean is has ↵patacongo2012-11-171-5/+7
| | | | | | a problem git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3
* Mostly cosmetic build changespatacongo2012-11-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5362 42af7a65-404d-4744-a932-0658087f49c3
* Fix various build-related typospatacongo2012-11-151-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5358 42af7a65-404d-4744-a932-0658087f49c3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
* Simple window natives OS test build now works; Probabaly more to do for ↵patacongo2012-11-141-12/+12
| | | | | | other configs; clean targets still have problems git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5355 42af7a65-404d-4744-a932-0658087f49c3
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5346 42af7a65-404d-4744-a932-0658087f49c3
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5341 42af7a65-404d-4744-a932-0658087f49c3
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5339 42af7a65-404d-4744-a932-0658087f49c3
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-4/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5336 42af7a65-404d-4744-a932-0658087f49c3
* Remove executable property from source and make filespatacongo2012-09-131-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5146 42af7a65-404d-4744-a932-0658087f49c3