-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathlibrary.json
41 lines (41 loc) · 879 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
41
{
"name": "freertos-teensy",
"keywords": "FreeRTOS, Teensy",
"description": "FreeRTOS port for Teensy 3.5, 3.6, 4.0, 4.1",
"license": "MIT",
"homepage": "https://www.freertos.org",
"repository": {
"type": "git",
"url": "https://github.com/tsandmann/freertos-teensy"
},
"version": "11.0.1-1",
"authors": [
{
"name": "Richard Barry",
"email": "info@freertos.org"
},
{
"name": "Piotr Grygorczuk",
"email": "grygorek@gmail.com"
},
{
"name": "Timo Sandmann",
"maintainer": true
}
],
"frameworks": "arduino",
"platforms": [ "teensy", "teensy-ts" ],
"build": {
"flags": [
"-Ilib/cpp/src/bits",
"-Ilib/cpp/src",
"-I../../../../src"
],
"srcFilter": [
"+<../lib/cpp/src/bits/*>",
"+<../lib/cpp/src/*>",
"+<../lib/gcc/*>",
"+<*>"
]
}
}