Arduino core 3.1.2
This commit is contained in:
+21
-6
@@ -18,7 +18,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/pioarduino/platform-espressif32.git"
|
||||
},
|
||||
"version": "53.03.11",
|
||||
"version": "53.03.12",
|
||||
"frameworks": {
|
||||
"arduino": {
|
||||
"script": "builder/frameworks/arduino.py"
|
||||
@@ -33,13 +33,13 @@
|
||||
"type": "framework",
|
||||
"optional": true,
|
||||
"owner": "espressif",
|
||||
"version": "https://github.com/espressif/arduino-esp32/releases/download/3.1.1/esp32-3.1.1.zip"
|
||||
"version": "https://github.com/espressif/arduino-esp32/releases/download/3.1.2/esp32-3.1.2.zip"
|
||||
},
|
||||
"framework-arduinoespressif32-libs": {
|
||||
"type": "framework",
|
||||
"optional": true,
|
||||
"owner": "espressif",
|
||||
"version": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.3/esp32-arduino-libs-idf-release_v5.3-cfea4f7c-v1.zip"
|
||||
"version": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.3/esp32-arduino-libs-idf-release_v5.3-489d7a2b-v1.zip"
|
||||
},
|
||||
"framework-arduino-c2-skeleton-lib": {
|
||||
"type": "framework",
|
||||
@@ -51,7 +51,7 @@
|
||||
"type": "framework",
|
||||
"optional": true,
|
||||
"owner": "pioarduino",
|
||||
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.3.2.241224/esp-idf-v5.3.2.zip"
|
||||
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.3.2.250210/esp-idf-v5.3.2.zip"
|
||||
},
|
||||
"toolchain-xtensa-esp-elf": {
|
||||
"type": "toolchain",
|
||||
@@ -86,7 +86,7 @@
|
||||
"tool-esptoolpy": {
|
||||
"type": "uploader",
|
||||
"owner": "pioarduino",
|
||||
"version": "https://github.com/pioarduino/esptool/releases/download/v4.8.5/esptool.zip"
|
||||
"version": "https://github.com/pioarduino/esptool/releases/download/v4.8.6/esptool.zip"
|
||||
},
|
||||
"tool-dfuutil-arduino": {
|
||||
"type": "uploader",
|
||||
@@ -117,10 +117,25 @@
|
||||
"owner": "platformio",
|
||||
"version": "~2.230.0"
|
||||
},
|
||||
"tool-cppcheck": {
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "~1.21100"
|
||||
},
|
||||
"tool-clangtidy": {
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "^1.190100.0"
|
||||
},
|
||||
"tool-pvs-studio": {
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "^7.18.59866"
|
||||
},
|
||||
"tool-cmake": {
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "~3.21.0"
|
||||
"version": "~3.30.2"
|
||||
},
|
||||
"tool-ninja": {
|
||||
"optional": true,
|
||||
|
||||
Reference in New Issue
Block a user