From 551719ef7759bead80827ca3510f6e3774d4969c Mon Sep 17 00:00:00 2001 From: Jonathan Graesser Date: Wed, 15 Mar 2023 10:50:44 +0100 Subject: [PATCH] added mbed frame work to portenta h7 board definitions --- boards/portenta_h7_m4.json | 3 ++- boards/portenta_h7_m7.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/boards/portenta_h7_m4.json b/boards/portenta_h7_m4.json index 2e12f4aa..1e3dfc93 100644 --- a/boards/portenta_h7_m4.json +++ b/boards/portenta_h7_m4.json @@ -27,7 +27,8 @@ "openocd_target": "stm32h7x_dual_bank" }, "frameworks": [ - "arduino" + "arduino", + "mbed" ], "name": "Arduino Portenta H7 (M4 core)", "upload": { diff --git a/boards/portenta_h7_m7.json b/boards/portenta_h7_m7.json index b6d17b48..1c385523 100644 --- a/boards/portenta_h7_m7.json +++ b/boards/portenta_h7_m7.json @@ -27,7 +27,8 @@ "openocd_target": "stm32h7x_dual_bank" }, "frameworks": [ - "arduino" + "arduino", + "mbed" ], "name": "Arduino Portenta H7 (M7 core)", "upload": {