@@ -18,9 +18,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818
1919- Update ` stm32f3 ` pac to v0.15.1 ([ #335 ] )
2020- 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.
2421- Remove ` Toggle ` enum and use ` Switch ` instead for better naming purposes
2522- Fix undefined behavior in SPI implementation ([ #346 ] )
2623 - Add ` num_traits::PrimInt ` bounds to ` Word `
@@ -33,14 +30,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3330
3431### Added
3532
36- - Add missing ADC channels ([ #337 ] )
33+ - Add missing ADC channels ([ #337 ] & [ # 345 ] )
3734- Add many ` #[must_use] ` instances ([ #347 ] )
38- - Add missing ADC channels ([ #345 ] )
3935
4036### Fixed
4137
4238- 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 ] )
4440
4541### Changed
4642
@@ -51,8 +47,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5147- Use [ critical-section] crate instead of ` interrupt_free ` , which is not always
5248 sound. ([ #350 ] )
5349 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.
5650- The MSRV was bumped to 1.60 ([ #349 ] )
5751
5852[ critical-section ] : https://github.com/rust-embedded/critical-section
@@ -629,11 +623,11 @@ let clocks = rcc
629623[ #345 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/345
630624[ #346 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/346
631625[ #347 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/347
626+ [ #342 ] : https://github.com/stm32-rs/stm32f3xx-hal/issues/342
632627[ #340 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/340
633628[ #338 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/338
634629[ #337 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/337
635630[ #335 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/335
636- [ #334 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/334
637631[ #322 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/322
638632[ #318 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/318
639633[ #317 ] : https://github.com/stm32-rs/stm32f3xx-hal/pull/317
0 commit comments