@@ -7,22 +7,34 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
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 ]
19
17
20
18
### Added
21
19
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
25
36
[ #494 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/494
37
+ [ #496 ] : https://github.com/stm32-rs/stm32f1xx-hal/pull/496
26
38
27
39
## [ v0.10.0] - 2022-12-12
28
40
@@ -40,7 +52,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
40
52
- ` Serial::usart1/2/3 ` -> ` Serial::new ` .
41
53
- ` Serial ` implements ` Write<WORD> ` and ` Read<WORD> ` for ` WORD ` simultaneously as u8 and u16.
42
54
- 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
44
55
45
56
### Added
46
57
0 commit comments