Skip to content

Commit 01bd937

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents d140066 + 21a8752 commit 01bd937

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ports/raspberrypi/boards/adafruit_feather_rp2040/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
// #define DEFAULT_UART_BUS_RX (&pin_PA11)
1414
// #define DEFAULT_UART_BUS_TX (&pin_PA10)
1515

16-
// Flash chip is GD25Q32 connected over QSPI
17-
#define TOTAL_FLASH_SIZE (4 * 1024 * 1024)
16+
// Flash chip is GD25Q64 connected over QSPI
17+
#define TOTAL_FLASH_SIZE (8 * 1024 * 1024)

ports/raspberrypi/boards/qtpy_rp2040/mpconfigboard.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
// #define DEFAULT_UART_BUS_RX (&pin_PA11)
1414
// #define DEFAULT_UART_BUS_TX (&pin_PA10)
1515

16-
// Flash chip is GD25Q32 connected over QSPI
17-
#define TOTAL_FLASH_SIZE (4 * 1024 * 1024)
16+
// Flash chip is GD25Q64 connected over QSPI
17+
#define TOTAL_FLASH_SIZE (8 * 1024 * 1024)

0 commit comments

Comments
 (0)