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/).
99
1010### Added
1111
12+ - More badges in README
1213- ` RccBus ` & ` GetBusFreq ` traits. ` AHBx ` , ` APBx ` structures.
1314- Filler ` NoPin ` type
1415- Add inherent impl of ` PwmPin ` methods on ` PwmChannel ` s.
Original file line number Diff line number Diff line change 11stm32f4xx-hal
22=============
33
4+ [ ![ Crates.io] ( https://img.shields.io/crates/d/stm32f4xx-hal.svg )] ( https://crates.io/crates/stm32f4xx-hal )
45[ ![ Crates.io] ( https://img.shields.io/crates/v/stm32f4xx-hal.svg )] ( https://crates.io/crates/stm32f4xx-hal )
56[ ![ 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 )
610
711_ stm32f4xx-hal_ contains a multi device hardware abstraction on top of the
812peripheral access API for the STMicro STM32F4 series microcontrollers. The
You can’t perform that action at this time.
0 commit comments