File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 34
34
#define MICROPY_VFS (1)
35
35
#endif
36
36
37
+ // Board overridable emitter configuration.
38
+
39
+ #ifndef MICROPY_EMIT_THUMB
40
+ #define MICROPY_EMIT_THUMB (1)
41
+ #endif
42
+
43
+ #ifndef MICROPY_EMIT_INLINE_THUMB
44
+ #define MICROPY_EMIT_INLINE_THUMB (1)
45
+ #endif
46
+
37
47
// Board overridable feature configuration.
38
48
39
49
#ifndef MICROPY_ENABLE_SOURCE_LINE
Original file line number Diff line number Diff line change 34
34
#define MICROPY_VFS (1)
35
35
#endif
36
36
37
+ // Board overridable emitter configuration.
38
+
39
+ #ifndef MICROPY_EMIT_THUMB
40
+ #define MICROPY_EMIT_THUMB (1)
41
+ #endif
42
+
43
+ #ifndef MICROPY_EMIT_INLINE_THUMB
44
+ #define MICROPY_EMIT_INLINE_THUMB (1)
45
+ #endif
46
+
37
47
// Board overridable feature configuration.
38
48
39
49
#ifndef MICROPY_ENABLE_SOURCE_LINE
Original file line number Diff line number Diff line change 43
43
#define MICROPY_VFS (0)
44
44
#endif
45
45
#define MICROPY_ALLOC_PATH_MAX (512)
46
- #define MICROPY_PERSISTENT_CODE_LOAD (0 )
46
+ #define MICROPY_PERSISTENT_CODE_LOAD (1 )
47
47
#define MICROPY_COMP_MODULE_CONST (0)
48
48
#define MICROPY_COMP_TRIPLE_TUPLE_ASSIGN (0)
49
49
#define MICROPY_READER_VFS (MICROPY_VFS)
103
103
#define MICROPY_CAN_OVERRIDE_BUILTINS (1)
104
104
#define MICROPY_USE_INTERNAL_ERRNO (1)
105
105
#define MICROPY_PY_FUNCTION_ATTRS (1)
106
- #define MICROPY_PY_BUILTINS_STR_UNICODE (0 )
106
+ #define MICROPY_PY_BUILTINS_STR_UNICODE (1 )
107
107
#define MICROPY_PY_BUILTINS_STR_CENTER (0)
108
108
#define MICROPY_PY_BUILTINS_STR_PARTITION (0)
109
109
#define MICROPY_PY_BUILTINS_STR_SPLITLINES (0)
You can’t perform that action at this time.
0 commit comments