Skip to content

Commit e39a460

Browse files
authored
Merge pull request #135 from MarcoIeni/master
README: add crates.io and docs badges, fix embedded-hal link
2 parents 2950beb + fe8738d commit e39a460

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
stm32f4xx-hal
22
=============
33

4+
[![Crates.io](https://img.shields.io/crates/v/stm32f4xx-hal.svg)](https://crates.io/crates/stm32f4xx-hal)
5+
[![Released API docs](https://docs.rs/stm32f4xx-hal/badge.svg)](https://docs.rs/stm32f4xx-hal)
6+
47
_stm32f4xx-hal_ contains a multi device hardware abstraction on top of the
58
peripheral access API for the STMicro STM32F4 series microcontrollers. The
69
selection of the MCU is done by feature gates, typically specified by board
@@ -40,7 +43,7 @@ crate by Jorge Aparicio.
4043

4144
[stm32f4]: https://crates.io/crates/stm32f4
4245
[stm32f103xx-hal]: https://github.com/japaric/stm32f103xx-hal
43-
[embedded-hal]: https://github.com/japaric/embedded-hal.git
46+
[embedded-hal]: https://github.com/rust-embedded/embedded-hal
4447

4548
License
4649
-------

0 commit comments

Comments
 (0)