Skip to content

Commit 72c1bff

Browse files
committed
Use "platformio" owner for package dependencies
1 parent 08ef4bf commit 72c1bff

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

platform.json

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
"homepage": "https://espressif.com/",
66
"license": "Apache-2.0",
77
"keywords": [
8-
"dev-platform",
9-
"Wi-Fi",
10-
"Bluetooth",
11-
"Xtensa",
12-
"LX6"
8+
"dev-platform",
9+
"Wi-Fi",
10+
"Bluetooth",
11+
"Xtensa",
12+
"LX6"
1313
],
1414
"engines": {
1515
"platformio": "<5"
@@ -55,75 +55,91 @@
5555
"packages": {
5656
"toolchain-xtensa32": {
5757
"type": "toolchain",
58+
"owner": "platformio",
5859
"version": "~2.50200.0"
5960
},
6061
"toolchain-xtensa32s2": {
6162
"type": "toolchain",
6263
"optional": true,
64+
"owner": "platformio",
6365
"version": "~1.80200.0"
6466
},
6567
"toolchain-esp32ulp": {
6668
"type": "toolchain",
6769
"optional": true,
70+
"owner": "platformio",
6871
"version": "~1.22851.190618"
6972
},
7073
"framework-arduinoespressif32": {
7174
"type": "framework",
7275
"optional": true,
76+
"owner": "platformio",
7377
"version": "~3.10004.191002"
7478
},
7579
"framework-arduino-mbcwb": {
7680
"type": "framework",
7781
"optional": true,
82+
"owner": "platformio",
7883
"version": ">=2.1.1"
7984
},
8085
"framework-espidf": {
8186
"type": "framework",
8287
"optional": true,
88+
"owner": "platformio",
8389
"version": "~3.40001.0"
8490
},
8591
"framework-simba": {
8692
"type": "framework",
8793
"optional": true,
94+
"owner": "platformio",
8895
"version": ">=12.2.0"
8996
},
9097
"framework-pumbaa": {
9198
"type": "framework",
9299
"optional": true,
100+
"owner": "platformio",
93101
"version": ">=2.3.0"
94102
},
95103
"tool-esptoolpy": {
96104
"type": "uploader",
105+
"owner": "platformio",
97106
"version": "~1.20600.0"
98107
},
99108
"tool-mbctool": {
100109
"optional": true,
110+
"owner": "platformio",
101111
"version": ">=2.0.0"
102112
},
103113
"tool-openocd-esp32": {
104114
"type": "debugger",
105115
"optional": true,
116+
"owner": "platformio",
106117
"version": "~1.1000.20181026"
107118
},
108119
"tool-mkspiffs": {
109120
"type": "uploader",
110121
"optional": true,
122+
"owner": "platformio",
111123
"version": "~2.230.0"
112124
},
113125
"tool-cmake": {
114126
"optional": true,
127+
"owner": "platformio",
115128
"version": "~3.16.0"
116129
},
117130
"tool-ninja": {
118131
"optional": true,
132+
"owner": "platformio",
119133
"version": "^1.7.0"
120134
},
121135
"tool-mconf": {
122136
"optional": true,
137+
"owner": "platformio",
123138
"version": "~1.4060000.0"
124139
},
125140
"tool-idf": {
126141
"optional": true,
142+
"owner": "platformio",
127143
"version": "~1.0.1"
128144
}
129145
}

0 commit comments

Comments
 (0)