summaryrefslogtreecommitdiff
path: root/ports/esp32/boards/ESP32_GENERIC_C2/mpconfigboard.h
blob: 999465373e817b835b9de403dcc270883e898533 (plain)
1
2
3
4
5
6
7
8
9
10
// This configuration is for a generic ESP32C2 board with 4MiB (or more) of flash.

#define MICROPY_HW_BOARD_NAME               "ESP32C2 module"
#define MICROPY_HW_MCU_NAME                 "ESP32C2"

#define MICROPY_HW_ENABLE_SDCARD            (0)
#define MICROPY_PY_MACHINE_I2S              (0)

#define MICROPY_BOARD_STARTUP               GENERIC_C2_board_startup
void GENERIC_C2_board_startup(void);