summaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2020-03-26 13:27:56 -0700
committerGitHub <noreply@github.com>2020-03-26 13:27:56 -0700
commit3959548054f8bc5cdc2c4769e08193c683a27a9f (patch)
tree996d6082fa846403e1a85e5b3e69dd40f22c9aa6 /ports
parent4d2e986b9b41043756fe94302ecbab49087b2a5f (diff)
parentff67571e9a4de91f38b6520f77dc0ff472306fda (diff)
Merge pull request #2734 from theacodes/add-flash-for-sol
Add GD25Q64C as a flash chip for Sol
Diffstat (limited to 'ports')
-rw-r--r--ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.mk b/ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.mk
index b1f916ec2..166eaad3f 100644
--- a/ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.mk
+++ b/ports/atmel-samd/boards/winterbloom_sol/mpconfigboard.mk
@@ -12,8 +12,8 @@ CHIP_VARIANT = SAMD51J20A
CHIP_FAMILY = samd51
QSPI_FLASH_FILESYSTEM = 1
-EXTERNAL_FLASH_DEVICE_COUNT = 1
-EXTERNAL_FLASH_DEVICES = W25Q32JV_IQ
+EXTERNAL_FLASH_DEVICE_COUNT = 2
+EXTERNAL_FLASH_DEVICES = "GD25Q64C, W25Q32JV_IQ"
LONGINT_IMPL = MPZ
# Disable modules that are unusable on this special-purpose board.