Skip to content

Commit ca9b7de

Browse files
Added flash size for Tiny2040
1 parent 52f2fd6 commit ca9b7de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/raspberrypi/boards/pimoroni_tiny2040/mpconfigboard.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
#define MICROPY_HW_USER_SW (&pin_GPIO23)
99

10+
#define TOTAL_FLASH_SIZE (8 * 1024 * 1024)
11+
1012
// These pins are unconnected
1113
#define IGNORE_PIN_GPIO8 1
1214
#define IGNORE_PIN_GPIO9 1

0 commit comments

Comments
 (0)