We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4229ec3 commit d78a9c7Copy full SHA for d78a9c7
ports/atmel-samd/boards/microchip_curiosity_circuitpython_nano/mpconfigboard.mk
@@ -6,8 +6,7 @@ USB_MANUFACTURER = "Microchip Technology Inc"
6
CHIP_VARIANT = SAME51J20A
7
CHIP_FAMILY = same51
8
9
-# QSPI_FLASH_FILESYSTEM = 1
10
-INTERNAL_FLASH_FILESYSTEM = 1
+QSPI_FLASH_FILESYSTEM = 1
11
EXTERNAL_FLASH_DEVICES = "SST26VF016B,SST26VF032B,SST26VF064B"
12
LONGINT_IMPL = MPZ
13
CIRCUITPY_ULAB = 0
0 commit comments