forked from michaelbecker/freertos-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
50 lines (49 loc) · 1.13 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
{
"name": "freertos-addons",
"version": "1.6.1",
"description": "A collection of C++ wrappers encapsulating FreeRTOS functionality.",
"keywords": "c++, cpp, freertos, addons, freertos-addons, multithreading, rtos",
"repository":
{
"type": "git",
"url": "https://github.com/kabot-io/freertos-addons.git"
},
"authors":
[
{
"name": "Michael Becker",
"url": "https://github.com/michaelbecker"
},
{
"name": "Danilo Pucci",
"url": "https://github.com/danilopucci"
},
{
"name": "Lukas Neverauskis",
"url": "https://github.com/lukasnee"
},
{
"name": "Christian Köhnenkamp",
"url": "https://github.com/kohnech"
},
{
"name": "Krzysztof Pochwała",
"url": "https://github.com/kpochwala"
}
],
"license": "MIT",
"homepage": "https://michaelbecker.github.io/freertos-addons/",
"dependencies": {
},
"frameworks": "arduino",
"platforms": "espressif32",
"build": {
"srcDir": ".",
"srcFilter": "+<*> -<Linux>",
"includeDir": ".",
"flags": [
"-I c/Source/include",
"-I c++/Source/include"
]
}
}