Skip to content
Snippets Groups Projects
Commit bea0a1b5 authored by Per Lindgren's avatar Per Lindgren
Browse files

0.13.1

parent 906c893f
No related branches found
No related tags found
No related merge requests found
...@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment