Skip to content

Commit b29bcef

Browse files
committed
RP2040: force 16MB of available flash
1 parent 287ee93 commit b29bcef

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
From 45445a4b76d8d05d6083f8bf481e5b4efe7bf1c7 Mon Sep 17 00:00:00 2001
2+
From: Martino Facchin <[email protected]>
3+
Date: Mon, 24 May 2021 16:13:09 +0200
4+
Subject: [PATCH] Nano RP2040 Connect: force flash size to 16MB
5+
6+
---
7+
targets/targets.json | 1 +
8+
1 file changed, 1 insertion(+)
9+
10+
diff --git a/targets/targets.json b/targets/targets.json
11+
index 2081b37254..9de3850237 100644
12+
--- a/targets/targets.json
13+
+++ b/targets/targets.json
14+
@@ -8028,6 +8028,7 @@
15+
"MBED_MPU_CUSTOM",
16+
"PICO_TIME_DEFAULT_ALARM_POOL_DISABLED",
17+
"PICO_ON_DEVICE=1",
18+
+ "PICO_FLASH_SIZE_BYTES=16*1024*1024",
19+
"PICO_UART_ENABLE_CRLF_SUPPORT=0"
20+
]
21+
},
22+
--
23+
2.31.1
24+

0 commit comments

Comments
 (0)