@@ -18,9 +18,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
18
18
19
19
- Update ` stm32f3 ` pac to v0.15.1 ([ #335 ] )
20
20
- Update ` bxcan ` pac to v0.7.0 ([ #335 ] )
21
- - Deprecate ` Toggle ` enum and use ` Switch ` instead for better naming purposes
22
- ([ #334 ] )
23
- - Add ` impl From<Toggle> for Switch ` to reduce churn.
24
21
- Remove ` Toggle ` enum and use ` Switch ` instead for better naming purposes
25
22
- Fix undefined behavior in SPI implementation ([ #346 ] )
26
23
- Add ` num_traits::PrimInt ` bounds to ` Word `
@@ -33,14 +30,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
33
30
34
31
### Added
35
32
36
- - Add missing ADC channels ([ #337 ] )
33
+ - Add missing ADC channels ([ #337 ] & [ # 345 ] )
37
34
- Add many ` #[must_use] ` instances ([ #347 ] )
38
- - Add missing ADC channels ([ #345 ] )
39
35
40
36
### Fixed
41
37
42
38
- Fix wrong timer frequency calculation and unexpected panics ([ #338 ] )
43
- - Fixed integer saturation in Timer::start, see #342 ([ #356 ] )
39
+ - Fixed integer saturation in Timer::start, see [ #342 ] ([ #356 ] )
44
40
45
41
### Changed
46
42
@@ -51,8 +47,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
51
47
- Use [ critical-section] crate instead of ` interrupt_free ` , which is not always
52
48
sound. ([ #350 ] )
53
49
It is also not consistent with the rest of the crates API.
54
- - Use [ critical-section] crate instead of ` interrupt_free ` , which is not always
55
- sound.
56
50
- The MSRV was bumped to 1.60 ([ #349 ] )
57
51
58
52
[ critical-section ] : https://github.com/rust-embedded/critical-section
@@ -629,11 +623,11 @@ let clocks = rcc
629
623
[ #345 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/345
630
624
[ #346 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/346
631
625
[ #347 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/347
626
+ [ #342 ] : https://github.com/stm32-rs/stm32f3xx-hal/issues/342
632
627
[ #340 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/340
633
628
[ #338 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/338
634
629
[ #337 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/337
635
630
[ #335 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/335
636
- [ #334 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/334
637
631
[ #322 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/322
638
632
[ #318 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/318
639
633
[ #317 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/317
0 commit comments