Skip to content

Commit 5c39010

Browse files
bors[bot]burrbull
andauthored
Merge #345
345: badges r=therealprof a=burrbull Co-authored-by: Andrey Zgarbul <zgarbul.andrey@gmail.com>
2 parents 4d47cda + ed205e3 commit 5c39010

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
stm32f4xx-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
812
peripheral access API for the STMicro STM32F4 series microcontrollers. The

0 commit comments

Comments
 (0)