openmv/include/MicroPython
iabdalkader a44540f793 Add Initial Support for MicroPython
* Add pre-compiled MicroPython library and headers.
* Change Makefile to link libmp.a remove libusbgeneric
* Change linker script to support MicroPython memory layout.
* Change OTG handle name in stm32f4xx_it.c
* Change main to init libmp and export Python functions.
* Add MicroPython bindings to src
2014-02-01 21:56:45 +02:00
..
compile.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
gc.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
gccollect.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
lexer.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
lexerfatfs.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
libmp.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
misc.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
mpconfig.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
mpconfigport.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
nlr.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
obj.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
parse.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
qstr.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
qstrdefs.generated.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
repl.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
runtime0.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
runtime.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
std.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
storage.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00
usb.h Add Initial Support for MicroPython 2014-02-01 21:56:45 +02:00