8000 esp32/boards/ESP32_GENERIC_C3: Enable UART REPL. · micropython/micropython@04462c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 04462c0

Browse files
committed
esp32/boards/ESP32_GENERIC_C3: Enable UART REPL.
This should have been added in 4815af7 when the variants were combined. The original non-USB variant got this implicitly, and therefore was not in mpconfigvariant.h Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent 6f0cf5b commit 04462c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/esp32/boards/ESP32_GENERIC_C3/mpconfigboard.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66
#define MICROPY_HW_ENABLE_SDCARD (0)
77
#define MICROPY_PY_MACHINE_DAC (0)
88
#define MICROPY_PY_MACHINE_I2S (0)
9+
10+
// Enable UART REPL for modules that have an external USB-UART and don't use native USB.
11+
#define MICROPY_HW_ENABLE_UART_REPL (1)

0 commit comments

Comments
 (0)
0