Skip to content

Commit

Permalink
Merge branch 'release/v17.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Nov 30, 2023
2 parents 038fdb5 + 6df0d05 commit f727401
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion boards/lora_e5_dev_board.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions boards/nucleo_h723zg.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"frameworks": [
"arduino",
"stm32cube",
"mbed",
"zephyr"
],
"name": "ST Nucleo H723ZG",
Expand Down
8 changes: 0 additions & 8 deletions builder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down
4 changes: 2 additions & 2 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -298,7 +298,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.30400.0"
"version": "~2.30500.0"
},
"tool-stm32duino": {
"type": "uploader",
Expand Down

0 comments on commit f727401

Please sign in to comment.