-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatform.json
More file actions
50 lines (49 loc) · 1.14 KB
/
platform.json
File metadata and controls
50 lines (49 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "urack-esp32",
"title": "URack ESP32 Platform",
"description": "URack ESP32 platform with pre-compiled libraries for mod-esp32-v1 board",
"homepage": "https://github.com/coreglitch/urack",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"Wi-Fi",
"Bluetooth",
"Xtensa",
"ESP32"
],
"engines": {
"platformio": ">=6.1.16"
},
"repository": {
"type": "git",
"url": "https://github.com/coreglitch/urack.git"
},
"version": "1.0.9",
"frameworks": {
"arduino": {
"script": "builder/frameworks/arduino.py"
},
"espidf": {
"script": "builder/frameworks/espidf.py"
}
},
"packages": {
"toolchain-xtensa-esp-elf": {
"type": "toolchain",
"optional": false,
"owner": "platformio",
"version": "14.2.0+20241119"
},
"tool-esptoolpy": {
"type": "uploader",
"owner": "pioarduino",
"version": "https://github.com/pioarduino/esptool/releases/download/v4.8.9/esptool.zip"
},
"tool-openocd-esp32": {
"type": "debugger",
"optional": true,
"owner": "platformio",
"version": "~2.1100.0"
}
}
}