CAN support with bxcan crate

This commit is contained in:
Timo Kröger
2021-08-06 00:08:24 +02:00
committed by Dario Nieuwenhuis
parent 0fee2b9509
commit 7c405250a7
5 changed files with 171 additions and 0 deletions

View File

@ -26,6 +26,7 @@ bare-metal = "1.0.0"
atomic-polyfill = "0.1.3"
stm32-metapac = { version = "0.1.0", path = "../stm32-metapac", features = ["rt"] }
vcell = { version = "0.1.3", optional = true }
bxcan = { version = "0.5.1" } # TODO: , optional = true }
cfg-if = "1.0.0"