-
Notifications
You must be signed in to change notification settings - Fork 54
/
library.json
55 lines (55 loc) · 1.84 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
54
55
{
"name": "luos_engine",
"keywords": "network,microservice,luos,operating system,os,embedded,communication,service,ST,luos engine",
"description": "Luos engine is the framework allowing to create software microservices architecture for hardware devices.",
"version": "3.0.0",
"authors": {
"name": "Luos",
"url": "https://luos.io"
},
"homepage": "https://www.luos.io",
"license": "MIT",
"headers": "engine/core/inc/luos_engine.h",
"build": {
"srcDir": "engine/core/src",
"flags": [
"-I engine",
"-I engine/OD",
"-I engine/core/inc",
"-I engine/IO/inc",
"-I engine/profiles/state",
"-I engine/profiles/motor",
"-I engine/profiles/servo_motor",
"-I engine/profiles/voltage",
"-I engine/bootloader"
],
"extraScript": "source_filter_script.py"
},
"repository": {
"type": "git",
"url": "https://github.com/Luos-io/luos"
},
"export": {
"include": [
"examples/apps/*",
"examples/projects/Arduino/*",
"examples/projects/ESP32/*",
"examples/projects/l0/*",
"examples/projects/native/*",
"examples/projects/NUCLEO-F072RB/*",
"examples/projects/NUCLEO-F401RE/*",
"examples/projects/NUCLEO-F410RB/*",
"examples/projects/NUCLEO-G431KB/*",
"examples/projects/NUCLEO-G474RE/*",
"examples/projects/NUCLEO-L073RZ/*",
"examples/projects/NUCLEO-L432KC/*",
"examples/projects/STM32F4-discovery/*",
"examples/projects/STM32L4S5-discovery/*",
"examples/README.md",
"engine/*",
"source_filter_script.py",
"LICENSE",
"README.md"
]
}
}