-
- Downloads
Merge branch 'master' of gitlab.henriktjader.com:pln/STM32F40x
No related branches found
No related tags found
.gitignore
0 → 100644
... | ... | @@ -5,13 +5,13 @@ documentation = "https://docs.rs/stm32f40x" |
keywords = ["no-std", "arm", "cortex-m", "stm32"] | ||
license = "MIT OR Apache-2.0" | ||
name = "stm32f40x" | ||
#repository = "https://github.com/japaric/stm32f100xx" | ||
version = "0.1.0" | ||
repository = "https://gitlab.henriktjader.com/pln/STM32F40x" | ||
version = "0.2.0" | ||
[dependencies] | ||
cortex-m = "0.3.0" | ||
bare-metal = "0.1.0" | ||
bare-metal = "0.1.1" | ||
vcell = "0.1.0" | ||
[dependencies.cortex-m-rt] | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment