File tree Expand file tree Collapse file tree 5 files changed +60
-3
lines changed Expand file tree Collapse file tree 5 files changed +60
-3
lines changed Original file line number Diff line number Diff line change 35
35
#endif
36
36
37
37
// Board overridable feature configuration.
38
+
39
+ #ifndef MICROPY_PY_ARRAY_SLICE_ASSIGN
40
+ #if defined(BLUETOOTH_SD )
41
+ #define MICROPY_PY_ARRAY_SLICE_ASSIGN (0)
42
+ #else
43
+ #define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
44
+ #endif
45
+ #endif
46
+
47
+ #ifndef MICROPY_PY_SYS_STDFILES
48
+ #if defined(BLUETOOTH_SD )
49
+ #define MICROPY_PY_SYS_STDFILES (0)
50
+ #else
51
+ #define MICROPY_PY_SYS_STDFILES (1)
52
+ #endif
53
+ #endif
54
+
55
+ #ifndef MICROPY_PY_UBINASCII
56
+ #if defined(BLUETOOTH_SD )
57
+ #define MICROPY_PY_UBINASCII (0)
58
+ #else
59
+ #define MICROPY_PY_UBINASCII (1)
60
+ #endif
61
+ #endif
Original file line number Diff line number Diff line change 35
35
#endif
36
36
37
37
// Board overridable feature configuration.
38
+
39
+ #ifndef MICROPY_PY_ARRAY_SLICE_ASSIGN
40
+ #define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
41
+ #endif
42
+
43
+ #ifndef MICROPY_PY_SYS_STDFILES
44
+ #define MICROPY_PY_SYS_STDFILES (1)
45
+ #endif
46
+
47
+ #ifndef MICROPY_PY_UBINASCII
48
+ #define MICROPY_PY_UBINASCII (1)
49
+ #endif
Original file line number Diff line number Diff line change 35
35
#endif
36
36
37
37
// Board overridable feature configuration.
38
+
39
+ #ifndef MICROPY_PY_ARRAY_SLICE_ASSIGN
40
+ #define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
41
+ #endif
42
+
43
+ #ifndef MICROPY_PY_SYS_STDFILES
44
+ #define MICROPY_PY_SYS_STDFILES (1)
45
+ #endif
46
+
47
+ #ifndef MICROPY_PY_UBINASCII
48
+ #define MICROPY_PY_UBINASCII (1)
49
+ #endif
Original file line number Diff line number Diff line change 35
35
#endif
36
36
37
37
// Board overridable feature configuration.
38
+
39
+ #ifndef MICROPY_PY_ARRAY_SLICE_ASSIGN
40
+ #define MICROPY_PY_ARRAY_SLICE_ASSIGN (1)
41
+ #endif
42
+
43
+ #ifndef MICROPY_PY_SYS_STDFILES
44
+ #define MICROPY_PY_SYS_STDFILES (1)
45
+ #endif
46
+
47
+ #ifndef MICROPY_PY_UBINASCII
48
+ #define MICROPY_PY_UBINASCII (1)
49
+ #endif
Original file line number Diff line number Diff line change 117
117
#define MICROPY_MODULE_BUILTIN_INIT (1)
118
118
#define MICROPY_PY_ALL_SPECIAL_METHODS (0)
119
119
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
120
- #define MICROPY_PY_ARRAY_SLICE_ASSIGN (0)
121
120
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (0)
122
121
#define MICROPY_PY_SYS_EXIT (1)
123
122
#define MICROPY_PY_SYS_MAXSIZE (1)
124
- #define MICROPY_PY_SYS_STDFILES (0)
125
123
#define MICROPY_PY_SYS_STDIO_BUFFER (0)
126
124
#define MICROPY_PY_COLLECTIONS_ORDEREDDICT (0)
127
125
#define MICROPY_PY_MATH_SPECIAL_FUNCTIONS (0)
128
126
#define MICROPY_PY_CMATH (0)
129
127
#define MICROPY_PY_IO (0)
130
128
#define MICROPY_PY_IO_FILEIO (0)
131
129
#define MICROPY_PY_UERRNO (0)
132
- #define MICROPY_PY_UBINASCII (0)
133
130
#define MICROPY_PY_URANDOM (1)
134
131
#define MICROPY_PY_URANDOM_EXTRA_FUNCS (1)
135
132
#define MICROPY_PY_UCTYPES (0)
You can’t perform that action at this time.
0 commit comments