@@ -41,20 +41,18 @@ nrf52832-dk = ["nrf52832"]
41
41
microbit-v2 = [" nrf52833" ]
42
42
43
43
[dependencies ]
44
- embassy-executor = { version = " 0.6 .0" , features = [" arch-cortex-m" , " executor-thread" , " executor-interrupt" , " defmt" , " integrated-timers " ]}
45
- embassy-time = { version = " 0.3 .0" , features = [" defmt" , " defmt-timestamp-uptime" ]}
44
+ embassy-executor = { version = " 0.7 .0" , features = [" arch-cortex-m" , " executor-thread" , " executor-interrupt" , " defmt" ]}
45
+ embassy-time = { version = " 0.4 .0" , features = [" defmt" , " defmt-timestamp-uptime" ]}
46
46
embassy-sync = { version = " 0.6.0" }
47
- embassy-nrf = { version = " 0.2.0" , features = [" defmt" , " gpiote" , " time-driver-rtc1" ]}
48
- cortex-m = " 0.7.7"
47
+ embassy-nrf = { version = " 0.3.0" , features = [" defmt" , " gpiote" , " time-driver-rtc1" ]}
49
48
cortex-m-rt = " 0.7.3"
50
- defmt = " 0.3.5 "
51
- defmt-rtt = " 0.4.0 "
52
- panic-probe = { version = " 0.3. 1" , features = [" print-defmt" ] }
49
+ defmt = " 1 "
50
+ defmt-rtt = " 1 "
51
+ panic-probe = { version = " 1" , features = [" print-defmt" ] }
53
52
nrf-softdevice = { version = " 0.1.0" , path = " ../nrf-softdevice" , features = [" defmt" , " ble-peripheral" , " ble-central" , " critical-section-impl" ] }
54
53
embedded-storage = " 0.3.1"
55
54
embedded-storage-async = " 0.4.1"
56
55
futures = { version = " 0.3.29" , default-features = false }
57
- fixed = " 1.24.0"
58
56
heapless = " 0.8.0"
59
57
atomic-pool = " 1.0.1"
60
58
static_cell = " 2.0.0"
0 commit comments