summaryrefslogtreecommitdiffstats
path: root/apps/interpreters
AgeCommit message (Expand)AuthorFilesLines
2015-01-26Add math library defines for nan functions. From Brennan Ashton.Gregory Nutt1-6/+0
2015-01-26Add math library support for trunc functions. From Brennan Ashton.Gregory Nutt1-33/+0
2015-01-26Add math library support for copysign. From Brennan AshtonGregory Nutt1-10/+0
2015-01-23Networking: IPv4 and IPv6 work together. This fixes a bug necessary to acco...Gregory Nutt1-1/+6
2015-01-23Update README fileGregory Nutt1-1/+10
2015-01-14Remove the px4-v2_upstream configuration. Moved to misc/Obsoleted/configs.Gregory Nutt1-3/+3
2015-01-14Add comments to Micro Python MakefileGregory Nutt1-2/+15
2015-01-14Update READMEGregory Nutt1-0/+26
2015-01-13Update READMEGregory Nutt1-0/+7
2015-01-13Micro python: Remove typedef of wint_tGregory Nutt1-1/+0
2015-01-13Update READMEGregory Nutt1-1/+6
2015-01-13Micro Python uses CROSS_COMPILE, not CROSSDEVGregory Nutt1-0/+2
2015-01-12Micro Python: Fix a typo in the port configuration fileGregory Nutt2-5/+21
2015-01-12Fix typo in makefileGregory Nutt2-33/+33
2015-01-12Micro Python: Flesh out make clean target; mp_int_t and mp_uint_t should be p...Gregory Nutt2-2/+5
2015-01-12Update READMEGregory Nutt1-1/+2
2015-01-11Update READMEGregory Nutt1-2/+23
2015-01-11Micro Python: Now compiles without errors (but lots of warnings)Gregory Nutt1-1/+1
2015-01-11Micro Python: Changes to pyexec.c to get it to compile. Still other compilati...Gregory Nutt2-9/+7
2015-01-11Fix a typo in a commentGregory Nutt1-1/+1
2015-01-11A fiew Micro Python build fixes. There are still issuesGregory Nutt4-6/+14
2015-01-11Update .gitignoreGregory Nutt1-0/+2
2015-01-11Micro Python: Add logic to automatically download the Micro Python tarball a...Gregory Nutt4-22/+65
2015-01-11Port of Micro Python to NuttX. From Dave MarplesGregory Nutt13-5/+1547
2014-11-25Fix a typo introduced with the cppcheck fixesGregory Nutt1-1/+1
2014-11-25Fixes for more cppcheck complaints. Mostly cosmeticGregory Nutt4-212/+212
2014-11-24Fix BAS configuration from last change; refresh STM32 F4 NSH configurationGregory Nutt1-4/+3
2014-11-24BAS: Editor and shell commands are now configurableGregory Nutt3-4/+19
2014-11-11Rename all C files in apps/interpreters/bas to begin with bas_ in order to av...Gregory Nutt28-352/+347
2014-11-11BAS: Home cursor after clearing screenGregory Nutt3-4/+3
2014-11-10BAS: Add support for color commandGregory Nutt4-7/+95
2014-11-09BAS: output a new line when terminating to separate the last BAS output from ...Gregory Nutt2-1/+13
2014-11-09BAS: Accept either BS or DEL as the backspace charactgerGregory Nutt1-1/+12
2014-11-08BAS: More name compatibility changesGregory Nutt5-388/+388
2014-11-08More global variable name changes for NuttX coding standards compatibility. ...Gregory Nutt5-27/+36
2014-11-08BAS: Fix another case were allocated pointer not being nullified and, hence, ...Gregory Nutt3-1479/+1485
2014-11-08Need to nullify a pointer when BAS exits so that it is in the right state on ...Gregory Nutt2-207/+214
2014-11-08Should include termios.hGregory Nutt1-0/+1
2014-11-08CosmeticGregory Nutt2-6/+5
2014-11-07token.l should use nuttx/config.h not config.hGregory Nutt1-1/+1
2014-11-07BAS: Rename examples/bas to examples/bastest. Hook into build and configurat...Gregory Nutt1-5/+2
2014-11-07BAS: Move test files from apps/interpreter/bas to apps/examples/basGregory Nutt52-2095/+0
2014-11-07apps/interpreters/bas: Remove runbas.inGregory Nutt1-3/+0
2014-11-07BAS: Needs CONFIG_LIBC_FLOATINGPOINTGregory Nutt3-0/+3
2014-11-07Fix backspace logic which was accidentally removed; Add some VT100 supportGregory Nutt5-11/+579
2014-11-06BAS: Add logic to handle serial consoles that end lines with CR, LF, CR&LF, o...Gregory Nutt1-6/+27
2014-11-06BAS: Support configurable stacksize and priority. Default stacksize boosted ...Gregory Nutt2-3/+18
2014-11-06BAS: Fix a GCC specific error. Type of enums converted to int when passed to...Gregory Nutt1-131/+134
2014-11-06Fix yet-another-typo in previous set of changesGregory Nutt1-1/+1
2014-11-06Fix typo in BAS KconfigGregory Nutt1-1/+1