9aa151e3f3
Default SPI pins are now correctly assigned by machine_hw_spi.c even for S2 and S3. mpconfigboard.h files define defaults with flipped SPI(1) and SPI(2) to workaround a bug in machine_hw_spi.c - the bug is fixed. Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
9 lines
311 B
C
9 lines
311 B
C
#define MICROPY_HW_BOARD_NAME "ESP32-S2-WROVER"
|
|
#define MICROPY_HW_MCU_NAME "ESP32-S2"
|
|
|
|
#define MICROPY_PY_BLUETOOTH (0)
|
|
#define MICROPY_HW_ENABLE_SDCARD (0)
|
|
|
|
#define MICROPY_HW_I2C0_SCL (7)
|
|
#define MICROPY_HW_I2C0_SDA (6)
|