mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
The QSPI driver provides the interface for using an on-board QSPI flash for the filesystem. It provides the same methods as the driver for the internal flash and uses the same name. Therefore, only one of the drivers for internal flash, SPI flash and QSPI flash must be enabled at a time. Signed-off-by: robert-hh <robert@hammelrath.com>
7 lines
183 B
C
7 lines
183 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_QSPIFLASH GD25Q16C
|