-
- Downloads
updated to match svd2rust 0.11.2
... | @@ -9,5 +9,13 @@ name = "stm32f40x" | ... | @@ -9,5 +9,13 @@ name = "stm32f40x" |
version = "0.1.0" | version = "0.1.0" | ||
[dependencies] | [dependencies] | ||
cortex-m = "0.2.0" | cortex-m = "0.3.0" | ||
bare-metal = "0.1.0" | |||
vcell = "0.1.0" | vcell = "0.1.0" | ||
[dependencies.cortex-m-rt] | |||
optional = true | |||
version = "0.3.0" | |||
[features] | |||
rt = ["cortex-m-rt"] |
This diff is collapsed.
Please register or sign in to comment