File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
### Added
11
11
12
+ - More badges in README
12
13
- ` RccBus ` & ` GetBusFreq ` traits. ` AHBx ` , ` APBx ` structures.
13
14
- Filler ` NoPin ` type
14
15
- Add inherent impl of ` PwmPin ` methods on ` PwmChannel ` s.
Original file line number Diff line number Diff line change 1
1
stm32f4xx-hal
2
2
=============
3
3
4
+ [ ![ Crates.io] ( https://img.shields.io/crates/d/stm32f4xx-hal.svg )] ( https://crates.io/crates/stm32f4xx-hal )
4
5
[ ![ Crates.io] ( https://img.shields.io/crates/v/stm32f4xx-hal.svg )] ( https://crates.io/crates/stm32f4xx-hal )
5
6
[ ![ Released API docs] ( https://docs.rs/stm32f4xx-hal/badge.svg )] ( https://docs.rs/stm32f4xx-hal )
7
+ ![ Minimum Supported Rust Version] ( https://img.shields.io/badge/rustc-1.51+-blue.svg )
8
+ [ ![ Continuous integration] ( https://github.com/stm32-rs/stm32f4xx-hal/workflows/Continuous%20integration/badge.svg )] ( https://github.com/stm32-rs/stm32f4xx-hal )
9
+ [ ![ Bors enabled] ( https://bors.tech/images/badge_small.svg )] ( https://app.bors.tech/repositories/24794 )
6
10
7
11
_ stm32f4xx-hal_ contains a multi device hardware abstraction on top of the
8
12
peripheral access API for the STMicro STM32F4 series microcontrollers. The
You can’t perform that action at this time.
0 commit comments