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

This commit is contained in:
Damien George 2016-02-11 22:39:24 +00:00
parent 56f76b873a
commit 476c15290d

View File

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