-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprops.json
More file actions
50 lines (50 loc) · 1.29 KB
/
props.json
File metadata and controls
50 lines (50 loc) · 1.29 KB
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
{
"core": {
"version": "1.0.1.43200"
},
"opt": {
"props": {
"capabilities": [
"arduino",
"bsp_gen4",
"bt",
"cat5",
"cyw55xxx",
"cyw955513evk_01",
"flash_0k",
"hal",
"i2c",
"i2s",
"led",
"low_power",
"mcu_gp",
"memory",
"pdm",
"pot",
"qspi",
"rtc",
"sdio",
"spi",
"sram_768k",
"switch",
"tdm",
"uart"
],
"dependencies": {
"clib-support": "release-v1.8.0",
"core-lib": "release-v1.7.0",
"core-make": "release-v3.8.0",
"mtb-hal-cat5": "latest-v2.X",
"mtb-pdl-cat5": "latest-v4.X",
"recipe-make-cat5": "release-v1.6.0"
},
"docs_dir": "docs",
"flow_version": "2.0",
"min_tools": "3.1.0",
"template": {
"id": "mtb-template-cat5",
"version": "release-v3.0.0"
}
}
}
}