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": {