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 58de611 commit dac047dCopy full SHA for dac047d
ports/raspberrypi/boards/adafruit_feather_rp2040/mpconfigboard.h
@@ -13,5 +13,5 @@
13
// #define DEFAULT_UART_BUS_RX (&pin_PA11)
14
// #define DEFAULT_UART_BUS_TX (&pin_PA10)
15
16
-// Flash chip is GD25Q32 connected over QSPI
17
-#define TOTAL_FLASH_SIZE (4 * 1024 * 1024)
+// Flash chip is GD25Q64 connected over QSPI
+#define TOTAL_FLASH_SIZE (8 * 1024 * 1024)
0 commit comments