Skip to content

Commit e505a30

Browse files
committed
Update Arduino core to v2.7.1
Resolves #742
1 parent 13944a2 commit e505a30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)