-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprops.json
51 lines (51 loc) · 1.3 KB
/
props.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
{
"core": {
"version": "3.0.0.29660"
},
"opt": {
"props": {
"capabilities": [
"adc",
"arduino",
"bsp_gen4",
"can",
"capsense",
"cat2",
"comp",
"dma",
"flash_384k",
"hal",
"i2c",
"led",
"lin",
"lptimer",
"mcu_gp",
"msc",
"msc_button",
"opamp",
"psoc4",
"rgb_led",
"smart_io",
"spi",
"sram_32k",
"std_crypto",
"switch",
"uart"
],
"dependencies": {
"core-lib": "release-v1.4.1",
"core-make": "release-v3.2.2",
"mtb-hal-cat2": "release-v2.0.0",
"mtb-pdl-cat2": "release-v2.8.0",
"recipe-make-cat2": "release-v2.2.0"
},
"docs_dir": "docs",
"flow_version": "2.0",
"min_tools": "3.0.0",
"template": {
"id": "mtb-template-cat2",
"version": "release-v1.0.0"
}
}
}
}