@@ -12,13 +12,13 @@ rust-version = "1.76"
1212
1313[features ]
1414
15- nrf52805 = [" nrf52805-pac " ]
16- nrf52810 = [" nrf52810-pac " ]
17- nrf52811 = [" nrf52811-pac " ]
18- nrf52820 = [" nrf52820-pac " ]
19- nrf52832 = [" nrf52832-pac " ]
20- nrf52833 = [" nrf52833-pac " ]
21- nrf52840 = [" nrf52840-pac " ]
15+ nrf52805 = []
16+ nrf52810 = []
17+ nrf52811 = []
18+ nrf52820 = []
19+ nrf52832 = []
20+ nrf52833 = []
21+ nrf52840 = []
2222
2323s112 = [" nrf-softdevice-s112" ]
2424s113 = [" nrf-softdevice-s113" ]
@@ -56,21 +56,12 @@ num_enum = { version = "0.7.0", default-features = false }
5656embassy-sync = { version = " 0.6.0" }
5757embassy-futures = { version = " 0.1.1" }
5858cortex-m = " 0.7.2"
59- cortex-m-rt = " >=0.6.15,<0.8"
6059heapless = " 0.8.0"
6160fixed = " 1.5.0"
6261futures = { version = " 0.3.17" , default-features = false }
6362embedded-storage = " 0.3.1"
6463embedded-storage-async = { version = " 0.4.1" }
6564
66- nrf52805-pac = { version = " 0.12.0" , features = [" rt" ], optional = true }
67- nrf52810-pac = { version = " 0.12.0" , features = [" rt" ], optional = true }
68- nrf52811-pac = { version = " 0.12.0" , features = [" rt" ], optional = true }
69- nrf52820-pac = { version = " 0.12.0" , features = [" rt" ], optional = true }
70- nrf52832-pac = { version = " 0.12.0" , features = [" rt" ], optional = true }
71- nrf52833-pac = { version = " 0.12.0" , features = [" rt" ], optional = true }
72- nrf52840-pac = { version = " 0.12.0" , features = [" rt" ], optional = true }
73-
7465nrf-softdevice-s112 = { version = " 0.1.1" , path = " ../nrf-softdevice-s112" , optional = true }
7566nrf-softdevice-s113 = { version = " 0.1.1" , path = " ../nrf-softdevice-s113" , optional = true }
7667nrf-softdevice-s122 = { version = " 0.1.1" , path = " ../nrf-softdevice-s122" , optional = true }
0 commit comments