-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
77 lines (76 loc) · 1.52 KB
/
Cargo.toml
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
[package]
name = "tc37x-pac"
version = "0.1.0"
edition = "2021"
[dependencies]
vcell = "0.1.2"
# Below are the FEATURES generated by svd2rust base on groupName in SVD file.
# Please copy them to Cargo.toml.
[features]
adma0 = []
amu00 = []
amu01 = []
asclin0 = []
asclin1 = []
asclin10 = []
asclin11 = []
asclin2 = []
asclin3 = []
asclin4 = []
asclin5 = []
asclin6 = []
asclin7 = []
asclin8 = []
asclin9 = []
can0 = []
can1 = []
cbs = []
ccu60 = []
ccu61 = []
convctrl = []
cpu0 = []
cpu1 = []
cpu2 = []
dam0 = []
dma = []
dmu = []
dom0 = []
edsadc = []
evadc = []
fsi = []
gpt120 = []
int = []
iom = []
minimcds = []
msc0 = []
msc1 = []
mtu = []
pfi0 = []
pfi1 = []
pms = []
pmu = []
port_00 = []
port_01 = []
port_02 = []
port_10 = []
port_11 = []
port_12 = []
port_13 = []
port_14 = []
port_15 = []
port_20 = []
port_21 = []
port_22 = []
port_23 = []
port_32 = []
port_33 = []
port_34 = []
port_40 = []
scu = []
smu = []
src = []
stm0 = []
stm1 = []
stm2 = []
all-peripherals = ["adma0","amu00","amu01","asclin0","asclin1","asclin10","asclin11","asclin2","asclin3","asclin4","asclin5","asclin6","asclin7","asclin8","asclin9","can0","can1","cbs","ccu60","ccu61","convctrl","cpu0","cpu1","cpu2","dam0","dma","dmu","dom0","edsadc","evadc","fsi","gpt120","int","iom","minimcds","msc0","msc1","mtu","pfi0","pfi1","pms","pmu","port_00","port_01","port_02","port_10","port_11","port_12","port_13","port_14","port_15","port_20","port_21","port_22","port_23","port_32","port_33","port_34","port_40","scu","smu","src","stm0","stm1","stm2"]
default = ["src"]