We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628799c commit 5c93d0bCopy full SHA for 5c93d0b
cc3200/mpconfigport.h
@@ -38,6 +38,7 @@
38
// options to control how Micro Python is built
39
40
#define MICROPY_ALLOC_PATH_MAX (128)
41
+#define MICROPY_PERSISTENT_CODE_LOAD (1)
42
#define MICROPY_EMIT_THUMB (0)
43
#define MICROPY_EMIT_INLINE_THUMB (0)
44
#define MICROPY_COMP_MODULE_CONST (1)
0 commit comments