cc3200: Enable loading of precompiled .mpy files.

Adds 1072 bytes to the code size.
This commit is contained in:
Damien George 2016-10-18 10:17:54 +11:00
parent 628799cd36
commit 5c93d0b916

View File

@ -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)