Skip to content

Commit ae3e6a3

Browse files
committed
update changelog, add badges
1 parent d0991c6 commit ae3e6a3

File tree

2 files changed

+28
-15
lines changed

2 files changed

+28
-15
lines changed

CHANGELOG.md

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,34 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
- Move from bors/manual merge to GH merge queue
11-
- Add tools/check.py python script for local check
12-
- Add changelog check on PRs
13-
- Replace UB code by a legitimate pointer access
14-
- Reexport `Direction` from `qei`
15-
- Add dac
16-
- Fix flash error flag clearing
17-
- Clarify README for windows users
18-
- Add an option to allow overclocking [#494]
10+
### Changed
11+
12+
- PWM timer auto reload value is now preloaded/buffered [#453]
13+
- Move from bors/manual merge to GH merge queue [#467]
14+
- Replace UB code by a legitimate pointer access [#480]
15+
- Fix flash error flag clearing [#489]
16+
- Clarify README for windows users [#496]
1917

2018
### Added
2119

22-
- Allow to set HSE bypass bit in `RCC` clock configuration register to use an external clock input on the `OSC_IN` pin
23-
- support `embedded-hal-1.0`
24-
20+
- Allow to set HSE bypass bit in `RCC` clock configuration register to use an external clock input on the `OSC_IN` pin [#485]
21+
- initial support of `embedded-hal-1.0` [#416]
22+
- Add tools/check.py python script for local check [#467]
23+
- Add changelog check on PRs [#467]
24+
- Reexport `Direction` from `qei` [#479]
25+
- Add DAC [#483]
26+
- Add an option to allow overclocking [#494]
27+
28+
[#416]: https://github.com/stm32-rs/stm32f1xx-hal/pull/416
29+
[#453]: https://github.com/stm32-rs/stm32f1xx-hal/pull/453
30+
[#467]: https://github.com/stm32-rs/stm32f1xx-hal/pull/467
31+
[#479]: https://github.com/stm32-rs/stm32f1xx-hal/pull/479
32+
[#480]: https://github.com/stm32-rs/stm32f1xx-hal/pull/480
33+
[#483]: https://github.com/stm32-rs/stm32f1xx-hal/pull/483
34+
[#485]: https://github.com/stm32-rs/stm32f1xx-hal/pull/485
35+
[#489]: https://github.com/stm32-rs/stm32f1xx-hal/pull/489
2536
[#494]: https://github.com/stm32-rs/stm32f1xx-hal/pull/494
37+
[#496]: https://github.com/stm32-rs/stm32f1xx-hal/pull/496
2638

2739
## [v0.10.0] - 2022-12-12
2840

@@ -40,7 +52,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4052
- `Serial::usart1/2/3` -> `Serial::new`.
4153
- `Serial` implements `Write<WORD>` and `Read<WORD>` for `WORD` simultaneously as u8 and u16.
4254
- Bump bxcan version to [v0.7.0](https://github.com/stm32-rs/bxcan/releases/tag/v0.7.0)
43-
- PWM timer auto reload value is now preloaded/buffered
4455

4556
### Added
4657

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
55
[HAL]: https://crates.io/crates/embedded-hal
66

7-
[![Continuous integration](https://github.com/stm32-rs/stm32f1xx-hal/workflows/Continuous%20integration/badge.svg)](https://github.com/stm32-rs/stm32f1xx-hal)
8-
[![crates.io](https://img.shields.io/crates/v/stm32f1xx-hal.svg)](https://crates.io/crates/stm32f1xx-hal)
7+
[![Crates.io](https://img.shields.io/crates/d/stm32f1xx-hal.svg)](https://crates.io/crates/stm32f1xx-hal)
8+
[![Crates.io](https://img.shields.io/crates/v/stm32f1xx-hal.svg)](https://crates.io/crates/stm32f1xx-hal)
99
[![Released API docs](https://docs.rs/stm32f1xx-hal/badge.svg)](https://docs.rs/stm32f1xx-hal)
10+
[![dependency status](https://deps.rs/repo/github/stm32-rs/stm32f1xx-hal/status.svg)](https://deps.rs/repo/github/stm32-rs/stm32f1xx-hal)
11+
[![Continuous integration](https://github.com/stm32-rs/stm32f1xx-hal/workflows/Continuous%20integration/badge.svg)](https://github.com/stm32-rs/stm32f1xx-hal)
1012

1113
## Quick start guide
1214

0 commit comments

Comments
 (0)