Skip to content

Commit 3968ee7

Browse files
committed
Merge branch 'release/v17.2.0'
2 parents f727401 + 4a0b080 commit 3968ee7

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

boards/nicla_vision_m4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"cpu": "cortex-m4",
1010
"f_cpu": "480000000L",
1111
"mcu": "stm32h747xih6",
12-
"variant": "PORTENTA_H7_M4",
12+
"variant": "GENERIC_STM32H747_M4",
1313
"product_line": "STM32H747xx",
1414
"hwids": [
1515
[

boards/opta_m4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"cpu": "cortex-m4",
1010
"f_cpu": "480000000L",
1111
"mcu": "stm32h747xih6",
12-
"variant": "PORTENTA_H7_M4",
12+
"variant": "GENERIC_STM32H747_M4",
1313
"product_line": "STM32H747xx",
1414
"hwids": [
1515
[

boards/portenta_h7_m4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"cpu": "cortex-m4",
1010
"f_cpu": "480000000L",
1111
"mcu": "stm32h747xih6",
12-
"variant": "PORTENTA_H7_M4",
12+
"variant": "GENERIC_STM32H747_M4",
1313
"product_line": "STM32H747xx",
1414
"hwids": [
1515
[

platform.json

Lines changed: 3 additions & 3 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.1.0",
21+
"version": "17.2.0",
2222
"frameworks": {
2323
"mbed": {
2424
"package": "framework-mbed",
@@ -93,7 +93,7 @@
9393
"owner": "platformio",
9494
"version": "~2.50501.0",
9595
"optionalVersions": [
96-
"~2.50700.0"
96+
"~2.50900.0"
9797
]
9898
},
9999
"framework-cmsis-stm32f0": {
@@ -190,7 +190,7 @@
190190
"type": "framework",
191191
"optional": true,
192192
"owner": "platformio",
193-
"version": "~4.20600.0"
193+
"version": "~4.20701.0"
194194
},
195195
"framework-arduinoststm32-maple": {
196196
"type": "framework",

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def configure_default_packages(self, variables, targets):
4949
self.packages["framework-arduinoststm32"]["optional"] = True
5050
else:
5151
self.packages["toolchain-gccarmnoneeabi"]["version"] = "~1.120301.0"
52-
self.packages["framework-cmsis"]["version"] = "~2.50700.0"
52+
self.packages["framework-cmsis"]["version"] = "~2.50900.0"
5353
self.packages["framework-cmsis"]["optional"] = False
5454

5555
if "mbed" in frameworks:

0 commit comments

Comments
 (0)