Files
micropython/ports/samd/boards/SEEED_WIO_TERMINAL/mpconfigboard.h
robert-hh b9b4f1b40b samd/boards: Provide default IDs for UART, I2C and SPI.
In combination with the defautl Pins the default device can now be
instantiated e.g. as: uart = UART().  Similar for I2C and SPI.

Signed-off-by: robert-hh <robert@hammelrath.com>
2025-03-03 10:59:26 +11:00

11 lines
304 B
C

#define MICROPY_HW_BOARD_NAME "Wio Terminal D51R"
#define MICROPY_HW_MCU_NAME "SAMD51P19A"
#define MICROPY_HW_XOSC32K (1)
#define MICROPY_HW_DEFAULT_UART_ID (2)
#define MICROPY_HW_DEFAULT_I2C_ID (4)
#define MICROPY_HW_DEFAULT_SPI_ID (5)
#define MICROPY_HW_QSPIFLASH W25Q32JV_IQ