mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
cc3200: Enable loading of precompiled .mpy files.
Adds 1072 bytes to the code size.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user