SAM E54 Xplained Pro: add support for SST26VF064B flash chip

This commit is contained in:
tomiahola 2023-06-01 08:36:25 +03:00 committed by GitHub
parent bf67ea3640
commit 31f2faa977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ CHIP_VARIANT = SAME54P20A
CHIP_FAMILY = same54
QSPI_FLASH_FILESYSTEM = 1
EXTERNAL_FLASH_DEVICES = "N25Q256A"
EXTERNAL_FLASH_DEVICES = "N25Q256A", "SST26VF064B"
LONGINT_IMPL = MPZ
CIRCUITPY_SDIOIO = 1