summaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* Should include termios.hGregory Nutt2014-11-081-0/+1
|
* CosmeticGregory Nutt2014-11-082-6/+5
|
* Auto select ROMFS if BASTEST is selectedGregory Nutt2014-11-081-0/+1
|
* token.l should use nuttx/config.h not config.hGregory Nutt2014-11-071-1/+1
|
* Update ChangeLogGregory Nutt2014-11-071-0/+6
|
* 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 ↵Gregory Nutt2014-11-0761-6/+388
| | | | 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/+1577
|
* apps/interpreters/bas: Remove runbas.inGregory Nutt2014-11-071-3/+0
|
* BAS: Needs CONFIG_LIBC_FLOATINGPOINTGregory Nutt2014-11-073-0/+3
|
* Fix backspace logic which was accidentally removed; Add some VT100 supportGregory Nutt2014-11-075-11/+579
|
* BAS: Add logic to handle serial consoles that end lines with CR, LF, CR&LF, ↵Gregory Nutt2014-11-061-6/+27
| | | | or CR|LF
* BAS: Support configurable stacksize and priority. Default stacksize boosted ↵Gregory Nutt2014-11-062-3/+18
| | | | to 4096
* BAS: Fix a GCC specific error. Type of enums converted to int when passed ↵Gregory Nutt2014-11-061-131/+134
| | | | to ... as variable argument
* Fix yet-another-typo in previous set of changesGregory Nutt2014-11-061-1/+1
|
* Fix typo in BAS KconfigGregory Nutt2014-11-061-1/+1
|
* Recovering from GIT chaosGregory Nutt2014-11-061-18/+31
|
* BAS: Conditional compile out use of ftruncate()Gregory Nutt2014-11-061-31/+23
|
* BAS: Experimenta change -- ignore carriage returns in CRLF sequenceGregory Nutt2014-11-061-23/+31
|
* BAS: Conditional compile out use of ftruncate()Gregory Nutt2014-11-062-0/+12
|
* BAS: Use waitpid() instead of wait() which is not supprted by NuttXGregory Nutt2014-11-061-4/+9
|
* BAS: Now uses tmpnam() instead of mytmpnam()Gregory Nutt2014-11-051-1/+3
|
* Merge remote-tracking branch 'origin/master' into bas24Gregory Nutt2014-11-054-14/+5
|\
| * Update ChangeLogGregory Nutt2014-11-051-0/+2
| |
| * Move CONFIG_NSH_TMPDIR to CONFIG_LIBC_TMPDIRGregory Nutt2014-11-053-14/+3
| |
* | A naming kludge that I 'fixed' is actually reuiredGregory Nutt2014-11-041-3/+9
| |
* | BAS: ALL files are not close to the NuttX coding style.. except in variable ↵Gregory Nutt2014-11-0413-383/+1343
| | | | | | | | and function naming
* | BAS: Another file is close to the NuttX C coding styleGregory Nutt2014-11-0410-2995/+5295
| |
* | BAS: Another file is closer to the NuttX coding standardGregory Nutt2014-11-041-153/+328
| |
* | BAS: Another file is closer to the NuttX coding styleGregory Nutt2014-11-041-350/+820
| |
* | BAS: Combine all text files (READEME, LICENSE, and NEWS) into a single ↵Gregory Nutt2014-11-044-69/+66
| | | | | | | | README.txt file
* | BAS: Another function is closer to the NuttX coding styleGregory Nutt2014-11-033-1177/+1816
| |
* | BAS: Remove some code that I removed too aggressivelyGregory Nutt2014-11-031-3/+41
| |
* | BAS: Remove config.h and INSTALL files. Add config options to KconfigGregory Nutt2014-11-0315-250/+33
| |
* | Remove dependencies on environ, fstat, GETTEXt, TERMCAP, ncurse, syscfgGregory Nutt2014-11-0312-152/+39
| |
* | Remove dependencies on TGETENT, SIGINT, SIGKILL, and most terminal ↵Gregory Nutt2014-11-037-486/+50
| | | | | | | | configuration logic.
* | BAS: Back up the last change... it was right the way it was beforeGregory Nutt2014-11-021-1/+1
| |
* | BAS: Minor fix .. end file position is file size - 1Gregory Nutt2014-11-021-1/+1
| |
* | BAS: Workaround for missing fstatGregory Nutt2014-11-022-2/+54
| |
* | BAS: Another file is closer to the NuttX coding styleGregory Nutt2014-11-027-630/+934
| |
* | BAS: Another file is closer to the coding styleGregory Nutt2014-11-0211-192/+346
| |
* | BAS: Conditionally compile out logic that depends on vfork if architecture ↵Gregory Nutt2014-11-021-302/+310
| | | | | | | | does not support it
* | BAS: Remove long arguments from help textGregory Nutt2014-11-021-17/+11
| |
* | 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
| |