forked from u-blox/ubxlib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlibrary.json
45 lines (45 loc) · 1.22 KB
/
library.json
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
{
"name": "ubxlib",
"description": "Portable C libraries which provide APIs to build applications with u-blox products and services. Delivered as add-on to existing microcontroller and RTOS SDKs.",
"keywords": "u-blox, ubxlib",
"repository": {
"type": "git",
"url": "https://github.com/u-blox/ubxlib.git"
},
"authors": {
"name": "u-blox",
"email": "support@u-blox.com",
"url": "https://www.u-blox.com",
"maintainer": true
},
"license": "Apache-2.0 license",
"homepage": "https://github.com/u-blox/ubxlib/",
"frameworks": [
"arduino",
"espidf",
"zephyr"
],
"platforms": "*",
"build": {
"extraScript": "port/platform/platformio/pio_build.py",
"libLDFMode": "deep+"
},
"scripts": {
"postinstall": ["port/platform/platformio/pio_post_install.py"]
},
"export": {
"exclude": [".git"]
},
"examples": [
{
"name": "ubxlib examples",
"base": "port/platform/platformio/example",
"files": [
"mqtt.c",
"position.c",
"sps_ble.c",
"blink.c"
]
}
]
}