@@ -14,7 +14,8 @@ embassy-sync = { version = "0.6", features = ["defmt"] }
14
14
futures = { version = " 0.3" , default-features = false , features = [" async-await" ]}
15
15
# TEMP: awaiting release
16
16
nrf-sdc = { git = " https://github.com/alexmoon/nrf-sdc.git" , rev = " 3702af909d31cd81c62f15e1aa9d5f637ec935fa" , default-features = false , features = [" defmt" , " peripheral" , " central" ] }
17
- nrf-mpsl = { version = " 0.1.0" , default-features = false , features = [" defmt" , " critical-section-impl" ] }
17
+ # TEMP: awaiting release
18
+ nrf-mpsl = { git = " https://github.com/alexmoon/nrf-sdc.git" , rev = " 3702af909d31cd81c62f15e1aa9d5f637ec935fa" , default-features = false , features = [" defmt" , " critical-section-impl" ] }
18
19
bt-hci = { version = " 0.1.1" , default-features = false , features = [" defmt" ] }
19
20
trouble-host = { version = " 0.1.0" , path = " ../../host" , features = [" defmt" ] }
20
21
trouble-example-apps = { version = " 0.1.0" , path = " ../apps" , features = [" defmt" ] }
@@ -38,7 +39,6 @@ embassy-futures = { git = "https://github.com/embassy-rs/embassy.git", rev = "1c
38
39
embassy-time = { git = " https://github.com/embassy-rs/embassy.git" , rev = " 1cfd5370ac012814b7b386ba9ad8499529bdde4e" }
39
40
embassy-time-driver = { git = " https://github.com/embassy-rs/embassy.git" , rev = " 1cfd5370ac012814b7b386ba9ad8499529bdde4e" }
40
41
embassy-embedded-hal = { git = " https://github.com/embassy-rs/embassy.git" , rev = " 1cfd5370ac012814b7b386ba9ad8499529bdde4e" }
41
- nrf-mpsl = { git = " https://github.com/alexmoon/nrf-sdc.git" , rev = " 3702af909d31cd81c62f15e1aa9d5f637ec935fa" }
42
42
43
43
# embassy-executor = {path = "../../../embassy/embassy-executor"}
44
44
# embassy-nrf = {path = "../../../embassy/embassy-nrf"}
0 commit comments