diff --git a/boards/lora_e5_dev_board.json b/boards/lora_e5_dev_board.json index 1f0e4aca..92b6cc2b 100644 --- a/boards/lora_e5_dev_board.json +++ b/boards/lora_e5_dev_board.json @@ -8,7 +8,7 @@ "extra_flags": "-DSTM32WLxx -DSTM32WLE5xx", "f_cpu": "48000000L", "framework_extra_flags": { - "arduino": "-DUSE_CM4_STARTUP_FILE" + "arduino": "-DUSE_CM4_STARTUP_FILE -DARDUINO_GENERIC_WLE5JCIX" }, "mcu": "stm32wle5jc", "product_line": "STM32WLE5xx", 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", diff --git a/builder/main.py b/builder/main.py index f5c17dbc..8df00252 100644 --- a/builder/main.py +++ b/builder/main.py @@ -347,14 +347,6 @@ def __configure_upload_port(env): AlwaysBuild(env.Alias("upload", upload_source, upload_actions)) -# -# Information about obsolete method of specifying linker scripts -# - -if any("-Wl,-T" in f for f in env.get("LINKFLAGS", [])): - print("Warning! '-Wl,-T' option for specifying linker scripts is deprecated. " - "Please use 'board_build.ldscript' option in your 'platformio.ini' file.") - # # Default targets # diff --git a/platform.json b/platform.json index f4a3cdaf..6fdf1e5e 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/platformio/platform-ststm32.git" }, - "version": "17.0.0", + "version": "17.1.0", "frameworks": { "mbed": { "package": "framework-mbed", @@ -298,7 +298,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~2.30400.0" + "version": "~2.30500.0" }, "tool-stm32duino": { "type": "uploader",