@@ -5,13 +5,13 @@ edition = "2021"
5
5
6
6
[dependencies ]
7
7
cortex-m = { version = " 0.7.6" , features = [" inline-asm" ] }
8
- embassy-executor = { version = " 0.6 .0" , features = [" task-arena-size-32768" , " arch-cortex-m" , " executor-thread" , " executor-interrupt" , " defmt" , " integrated-timers " ] }
9
- embassy-rp = { version = " 0.2 .0" , features = [" rp2040" , " defmt" , " unstable-pac" , " time-driver" , " critical-section-impl" ] }
8
+ embassy-executor = { version = " 0.7 .0" , features = [" task-arena-size-32768" , " arch-cortex-m" , " executor-thread" , " executor-interrupt" , " defmt" ] }
9
+ embassy-rp = { version = " 0.3 .0" , features = [" rp2040" , " defmt" , " unstable-pac" , " time-driver" , " critical-section-impl" ] }
10
10
embassy-sync = { version = " 0.6.0" , features = [" defmt" ] }
11
- embassy-time = { version = " 0.3.2 " , features = [" defmt" , " defmt-timestamp-uptime" ] }
12
- embassy-usb = { version = " 0.3 .0" , features = [" defmt" ] }
11
+ embassy-time = { version = " 0.4.0 " , features = [" defmt" , " defmt-timestamp-uptime" ] }
12
+ embassy-usb = { version = " 0.4 .0" , features = [" defmt" ] }
13
13
panic-probe = { version = " 0.3" , features = [" print-defmt" ] }
14
- postcard-rpc = { version = " 0.11.0" , features = [" embassy-usb-0_3 -server" ] }
14
+ postcard-rpc = { version = " 0.11.0" , features = [" embassy-usb-0_4 -server" ] }
15
15
postcard = { version = " 1.1.0" }
16
16
postcard-schema = { version = " 0.2.0" , features = [" derive" ] }
17
17
portable-atomic = { version = " 1.6.0" , features = [" critical-section" ] }
@@ -41,10 +41,10 @@ codegen-units = 256
41
41
rpath = false
42
42
43
43
[patch .crates-io ]
44
- embassy-embedded-hal = { git = " https://github.com/embassy-rs/embassy" , rev = " 32cff6530fdb81066451cc1d3f1fbbb420e985da " }
45
- embassy-executor = { git = " https://github.com/embassy-rs/embassy" , rev = " 32cff6530fdb81066451cc1d3f1fbbb420e985da " }
46
- embassy-rp = { git = " https://github.com/embassy-rs/embassy" , rev = " 32cff6530fdb81066451cc1d3f1fbbb420e985da " }
47
- embassy-sync = { git = " https://github.com/embassy-rs/embassy" , rev = " 32cff6530fdb81066451cc1d3f1fbbb420e985da " }
48
- embassy-time = { git = " https://github.com/embassy-rs/embassy" , rev = " 32cff6530fdb81066451cc1d3f1fbbb420e985da " }
49
- embassy-usb = { git = " https://github.com/embassy-rs/embassy" , rev = " 32cff6530fdb81066451cc1d3f1fbbb420e985da " }
50
- embassy-usb-driver = { git = " https://github.com/embassy-rs/embassy" , rev = " 32cff6530fdb81066451cc1d3f1fbbb420e985da " }
44
+ embassy-embedded-hal = { git = " https://github.com/embassy-rs/embassy" , rev = " 51d87c6603631fda6fb59ca1a65a99c08138b081 " }
45
+ embassy-executor = { git = " https://github.com/embassy-rs/embassy" , rev = " 51d87c6603631fda6fb59ca1a65a99c08138b081 " }
46
+ embassy-rp = { git = " https://github.com/embassy-rs/embassy" , rev = " 51d87c6603631fda6fb59ca1a65a99c08138b081 " }
47
+ embassy-sync = { git = " https://github.com/embassy-rs/embassy" , rev = " 51d87c6603631fda6fb59ca1a65a99c08138b081 " }
48
+ embassy-time = { git = " https://github.com/embassy-rs/embassy" , rev = " 51d87c6603631fda6fb59ca1a65a99c08138b081 " }
49
+ embassy-usb = { git = " https://github.com/embassy-rs/embassy" , rev = " 51d87c6603631fda6fb59ca1a65a99c08138b081 " }
50
+ embassy-usb-driver = { git = " https://github.com/embassy-rs/embassy" , rev = " 51d87c6603631fda6fb59ca1a65a99c08138b081 " }
0 commit comments