Refactor
This commit is contained in:
+8
-10
@@ -6,18 +6,16 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
embedded-hal = "0.2.7"
|
||||
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
|
||||
cortex-m-rtic = "1.1.3"
|
||||
panic-halt = "0.2.0"
|
||||
cortex-m-semihosting = { version = "0.5.0" }
|
||||
stm32f1xx-hal = { version = "0.10.0", features = ["rt", "stm32f103"] }
|
||||
shared-bus-rtic = "0.2.2"
|
||||
embedded-alloc = "0.5.0"
|
||||
nb = "1.1.0"
|
||||
cortex-m-rt = "0.7.3"
|
||||
bxcan = "0.7.0"
|
||||
cortex-m-rt = "0.7.3"
|
||||
cortex-m-rtic = "1.1.3"
|
||||
cortex-m-semihosting = { version = "0.5.0" }
|
||||
embedded-hal = "0.2.7"
|
||||
heapless = "0.7.16"
|
||||
nb = "1.1.0"
|
||||
panic-halt = "0.2.0"
|
||||
shared-bus-rtic = "0.2.2"
|
||||
stm32f1xx-hal = { version = "0.10.0", features = ["rt", "stm32f103"] }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
Reference in New Issue
Block a user