nuttx-apps/interpreters/micropython
2017-08-13 11:03:17 -06:00
..
.gitignore A fiew Micro Python build fixes. There are still issues 2015-01-11 12:33:14 -06:00
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:14:53 -06:00
Make.defs make the full tree use wildcards make.defs 2016-06-02 16:21:21 +02:00
Makefile The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree. 2017-08-13 11:03:17 -06:00
micropython_main.c Add math library defines for nan functions. From Brennan Ashton. 2015-01-26 19:03:38 -06:00
mpconfigport.h Micro python: Remove typedef of wint_t 2015-01-13 16:19:35 -06:00
py_readline.c Port of Micro Python to NuttX. From Dave Marples 2015-01-11 09:34:51 -06:00
py_readline.h Port of Micro Python to NuttX. From Dave Marples 2015-01-11 09:34:51 -06:00
pyexec.c Micro Python: Changes to pyexec.c to get it to compile. Still other compilation issues 2015-01-11 13:06:06 -06:00
pyexec.h Micro Python: Changes to pyexec.c to get it to compile. Still other compilation issues 2015-01-11 13:06:06 -06:00
qstrdefsport.h Port of Micro Python to NuttX. From Dave Marples 2015-01-11 09:34:51 -06:00