summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2021-03-01 10:33:04 -0800
committerGitHub <noreply@github.com>2021-03-01 10:33:04 -0800
commitdac047db615cb36da26e5502fb430771166f251f (patch)
tree6b546a73db567dc1a29584b90b4d840e69f7167d
parent58de61121777b836d525ea5e24973909bdb8a7fa (diff)
Update Feather RP2040 to 8MB
-rw-r--r--ports/raspberrypi/boards/adafruit_feather_rp2040/mpconfigboard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/raspberrypi/boards/adafruit_feather_rp2040/mpconfigboard.h b/ports/raspberrypi/boards/adafruit_feather_rp2040/mpconfigboard.h
index f491a7769..a3124c7e5 100644
--- a/ports/raspberrypi/boards/adafruit_feather_rp2040/mpconfigboard.h
+++ b/ports/raspberrypi/boards/adafruit_feather_rp2040/mpconfigboard.h
@@ -13,5 +13,5 @@
// #define DEFAULT_UART_BUS_RX (&pin_PA11)
// #define DEFAULT_UART_BUS_TX (&pin_PA10)
-// Flash chip is GD25Q32 connected over QSPI
-#define TOTAL_FLASH_SIZE (4 * 1024 * 1024)
+// Flash chip is GD25Q64 connected over QSPI
+#define TOTAL_FLASH_SIZE (8 * 1024 * 1024)