This commit is contained in:
2023-10-11 01:37:34 +09:00
parent d88a5aeb14
commit 56c68af52e
3 changed files with 31 additions and 123 deletions
+8 -10
View File
@@ -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 = []