Update platform.json
This commit is contained in:
+19
-25
@@ -18,7 +18,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/pioarduino/platform-espressif32.git"
|
"url": "https://github.com/pioarduino/platform-espressif32.git"
|
||||||
},
|
},
|
||||||
"version": "51.03.0x-stable",
|
"version": "53.03.10+develop",
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"script": "builder/frameworks/arduino.py"
|
"script": "builder/frameworks/arduino.py"
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
"type": "framework",
|
"type": "framework",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"owner": "espressif",
|
"owner": "espressif",
|
||||||
"version": ""
|
"version": "https://github.com/espressif/arduino-esp32/archive/refs/heads/release/v3.1.x.zip"
|
||||||
},
|
},
|
||||||
"framework-arduinoespressif32-libs": {
|
"framework-arduinoespressif32-libs": {
|
||||||
"type": "framework",
|
"type": "framework",
|
||||||
@@ -41,53 +41,47 @@
|
|||||||
"owner": "espressif",
|
"owner": "espressif",
|
||||||
"version": ""
|
"version": ""
|
||||||
},
|
},
|
||||||
|
"framework-arduino-c2-skeleton-lib": {
|
||||||
|
"type": "framework",
|
||||||
|
"optional": true,
|
||||||
|
"owner": "espressif",
|
||||||
|
"version": "https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10-rc3/c2_arduino_compile_skeleton.zip"
|
||||||
|
},
|
||||||
"framework-espidf": {
|
"framework-espidf": {
|
||||||
"type": "framework",
|
"type": "framework",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"owner": "pioarduino",
|
"owner": "pioarduino",
|
||||||
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.1.5/esp-idf-v5.1.5.zip"
|
"version": "https://github.com/pioarduino/esp-idf/releases/download/v5.3.2.241012/esp-idf-v5.3.2.zip"
|
||||||
},
|
},
|
||||||
"toolchain-xtensa-esp32": {
|
"toolchain-xtensa-esp-elf": {
|
||||||
"type": "toolchain",
|
"type": "toolchain",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"owner": "espressif",
|
"owner": "platformio",
|
||||||
"version": "12.2.0+20230208"
|
"version": "13.2.0+20240530"
|
||||||
},
|
|
||||||
"toolchain-xtensa-esp32s2": {
|
|
||||||
"type": "toolchain",
|
|
||||||
"optional": true,
|
|
||||||
"owner": "espressif",
|
|
||||||
"version": "12.2.0+20230208"
|
|
||||||
},
|
|
||||||
"toolchain-xtensa-esp32s3": {
|
|
||||||
"type": "toolchain",
|
|
||||||
"optional": true,
|
|
||||||
"owner": "espressif",
|
|
||||||
"version": "12.2.0+20230208"
|
|
||||||
},
|
},
|
||||||
"toolchain-riscv32-esp": {
|
"toolchain-riscv32-esp": {
|
||||||
"type": "toolchain",
|
"type": "toolchain",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"owner": "espressif",
|
"owner": "platformio",
|
||||||
"version": "12.2.0+20230208"
|
"version": "13.2.0+20240530"
|
||||||
},
|
},
|
||||||
"toolchain-esp32ulp": {
|
"toolchain-esp32ulp": {
|
||||||
"type": "toolchain",
|
"type": "toolchain",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"owner": "platformio",
|
"owner": "platformio",
|
||||||
"version": "~1.23500.0"
|
"version": "~1.23800.0"
|
||||||
},
|
},
|
||||||
"tool-xtensa-esp-elf-gdb": {
|
"tool-xtensa-esp-elf-gdb": {
|
||||||
"type": "debugger",
|
"type": "debugger",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"owner": "espressif",
|
"owner": "platformio",
|
||||||
"version": "~12.1.0"
|
"version": "14.2.0+20240403"
|
||||||
},
|
},
|
||||||
"tool-riscv32-esp-elf-gdb": {
|
"tool-riscv32-esp-elf-gdb": {
|
||||||
"type": "debugger",
|
"type": "debugger",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"owner": "espressif",
|
"owner": "platformio",
|
||||||
"version": "~12.1.0"
|
"version": "14.2.0+20240403"
|
||||||
},
|
},
|
||||||
"tool-esptoolpy": {
|
"tool-esptoolpy": {
|
||||||
"type": "uploader",
|
"type": "uploader",
|
||||||
|
|||||||
Reference in New Issue
Block a user