Skip to content

Commit

Permalink
Merge branch 'release/v17.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Dec 27, 2023
2 parents f727401 + 4a0b080 commit 3968ee7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion boards/nicla_vision_m4.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"cpu": "cortex-m4",
"f_cpu": "480000000L",
"mcu": "stm32h747xih6",
"variant": "PORTENTA_H7_M4",
"variant": "GENERIC_STM32H747_M4",
"product_line": "STM32H747xx",
"hwids": [
[
Expand Down
2 changes: 1 addition & 1 deletion boards/opta_m4.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"cpu": "cortex-m4",
"f_cpu": "480000000L",
"mcu": "stm32h747xih6",
"variant": "PORTENTA_H7_M4",
"variant": "GENERIC_STM32H747_M4",
"product_line": "STM32H747xx",
"hwids": [
[
Expand Down
2 changes: 1 addition & 1 deletion boards/portenta_h7_m4.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"cpu": "cortex-m4",
"f_cpu": "480000000L",
"mcu": "stm32h747xih6",
"variant": "PORTENTA_H7_M4",
"variant": "GENERIC_STM32H747_M4",
"product_line": "STM32H747xx",
"hwids": [
[
Expand Down
2 changes: 1 addition & 1 deletion builder/frameworks/arduino/mbed-core
6 changes: 3 additions & 3 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.1.0",
"version": "17.2.0",
"frameworks": {
"mbed": {
"package": "framework-mbed",
Expand Down Expand Up @@ -93,7 +93,7 @@
"owner": "platformio",
"version": "~2.50501.0",
"optionalVersions": [
"~2.50700.0"
"~2.50900.0"
]
},
"framework-cmsis-stm32f0": {
Expand Down Expand Up @@ -190,7 +190,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~4.20600.0"
"version": "~4.20701.0"
},
"framework-arduinoststm32-maple": {
"type": "framework",
Expand Down
2 changes: 1 addition & 1 deletion platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def configure_default_packages(self, variables, targets):
self.packages["framework-arduinoststm32"]["optional"] = True
else:
self.packages["toolchain-gccarmnoneeabi"]["version"] = "~1.120301.0"
self.packages["framework-cmsis"]["version"] = "~2.50700.0"
self.packages["framework-cmsis"]["version"] = "~2.50900.0"
self.packages["framework-cmsis"]["optional"] = False

if "mbed" in frameworks:
Expand Down

0 comments on commit 3968ee7

Please sign in to comment.