Skip to content

Commit

Permalink
Update Arduino core to v2.7.1
Browse files Browse the repository at this point in the history
Resolves #742
  • Loading branch information
valeros committed Dec 18, 2023
1 parent 13944a2 commit e505a30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions platform.json
Original file line number Diff line number Diff line change
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 e505a30

Please sign in to comment.