mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
* 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
4 lines
88 B
C
4 lines
88 B
C
#if MICROPY_ENABLE_REPL_HELPERS
|
|
bool mp_repl_is_compound_stmt(const char *line);
|
|
#endif
|