@@ -5,42 +5,42 @@ version = "0.1.5"
5
5
6
6
[dependencies ]
7
7
crc = " 3.0"
8
- cortex-m = " 0.7 "
9
- cortex-m-rt = " 0.7.3 "
10
- embedded-hal = { version = " 0.2.7 " , features = [ " unproven " ] }
8
+ cortex-m.workspace = true
9
+ cortex-m-rt.workspace = true
10
+ embedded-hal.workspace = true
11
11
12
- defmt = " 0.3 "
13
- defmt-rtt = " 0.4 "
12
+ defmt.workspace = true
13
+ defmt-rtt.workspace = true
14
14
15
- # panic-probe = { version = "0.3", features = ["print-defmt"] }
16
- rp2040-panic-usb-boot = " 0.5.0 "
15
+ # panic-probe.workspace = true
16
+ rp2040-panic-usb-boot.workspace = true
17
17
18
18
# Not using an external BSP, we've got the Framework Laptop 16 BSPs locally in this crate
19
- rp2040-hal = { version = " 0.8 " , features = [ " rt " , " critical-section-impl " ] }
20
- rp2040-boot2 = " 0.3 "
19
+ rp2040-hal.workspace = true
20
+ rp2040-boot2.workspace = true
21
21
22
22
# USB Serial
23
- usb-device = " 0.2.9"
23
+ usb-device.workspace = true
24
+ heapless.workspace = true
25
+ usbd-serial.workspace = true
26
+ usbd-hid.workspace = true
27
+ fugit.workspace = true
24
28
25
- heapless = " 0.7.16"
26
- usbd-serial = " 0.1.1"
27
- usbd-hid = " 0.6.1"
28
- fugit = " 0.3.7"
29
29
num = { version = " 0.4" , default-features = false }
30
30
num-derive = " 0.3"
31
31
num-traits = { version = " 0.2" , default-features = false }
32
32
33
33
# LED Matrix
34
- is31fl3741 = { git = " https://github.com/JohnAZoidberg/is31fl3741 " , branch = " merged " , optional = true }
34
+ is31fl3741 = { workspace = true , optional = true }
35
35
36
36
# B1 Display
37
- st7306 = { git = " https://github.com/FrameworkComputer/st7306-rs " , branch = " update-deps " , optional = true }
38
- embedded-graphics = { version = " 0.8 " , optional = true }
39
- tinybmp = { version = " 0.5.0 " , optional = true }
37
+ st7306 = { workspace = true , optional = true }
38
+ embedded-graphics = { workspace = true , optional = true }
39
+ tinybmp = { workspace = true , optional = true }
40
40
41
41
# C1 Minimal
42
- smart-leds = { version = " 0.3.0 " , optional = true }
43
- ws2812-pio = { version = " 0.6.0 " , optional = true }
42
+ smart-leds = { workspace = true , optional = true }
43
+ ws2812-pio = { workspace = true , optional = true }
44
44
45
45
[features ]
46
46
default = []
0 commit comments