This should have been added in 4815af75bc0bc21e1e66b958fd4ee4e90c24ba10 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>
12 lines
482 B
C
12 lines
482 B
C
// This configuration is for a generic ESP32C3 board with 4MiB (or more) of flash.
|
|
|
|
#define MICROPY_HW_BOARD_NAME "ESP32C3 module"
|
|
#define MICROPY_HW_MCU_NAME "ESP32C3"
|
|
|
|
#define MICROPY_HW_ENABLE_SDCARD (0)
|
|
#define MICROPY_PY_MACHINE_DAC (0)
|
|
#define MICROPY_PY_MACHINE_I2S (0)
|
|
|
|
// Enable UART REPL for modules that have an external USB-UART and don't use native USB.
|
|
#define MICROPY_HW_ENABLE_UART_REPL (1)
|