Update Arduino core to v2.0.11

- Added several new boards (including Nano ESP32) // Resolves #1162
- Added DFU upload method via dfu-util for the new Arduino Nano ESP32
- Updated IDF version to v4.4.5 for mixed Arduino/IDF projects
This commit is contained in:
valeros
2023-08-01 19:38:55 +03:00
parent 1d25419ae1
commit 95125e2627
8 changed files with 287 additions and 3 deletions
+8 -2
View File
@@ -67,7 +67,7 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~3.20009.0"
"version": "~3.20011.0"
},
"framework-arduino-mbcwb": {
"type": "framework",
@@ -80,7 +80,7 @@
"optional": true,
"owner": "platformio",
"version": "~3.50002.0",
"optionalVersions": ["~3.40404.0"]
"optionalVersions": ["~3.40405.0"]
},
"tool-esptoolpy": {
"type": "uploader",
@@ -92,6 +92,12 @@
"owner": "meteca",
"version": ">=2.0.0"
},
"tool-dfuutil-arduino": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.11.0"
},
"tool-openocd-esp32": {
"type": "debugger",
"optional": true,