stmhal: Enabled importing of persistent bytecode (.mpy files).

pull/1839/head
Damien George 2016-02-11 22:39:24 +00:00
rodzic 56f76b873a
commit 476c15290d
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -31,6 +31,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 (1)
#define MICROPY_EMIT_INLINE_THUMB (1)
#define MICROPY_COMP_MODULE_CONST (1)