-
- Downloads
0.13.1
... | @@ -5,17 +5,16 @@ description = "Peripheral access API for STM32F413 microcontrollers" | ... | @@ -5,17 +5,16 @@ description = "Peripheral access API for STM32F413 microcontrollers" |
keywords = ["no-std", "arm", "cortex-m", "stm32"] | keywords = ["no-std", "arm", "cortex-m", "stm32"] | ||
license = "MIT OR Apache-2.0" | license = "MIT OR Apache-2.0" | ||
name = "stm32f413" | name = "stm32f413" | ||
#repository = "https://github.com/japaric/stm32f100xx" | version = "0.3.0" | ||
version = "0.2.0" | |||
[dependencies] | [dependencies] | ||
bare-metal = "0.1.1" | bare-metal = "0.2.0" | ||
cortex-m = "0.4.0" | cortex-m = "0.5.0" | ||
vcell = "0.1.0" | vcell = "0.1.0" | ||
[dependencies.cortex-m-rt] | [dependencies.cortex-m-rt] | ||
optional = true | optional = true | ||
version = "0.3.0" | version = "0.5.0" | ||
[features] | [features] | ||
rt = ["cortex-m-rt"] | rt = ["cortex-m-rt/device"] | ||
\ No newline at end of file | \ No newline at end of file |
This diff is collapsed.
Please register or sign in to comment