Use "platformio" owner for package dependencies
This commit is contained in:
+21
-5
@@ -5,11 +5,11 @@
|
||||
"homepage": "https://espressif.com/",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
"dev-platform",
|
||||
"Wi-Fi",
|
||||
"Bluetooth",
|
||||
"Xtensa",
|
||||
"LX6"
|
||||
"dev-platform",
|
||||
"Wi-Fi",
|
||||
"Bluetooth",
|
||||
"Xtensa",
|
||||
"LX6"
|
||||
],
|
||||
"engines": {
|
||||
"platformio": "<5"
|
||||
@@ -55,75 +55,91 @@
|
||||
"packages": {
|
||||
"toolchain-xtensa32": {
|
||||
"type": "toolchain",
|
||||
"owner": "platformio",
|
||||
"version": "~2.50200.0"
|
||||
},
|
||||
"toolchain-xtensa32s2": {
|
||||
"type": "toolchain",
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "~1.80200.0"
|
||||
},
|
||||
"toolchain-esp32ulp": {
|
||||
"type": "toolchain",
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "~1.22851.190618"
|
||||
},
|
||||
"framework-arduinoespressif32": {
|
||||
"type": "framework",
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "~3.10004.191002"
|
||||
},
|
||||
"framework-arduino-mbcwb": {
|
||||
"type": "framework",
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": ">=2.1.1"
|
||||
},
|
||||
"framework-espidf": {
|
||||
"type": "framework",
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "~3.40001.0"
|
||||
},
|
||||
"framework-simba": {
|
||||
"type": "framework",
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": ">=12.2.0"
|
||||
},
|
||||
"framework-pumbaa": {
|
||||
"type": "framework",
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": ">=2.3.0"
|
||||
},
|
||||
"tool-esptoolpy": {
|
||||
"type": "uploader",
|
||||
"owner": "platformio",
|
||||
"version": "~1.20600.0"
|
||||
},
|
||||
"tool-mbctool": {
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": ">=2.0.0"
|
||||
},
|
||||
"tool-openocd-esp32": {
|
||||
"type": "debugger",
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "~1.1000.20181026"
|
||||
},
|
||||
"tool-mkspiffs": {
|
||||
"type": "uploader",
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "~2.230.0"
|
||||
},
|
||||
"tool-cmake": {
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "~3.16.0"
|
||||
},
|
||||
"tool-ninja": {
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "^1.7.0"
|
||||
},
|
||||
"tool-mconf": {
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "~1.4060000.0"
|
||||
},
|
||||
"tool-idf": {
|
||||
"optional": true,
|
||||
"owner": "platformio",
|
||||
"version": "~1.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user