mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
Most boards enable the UART console because it's needed for USB (where USB CDC creates a virtual UART), and for ctrl-C to work. The `prj_minimal.conf` settings still use CONSOLE_SUBSYS. Fixes issue #17608. Signed-off-by: Damien George <damien@micropython.org>
5 lines
76 B
Plaintext
5 lines
76 B
Plaintext
# flash config
|
|
CONFIG_FLASH=y
|
|
CONFIG_FLASH_MAP=y
|
|
CONFIG_FLASH_PAGE_LAYOUT=y
|