micropython/ports/samd/boards/MINISAM_M4
robert-hh bf7d3ad8c6 samd/boards: Rename flash pins consistently for QSPI and SPI.
For SAMD21 devices, the board flash signals must be named in pins.csv as
FLASH_MOSI, FLASH_MISO, FLASH_SCK, FLASH_CS for creating the SPI object.

And rename the QSPI pins to QSPI_xxxx instead of FLASH_xxx.

Signed-off-by: robert-hh <robert@hammelrath.com>
2023-06-06 00:42:33 +10:00
..
board.json ports: Add images, features and urls to board.json. 2021-10-28 15:25:38 +11:00
mpconfigboard.h samd/boards: Move mcu-specific settings into a mpconfig_samdXX.h file. 2022-10-06 22:30:37 +11:00
mpconfigboard.mk samd/boards: Use the same linker file for all SAMD51x19 variants. 2022-10-06 23:14:21 +11:00
pins.csv samd/boards: Rename flash pins consistently for QSPI and SPI. 2023-06-06 00:42:33 +10:00