-
Notifications
You must be signed in to change notification settings - Fork 21
/
library.json
53 lines (52 loc) · 1.14 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
46
47
48
49
50
51
52
53
{
"name": "twr-sdk",
"version": "1.0.0",
"repository":
{
"type": "git",
"url": "https://github.com/hardwario/twr-sdk.git"
},
"authors":
[
{
"name": "HARDWARIO s.r.o.",
"email": "[email protected]",
"url": "https://hardwario.com",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://tower.hardwario.com",
"frameworks": "stm32cube",
"platforms": "hardwario-tower",
"export": {
"exclude":[
"_examples/*",
"doc/*",
".*",
"./*.sh"
]
},
"build": {
"includeDir": ".",
"srcDir": ".",
"srcFilter": [
"+<twr/src>",
"+<twr/stm/src>",
"+<stm/spirit1/src>",
"+<stm/usb/src>",
"+<lib/jsmn>",
"+<lib/minmea>"
],
"flags": [
"-Itwr/inc",
"-Ibcl/inc",
"-Itwr/stm/inc",
"-Istm/spirit1/inc",
"-Istm/usb/inc",
"-Ilib/jsmn",
"-Ilib/minmea",
"-Wl,-u_printf_float"
]
}
}