File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
32
32
To disable that behavior, set ` default-features = false ` . ([ #283 ] )
33
33
- The MSRV was bumped to 1.52 ([ #283 ] )
34
34
35
+ ### Fixed
36
+
37
+ - ADC Channel SMP Register mismatch. ([ #291 ] )
38
+ - While ` read() ` ing a Pin mapped to channel ` 10 ` and unexpected panic happened.
39
+
35
40
## [ v0.8.0] - 2021-08-16
36
41
37
42
### Added
@@ -492,6 +497,7 @@ let clocks = rcc
492
497
[ defmt ] : https://github.com/knurling-rs/defmt
493
498
[ filter ] : https://defmt.ferrous-systems.com/filtering.html
494
499
500
+ [ #291 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/291
495
501
[ #283 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/283
496
502
[ #278 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/278
497
503
[ #277 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/277
You can’t perform that action at this time.
0 commit comments