aboutsummaryrefslogtreecommitdiff
path: root/ports/rp2/boards/PICO/mpconfigboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/rp2/boards/PICO/mpconfigboard.h')
-rw-r--r--ports/rp2/boards/PICO/mpconfigboard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/rp2/boards/PICO/mpconfigboard.h b/ports/rp2/boards/PICO/mpconfigboard.h
new file mode 100644
index 000000000..e6623374d
--- /dev/null
+++ b/ports/rp2/boards/PICO/mpconfigboard.h
@@ -0,0 +1,3 @@
+// Board and hardware specific configuration
+#define MICROPY_HW_BOARD_NAME "Raspberry Pi Pico"
+#define MICROPY_HW_FLASH_STORAGE_BYTES (1408 * 1024)