-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
42 lines (42 loc) · 886 Bytes
/
library.json
File metadata and controls
42 lines (42 loc) · 886 Bytes
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
{
"name": "harp.core.esp32",
"version": "0.1.0",
"description": "Harp core implementation for ESP32 targets (core + generic HarpCApp helper)",
"keywords": ["harp", "esp32", "protocol", "uart"],
"homepage": "https://github.com/barbaLab/harp.core.esp32",
"repository": {
"type": "git",
"url": "https://github.com/barbaLab/harp.core.esp32.git"
},
"authors": [
{
"name": "BarbaLab"
}
],
"frameworks": ["espidf"],
"platforms": ["espressif32"],
"dependencies": [
{
"name": "espressif/esp_tinyusb",
"version": ">=2.0.0"
}
],
"build": {
"includeDir": "include",
"srcDir": "src"
},
"export": {
"exclude": [
".git",
".pio",
".vscode",
"dependencies.lock",
"platformio.ini",
"sdkconfig.defaults",
"sdkconfig.*",
"test",
"examples",
"docs"
]
}
}