summaryrefslogtreecommitdiff
path: root/ports/esp32/boards/ESP32_GENERIC_S2/mpconfigboard.h
blob: 9e03e8269b1b8e3c5101ed754634bfc5876d7260 (plain)
1
2
3
4
5
6
7
#define MICROPY_HW_BOARD_NAME "Generic ESP32S2 module"
#define MICROPY_HW_MCU_NAME "ESP32S2"

#define MICROPY_PY_BLUETOOTH (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)