-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
40 lines (40 loc) · 976 Bytes
/
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
{
"name": "SAMC SLCAN",
"keywords": "samc21 can slcan",
"description": "This library provides SLCan to the SAM series processors",
"authors":
{
"name": "Scott Price",
"url": "http://www.hugllc.com/"
},
"version": "0.1.0",
"downloadUrl": "https://github.com/hugllc/sam_slcan",
"frameworks": "arduino",
"platforms": ["atmelsam"],
"dependencies":
[
],
"export": {
"include":
[
"examples/*",
"src/*",
"library.json",
"library.properties",
"README.md"
],
"exclude":
[
"testcode",
"Makefile",
"test"
]
},
"build": {
"flags": [
"-Wall", "-Werror", "-Wformat-nonliteral",
"-Wpointer-arith", "-Wmissing-declarations", "-Winline",
"-Wwrite-strings", "-Wno-unused-parameter", "-Wfloat-equal"
]
}
}