cc3200: Enable loading of precompiled .mpy files.

Adds 1072 bytes to the code size.
pull/2531/head
Damien George 2016-10-18 10:17:54 +11:00
rodzic 628799cd36
commit 5c93d0b916
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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