summaryrefslogtreecommitdiffstatshomepage
path: root/ports/esp32/boards/ESP32_GENERIC_S3/mpconfigboard.h
blob: c714fe2c227f3dd1ebf38f28649e841774229c40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MICROPY_HW_BOARD_NAME
// Can be set by mpconfigboard.cmake.
#define MICROPY_HW_BOARD_NAME               "Generic ESP32S3 module"
#endif
#define MICROPY_HW_MCU_NAME                 "ESP32S3"

// Enable UART REPL for modules that have an external USB-UART and don't use native USB.
#define MICROPY_HW_ENABLE_UART_REPL         (1)

#define MICROPY_HW_I2C0_SCL                 (9)
#define MICROPY_HW_I2C0_SDA                 (8)