11[package ]
22name = " microbit-bsp"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44edition = " 2021"
55description = " An embassy-based boards support package (BSP) for BBC Micro:bit v2"
66license = " MIT OR Apache-2.0"
@@ -10,30 +10,30 @@ repository = "https://github.com/lulf/microbit-bsp"
1010rust-version = " 1.83"
1111
1212[dependencies ]
13- embassy-nrf = { version = " 0.4.1 " , features = [
13+ embassy-nrf = { version = " 0.9.0 " , features = [
1414 " gpiote" ,
1515 " nfc-pins-as-gpio" ,
1616 " nrf52833" ,
1717 " time-driver-rtc1" ,
1818 " time" ,
1919] }
20- embassy-time = { version = " 0.4 " , default-features = false }
21- embassy-sync = { version = " 0.7.0 " }
22- cortex-m = { version = " 0.7.6 " }
20+ embassy-time = { version = " 0.5 " , default-features = false }
21+ embassy-sync = { version = " 0.7.2 " }
22+ cortex-m = { version = " 0.7.7 " }
2323embedded-hal = " 1.0"
2424lsm303agr = { version = " 1.1.0" , features = [" async" ] }
2525futures = { version = " 0.3" , default-features = false }
2626
2727defmt = { version = " ^1.0.1" , optional = true }
28- heapless = " 0.8.0 "
28+ heapless = " 0.9.1 "
2929
3030# trouble bluetooth dependencies
31- nrf-sdc = { version = " 0.1 " , default-features = false , features = [
31+ nrf-sdc = { git = " https://github.com/alexmoon/nrf-sdc.git " , rev = " d4d244d5ce21f59fa2263333cb1d8f2a5d997145 " , default-features = false , features = [
3232 " defmt" ,
3333 " peripheral" ,
3434 " nrf52833" ,
3535], optional = true }
36- nrf-mpsl = { version = " 0.1 " , default-features = false , features = [
36+ nrf-mpsl = { git = " https://github.com/alexmoon/nrf-sdc.git " , rev = " d4d244d5ce21f59fa2263333cb1d8f2a5d997145 " , default-features = false , features = [
3737 " defmt" ,
3838 " critical-section-impl" ,
3939], optional = true }
@@ -44,7 +44,7 @@ default = ["defmt"]
4444defmt = [
4545 " dep:defmt" ,
4646 " embassy-nrf/defmt" ,
47- " heapless/defmt-03 " ,
47+ " heapless/defmt" ,
4848 " embassy-time/defmt" ,
4949 " embassy-time/defmt-timestamp-uptime" ,
5050]
0 commit comments