Skip to content

Commit f727401

Browse files
committed
Merge branch 'release/v17.1.0'
2 parents 038fdb5 + 6df0d05 commit f727401

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

boards/lora_e5_dev_board.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"extra_flags": "-DSTM32WLxx -DSTM32WLE5xx",
99
"f_cpu": "48000000L",
1010
"framework_extra_flags": {
11-
"arduino": "-DUSE_CM4_STARTUP_FILE"
11+
"arduino": "-DUSE_CM4_STARTUP_FILE -DARDUINO_GENERIC_WLE5JCIX"
1212
},
1313
"mcu": "stm32wle5jc",
1414
"product_line": "STM32WLE5xx",

boards/nucleo_h723zg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"frameworks": [
2727
"arduino",
2828
"stm32cube",
29+
"mbed",
2930
"zephyr"
3031
],
3132
"name": "ST Nucleo H723ZG",

builder/main.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -347,14 +347,6 @@ def __configure_upload_port(env):
347347

348348
AlwaysBuild(env.Alias("upload", upload_source, upload_actions))
349349

350-
#
351-
# Information about obsolete method of specifying linker scripts
352-
#
353-
354-
if any("-Wl,-T" in f for f in env.get("LINKFLAGS", [])):
355-
print("Warning! '-Wl,-T' option for specifying linker scripts is deprecated. "
356-
"Please use 'board_build.ldscript' option in your 'platformio.ini' file.")
357-
358350
#
359351
# Default targets
360352
#

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-ststm32.git"
2020
},
21-
"version": "17.0.0",
21+
"version": "17.1.0",
2222
"frameworks": {
2323
"mbed": {
2424
"package": "framework-mbed",
@@ -298,7 +298,7 @@
298298
"type": "framework",
299299
"optional": true,
300300
"owner": "platformio",
301-
"version": "~2.30400.0"
301+
"version": "~2.30500.0"
302302
},
303303
"tool-stm32duino": {
304304
"type": "uploader",

0 commit comments

Comments
 (0)