25 lines
738 B
Diff
25 lines
738 B
Diff
From 41225cddb2c3716ee6ed56998bef08d352132927 Mon Sep 17 00:00:00 2001
|
|
From: Martino Facchin <m.facchin@arduino.cc>
|
|
Date: Mon, 24 May 2021 16:13:09 +0200
|
|
Subject: [PATCH 062/204] Nano RP2040 Connect: force flash size to 16MB
|
|
|
|
---
|
|
targets/targets.json | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/targets/targets.json b/targets/targets.json
|
|
index 6d8e913119..0e82d5cff2 100644
|
|
--- a/targets/targets.json
|
|
+++ b/targets/targets.json
|
|
@@ -9444,6 +9444,7 @@
|
|
"PICO_NO_BINARY_INFO=1",
|
|
"MBED_MPU_CUSTOM",
|
|
"PICO_TIME_DEFAULT_ALARM_POOL_DISABLED",
|
|
+ "PICO_FLASH_SIZE_BYTES=16*1024*1024",
|
|
"PICO_ON_DEVICE=1",
|
|
"PICO_UART_ENABLE_CRLF_SUPPORT=0"
|
|
]
|
|
--
|
|
2.39.1
|
|
|