cc3200: Enable loading of precompiled .mpy files.
Adds 1072 bytes to the code size.
This commit is contained in:
parent
628799cd36
commit
5c93d0b916
@ -38,6 +38,7 @@
|
||||
// options to control how Micro Python is built
|
||||
|
||||
#define MICROPY_ALLOC_PATH_MAX (128)
|
||||
#define MICROPY_PERSISTENT_CODE_LOAD (1)
|
||||
#define MICROPY_EMIT_THUMB (0)
|
||||
#define MICROPY_EMIT_INLINE_THUMB (0)
|
||||
#define MICROPY_COMP_MODULE_CONST (1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user