1 parent 9b345a9 commit 13f7a7bCopy full SHA for 13f7a7b
1 file changed
zephyr/mpconfigport.h
@@ -28,11 +28,6 @@
28
// Include Zephyr's autoconf.h, which should be made first by Zephyr makefiles
29
#include "autoconf.h"
30
31
-// Saving extra crumbs to make sure binary fits in 128K
32
-#define MICROPY_COMP_CONST_FOLDING (0)
33
-#define MICROPY_COMP_CONST (0)
34
-#define MICROPY_COMP_DOUBLE_TUPLE_ASSIGN (0)
35
-
36
#define MICROPY_STACK_CHECK (1)
37
#define MICROPY_ENABLE_GC (1)
38
#define MICROPY_HELPER_REPL (1)
@@ -63,6 +58,11 @@
63
58
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
64
59
#define MICROPY_PY_BUILTINS_COMPLEX (0)
65
60
61
+// Saving extra crumbs to make sure binary fits in 128K
62
+#define MICROPY_COMP_CONST_FOLDING (0)
+#define MICROPY_COMP_CONST (0)
+#define MICROPY_COMP_DOUBLE_TUPLE_ASSIGN (0)
+
66
#ifdef CONFIG_BOARD
67
#define MICROPY_HW_BOARD_NAME "zephyr-" CONFIG_BOARD
68
#else
0 commit comments