27 lines
748 B
Diff
27 lines
748 B
Diff
From ac174a3037a3f9e3b1142e392ca2c12c593dab76 Mon Sep 17 00:00:00 2001
|
|
From: Martino Facchin <m.facchin@arduino.cc>
|
|
Date: Fri, 24 Dec 2021 09:53:40 +0100
|
|
Subject: [PATCH 116/204] Nicla Vision: tune LWIP mem size
|
|
|
|
---
|
|
connectivity/lwipstack/mbed_lib.json | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/connectivity/lwipstack/mbed_lib.json b/connectivity/lwipstack/mbed_lib.json
|
|
index bf7e742a5c..54ab36d62c 100644
|
|
--- a/connectivity/lwipstack/mbed_lib.json
|
|
+++ b/connectivity/lwipstack/mbed_lib.json
|
|
@@ -225,6 +225,9 @@
|
|
"PORTENTA_H7": {
|
|
"mem-size": 16000
|
|
},
|
|
+ "NICLA_VISION": {
|
|
+ "mem-size": 16000
|
|
+ },
|
|
"FVP_MPS2_M3": {
|
|
"mem-size": 36560
|
|
},
|
|
--
|
|
2.39.1
|
|
|