Skip to content

Commit

Permalink
Update MCUdude cores to v3.0 // Issue #320
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Oct 26, 2023
1 parent b270c70 commit 265921d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,25 +71,25 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.2.3"
"version": "~3.0.0"
},
"framework-arduino-avr-mightycore": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.2.2"
"version": "~3.0.0"
},
"framework-arduino-avr-minicore": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.2.2"
"version": "~3.0.0"
},
"framework-arduino-avr-majorcore": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.2.2"
"version": "~3.0.0"
},
"framework-arduino-avr-microcore": {
"type": "framework",
Expand Down
2 changes: 1 addition & 1 deletion platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def configure_default_packages(self, variables, targets):
"MajorCore",
"MicroCore",
):
self.packages["tool-avrdude"]["version"] = "~1.70100.0"
self.packages["tool-avrdude"]["version"] = "~1.70200.0"

self.frameworks["arduino"]["package"] = framework_package
self.packages[framework_package]["optional"] = False
Expand Down

0 comments on commit 265921d

Please sign in to comment.