Skip to content

Commit

Permalink
Update Feather RP2040 to 8MB
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Mar 1, 2021
1 parent 58de611 commit dac047d
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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)

0 comments on commit dac047d

Please sign in to comment.