Skip to content

Commit 1a0bf4c

Browse files
Added flash size for PicoSystem
1 parent a9951c9 commit 1a0bf4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/raspberrypi/boards/pimoroni_picosystem/mpconfigboard.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
#define DEFAULT_UART_BUS_RX (&pin_GPIO1)
3939
#define DEFAULT_UART_BUS_TX (&pin_GPIO0)
4040

41+
#define TOTAL_FLASH_SIZE (16 * 1024 * 1024)
42+
4143
// These pins are unconnected
4244
#define IGNORE_PIN_GPIO3 1
4345
#define IGNORE_PIN_GPIO10 1

0 commit comments

Comments
 (0)