From 8d9b6e90880076fa1334fd7fc931b16b89ae6277 Mon Sep 17 00:00:00 2001 From: Martino Facchin Date: Wed, 28 Oct 2020 14:56:29 +0100 Subject: [PATCH] lwip: use adeguate mem-size for Portenta H7 --- 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 c94c420153..c8829b6c5c 100644 --- a/connectivity/lwipstack/mbed_lib.json +++ b/connectivity/lwipstack/mbed_lib.json @@ -210,6 +210,9 @@ "MIMXRT1050_EVK": { "mem-size": 36560 }, + "PORTENTA_H7": { + "mem-size": 16000 + }, "FVP_MPS2_M3": { "mem-size": 36560 },