openmv/include/MicroPython/compile.h
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

2 lines
73 B
C

mp_obj_t mp_compile(mp_parse_node_t pn, qstr source_file, bool is_repl);