-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.json
105 lines (105 loc) · 2.37 KB
/
packages.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"dependencies": [
{
"link": "https://github.com/matgla/EmbeddedUtilityLibraries.git",
"type": "git",
"version": "1.0.4",
"target": "eul",
"options": {
"cmake_variables": {
"DISABLE_TESTS": "ON"
}
}
},
{
"link": "https://github.com/matgla/Renode_RP2040.git",
"type": "git",
"version": "main",
"target": "renode_rp2040",
"options": {
"cmake_variables": {},
"is_cmake_library": true
}
},
{
"link": "https://github.com/boost-ext/sml.git",
"type": "git",
"version": "v1.1.11",
"options": {}
},
{
"link": "https://github.com/littlefs-project/littlefs.git",
"type": "git",
"version": "v2.9.1",
"target": "littlefs",
"options": {
"create_library": {
"type": "STATIC",
"sources": {
"PRIVATE": [
"lfs.c",
"lfs_util.c"
],
"PUBLIC": [
"lfs.h"
]
},
"include_directories": {
"PUBLIC": [
"."
]
},
"link_libraries": {
"PUBLIC": [
"yasboot_public_flags"
],
"PRIVATE": [
"yasboot_private_flags"
]
},
"compile_options": {
"PRIVATE": [
"-Wno-unused-function",
"-Wno-sign-conversion",
"-Wno-conversion",
"-Wno-cast-qual",
"-Wno-shadow",
"-Wno-analyzer-jump-through-null"
]
},
"compile_definitions": {
"PUBLIC": [
"-DLFS_READONLY=1",
"-DLFS_NO_DEBUG=1",
"-DLFS_NO_WARN=1",
"-DLFS_NO_ERROR=1"
]
}
}
}
},
{
"link": "https://github.com/matgla/Yasconf.git",
"type": "git",
"version": "main",
"target": "yasconf",
"options": {
"cmake_variables": {
"DISABLE_TESTS": "ON"
}
}
},
{
"link": "https://github.com/matgla/Yasld.git",
"type": "git",
"version": "main",
"target": "yasld",
"options": {
"cmake_variables": {
"YASLD_ARCH": "armv6-m",
"YASLD_DISABLE_TESTS": "OFF"
}
}
}
]
}