From 55a6f6de98d454ee6e3caf786ae1b1c02424afe1 Mon Sep 17 00:00:00 2001 From: Daniel Starke Date: Thu, 16 Nov 2023 20:40:50 +0100 Subject: [PATCH] Add Mbed support for NUCELO_H723ZG. Mbed has added support for NUCELO_H723ZG with version 6.17.0. This has already been added to platformio with version 16.1.0 as default Mbed version. Make this Mbed support for this board also available in platformio. Signed-off-by: Daniel Starke --- boards/nucleo_h723zg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/nucleo_h723zg.json b/boards/nucleo_h723zg.json index c9a8e656..ef714850 100644 --- a/boards/nucleo_h723zg.json +++ b/boards/nucleo_h723zg.json @@ -26,6 +26,7 @@ "frameworks": [ "arduino", "stm32cube", + "mbed", "zephyr" ], "name": "ST Nucleo H723ZG",