Skip to content

Commit 92aa962

Browse files
Added support for flash chips
Microchip Quad SPI flash: SST26VF016B, SST26VF016B,SST26VF016B, SST26VF064B
1 parent 0a5ce8d commit 92aa962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/boards/microchip_curiosity_circuitpython_nano/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CHIP_FAMILY = same51
88

99
# QSPI_FLASH_FILESYSTEM = 1
1010
INTERNAL_FLASH_FILESYSTEM = 1
11-
EXTERNAL_FLASH_DEVICES = "SST26VF064B"
11+
EXTERNAL_FLASH_DEVICES = "SST26VF016B,SST26VF032B,SST26VF064B"
1212
LONGINT_IMPL = MPZ
1313
CIRCUITPY_ULAB = 0
1414

0 commit comments

Comments
 (0)