Skip to content

Commit 60bafab

Browse files
committed
Enable ROM extra features and terminal duplication.
1 parent 6773051 commit 60bafab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ports/zephyr/mpconfigport.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
// Use the basic configuration level to get a balance between size and features.
3535
#ifndef MICROPY_CONFIG_ROM_LEVEL
36-
#define MICROPY_CONFIG_ROM_LEVEL (MICROPY_CONFIG_ROM_LEVEL_BASIC_FEATURES)
36+
#define MICROPY_CONFIG_ROM_LEVEL (MICROPY_CONFIG_ROM_LEVEL_EXTRA_FEATURES)
3737
#endif
3838

3939
// Usually passed from Makefile
@@ -111,6 +111,7 @@
111111
#define MICROPY_ENABLE_SCHEDULER (1)
112112
#define MICROPY_VFS (1)
113113
#define MICROPY_READER_VFS (MICROPY_VFS)
114+
#define MICROPY_PY_OS_DUPTERM (1)
114115

115116
// fatfs configuration used in ffconf.h
116117
#define MICROPY_FATFS_ENABLE_LFN (1)

0 commit comments

Comments
 (0)