File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,13 +20,15 @@ license = "MIT OR Apache-2.0"
2020edition = " 2018"
2121
2222[dependencies ]
23- cortex-m = " 0.7.7"
24- nb = " 1.1.0"
25- fixed = " 1.25.1"
26- rand_core = " 0.6.4"
2723cfg-if = " 1.0.0"
24+ cortex-m = " 0.7.7"
2825embedded-dma = " 0.2.0"
26+ embedded-hal = " 1.0.0"
27+ embedded-io = " 0.6.1"
2928embedded-storage = " 0.3.1"
29+ fixed = " 1.25.1"
30+ nb = " 1.1.0"
31+ rand_core = " 0.6.4"
3032
3133[dependencies .void ]
3234default-features = false
@@ -86,12 +88,6 @@ features = ["unproven"]
8688version = " 0.2.7"
8789optional = true
8890
89- [dependencies .embedded-hal ]
90- version = " 1.0.0"
91-
92- [dependencies .embedded-io ]
93- version = " 0.6.1"
94-
9591[dependencies .rtic-monotonic ]
9692version = " 1.0.0"
9793optional = true
@@ -112,4 +108,4 @@ doc = []
1121085340-app = [" nrf5340-app-pac" ]
1131095340-net = [" nrf5340-net-pac" ]
1141109160 = [" nrf9160-pac" ]
115- monotonic = [" rtic-monotonic" ," fugit" ]
111+ monotonic = [" rtic-monotonic" , " fugit" ]
You can’t perform that action at this time.
0 commit comments