Skip to content

Commit 5c93d0b

Browse files
committed
cc3200: Enable loading of precompiled .mpy files.
Adds 1072 bytes to the code size.
1 parent 628799c commit 5c93d0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cc3200/mpconfigport.h

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
// options to control how Micro Python is built
3939

4040
#define MICROPY_ALLOC_PATH_MAX (128)
41+
#define MICROPY_PERSISTENT_CODE_LOAD (1)
4142
#define MICROPY_EMIT_THUMB (0)
4243
#define MICROPY_EMIT_INLINE_THUMB (0)
4344
#define MICROPY_COMP_MODULE_CONST (1)

0 commit comments

Comments
 (0)