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 f8da94b commit 53f3282Copy full SHA for 53f3282
ports/atmel-samd/boards/huntercat_nfc/mpconfigboard.mk
@@ -6,8 +6,9 @@ USB_MANUFACTURER = "Electronic Cats"
6
CHIP_VARIANT = SAMD21E18A
7
CHIP_FAMILY = samd21
8
9
+INTERNAL_FLASH_FILESYSTEM = 0
10
SPI_FLASH_FILESYSTEM = 1
-EXTERNAL_FLASH_DEVICES = "W25Q16JV"
11
+EXTERNAL_FLASH_DEVICES = "W25Q16JVxQ"
12
LONGINT_IMPL = MPZ
13
14
# A number of modules are removed for HunterCatNFC to make room for frozen libraries.
0 commit comments