File tree 1 file changed +18
-2
lines changed
1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,27 @@ log-server = { package = "xous-api-log", version = "0.1.63" }
12
12
log = " 0.4.14"
13
13
num-derive = { version = " 0.4.2" , default-features = false }
14
14
num-traits = { version = " 0.2.14" , default-features = false }
15
- cramium-hal = { path = " ../../libs/cramium-hal" , features = [" std" ] }
15
+ cramium-hal = { path = " ../../libs/cramium-hal" , features = [
16
+ " std" ,
17
+ ], optional = true }
16
18
cramium-api = { path = " ../../libs/cramium-api" }
17
- cram-hal-service = { path = " ../cram-hal-service" }
19
+ cram-hal-service = { path = " ../cram-hal-service" , optional = true }
20
+ cramium-emu = { path = " ../cramium-emu" , optional = true }
18
21
usb-cramium = { path = " ../usb-cramium" }
22
+ modals = { path = " ../modals" }
19
23
20
24
[features ]
21
25
cramium-soc = [" utralib/cramium-soc" ]
26
+ board-baosec = [
27
+ " modals/board-baosec" ,
28
+ " cram-hal-service" ,
29
+ " cramium-hal" ,
30
+ " usb-cramium/board-baosec" ,
31
+ ]
32
+ hosted-baosec = [
33
+ " modals/hosted-baosec" ,
34
+ " usb-cramium/hosted-baosec" ,
35
+ " cramium-emu" ,
36
+ ]
37
+
22
38
default = []
You can’t perform that action at this time.
0 commit comments