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

Merge branch 'master' of gitlab.henriktjader.com:pln/STM32F40x

parents a624b1fd 0070026d
No related branches found
No related tags found
No related merge requests found
**/*.rs.bk
.#*
.gdb_history
Cargo.lock
target
dot
\ No newline at end of file
......@@ -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]
......
# To be updated
# `stm32f100xx`
# `stm32f40x`
> Peripheral access API for STM32F100XX microcontrollers
> Peripheral access API for STM32F40X microcontrollers
Generated using [svd2rust] v0.5.0 from [STM32F40x.svd].
Generated using [svd2rust] v11.4 from [STM32F40x_per.svd](https://gitlab.henriktjader.com/pln/SVD/tree/master/STM).
[STM32F100xx.svd]: https://github.com/posborne/cmsis-svd/blob/aa4721af946a253d18c8737b01d23e9c88a42e84/data/STMicro/STM32F100xx.svd
[svd2rust]: https://github.com/japaric/svd2rust
# License
......
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