Skip to content

Commit d78a9c7

Browse files
committed
curiosity: switch back to external flash filesystem
1 parent 4229ec3 commit d78a9c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ USB_MANUFACTURER = "Microchip Technology Inc"
66
CHIP_VARIANT = SAME51J20A
77
CHIP_FAMILY = same51
88

9-
# QSPI_FLASH_FILESYSTEM = 1
10-
INTERNAL_FLASH_FILESYSTEM = 1
9+
QSPI_FLASH_FILESYSTEM = 1
1110
EXTERNAL_FLASH_DEVICES = "SST26VF016B,SST26VF032B,SST26VF064B"
1211
LONGINT_IMPL = MPZ
1312
CIRCUITPY_ULAB = 0

0 commit comments

Comments
 (0)