summaryrefslogtreecommitdiff
path: root/apps/interpreters
Commit message (Expand)AuthorAgeFilesLines
* Add math library defines for nan functions. From Brennan Ashton.Gregory Nutt2015-01-261-6/+0
* Add math library support for trunc functions. From Brennan Ashton.Gregory Nutt2015-01-261-33/+0
* Add math library support for copysign. From Brennan AshtonGregory Nutt2015-01-261-10/+0
* Networking: IPv4 and IPv6 work together. This fixes a bug necessary to acco...Gregory Nutt2015-01-231-1/+6
* Update README fileGregory Nutt2015-01-231-1/+10
* Remove the px4-v2_upstream configuration. Moved to misc/Obsoleted/configs.Gregory Nutt2015-01-141-3/+3
* Add comments to Micro Python MakefileGregory Nutt2015-01-141-2/+15
* Update READMEGregory Nutt2015-01-141-0/+26
* Update READMEGregory Nutt2015-01-131-0/+7
* Micro python: Remove typedef of wint_tGregory Nutt2015-01-131-1/+0
* Update READMEGregory Nutt2015-01-131-1/+6
* Micro Python uses CROSS_COMPILE, not CROSSDEVGregory Nutt2015-01-131-0/+2
* Micro Python: Fix a typo in the port configuration fileGregory Nutt2015-01-122-5/+21
* Fix typo in makefileGregory Nutt2015-01-122-33/+33
* Micro Python: Flesh out make clean target; mp_int_t and mp_uint_t should be p...Gregory Nutt2015-01-122-2/+5
* Update READMEGregory Nutt2015-01-121-1/+2
* Update READMEGregory Nutt2015-01-111-2/+23
* Micro Python: Now compiles without errors (but lots of warnings)Gregory Nutt2015-01-111-1/+1
* Micro Python: Changes to pyexec.c to get it to compile. Still other compilati...Gregory Nutt2015-01-112-9/+7
* Fix a typo in a commentGregory Nutt2015-01-111-1/+1
* A fiew Micro Python build fixes. There are still issuesGregory Nutt2015-01-114-6/+14
* Update .gitignoreGregory Nutt2015-01-111-0/+2
* Micro Python: Add logic to automatically download the Micro Python tarball a...Gregory Nutt2015-01-114-22/+65
* Port of Micro Python to NuttX. From Dave MarplesGregory Nutt2015-01-1113-5/+1547
* Fix a typo introduced with the cppcheck fixesGregory Nutt2014-11-251-1/+1
* Fixes for more cppcheck complaints. Mostly cosmeticGregory Nutt2014-11-254-212/+212
* Fix BAS configuration from last change; refresh STM32 F4 NSH configurationGregory Nutt2014-11-241-4/+3
* BAS: Editor and shell commands are now configurableGregory Nutt2014-11-243-4/+19
* Rename all C files in apps/interpreters/bas to begin with bas_ in order to av...Gregory Nutt2014-11-1128-352/+347
* BAS: Home cursor after clearing screenGregory Nutt2014-11-113-4/+3
* BAS: Add support for color commandGregory Nutt2014-11-104-7/+95
* BAS: output a new line when terminating to separate the last BAS output from ...Gregory Nutt2014-11-092-1/+13
* BAS: Accept either BS or DEL as the backspace charactgerGregory Nutt2014-11-091-1/+12
* BAS: More name compatibility changesGregory Nutt2014-11-085-388/+388
* More global variable name changes for NuttX coding standards compatibility. ...Gregory Nutt2014-11-085-27/+36
* BAS: Fix another case were allocated pointer not being nullified and, hence, ...Gregory Nutt2014-11-083-1479/+1485
* Need to nullify a pointer when BAS exits so that it is in the right state on ...Gregory Nutt2014-11-082-207/+214
* Should include termios.hGregory Nutt2014-11-081-0/+1
* CosmeticGregory Nutt2014-11-082-6/+5
* token.l should use nuttx/config.h not config.hGregory Nutt2014-11-071-1/+1
* BAS: Rename examples/bas to examples/bastest. Hook into build and configurat...Gregory Nutt2014-11-071-5/+2
* BAS: Move test files from apps/interpreter/bas to apps/examples/basGregory Nutt2014-11-0752-2095/+0
* 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, o...Gregory Nutt2014-11-061-6/+27
* BAS: Support configurable stacksize and priority. Default stacksize boosted ...Gregory Nutt2014-11-062-3/+18
* BAS: Fix a GCC specific error. Type of enums converted to int when passed to...Gregory Nutt2014-11-061-131/+134
* Fix yet-another-typo in previous set of changesGregory Nutt2014-11-061-1/+1
* Fix typo in BAS KconfigGregory Nutt2014-11-061-1/+1