mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
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>
11 lines
304 B
C
11 lines
304 B
C
#define MICROPY_HW_BOARD_NAME "ItsyBitsy M4 Express"
|
|
#define MICROPY_HW_MCU_NAME "SAMD51G19A"
|
|
|
|
#define MICROPY_HW_DFLL_USB_SYNC (1)
|
|
|
|
#define MICROPY_HW_DEFAULT_SPI_ID (1)
|
|
#define MICROPY_HW_DEFAULT_I2C_ID (2)
|
|
#define MICROPY_HW_DEFAULT_UART_ID (3)
|
|
|
|
#define MICROPY_HW_QSPIFLASH GD25Q16C
|