We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6773051 commit 60bafabCopy full SHA for 60bafab
ports/zephyr/mpconfigport.h
@@ -33,7 +33,7 @@
33
34
// Use the basic configuration level to get a balance between size and features.
35
#ifndef MICROPY_CONFIG_ROM_LEVEL
36
-#define MICROPY_CONFIG_ROM_LEVEL (MICROPY_CONFIG_ROM_LEVEL_BASIC_FEATURES)
+#define MICROPY_CONFIG_ROM_LEVEL (MICROPY_CONFIG_ROM_LEVEL_EXTRA_FEATURES)
37
#endif
38
39
// Usually passed from Makefile
@@ -111,6 +111,7 @@
111
#define MICROPY_ENABLE_SCHEDULER (1)
112
#define MICROPY_VFS (1)
113
#define MICROPY_READER_VFS (MICROPY_VFS)
114
+#define MICROPY_PY_OS_DUPTERM (1)
115
116
// fatfs configuration used in ffconf.h
117
#define MICROPY_FATFS_ENABLE_LFN (1)
0 commit comments