@@ -15,17 +15,32 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
15
- Support for the onboard real-time clock (RTC) ([ #136 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/136 ) )
16
16
- Enable DMA for USART on ` stm32f302 ` devices ([ #139 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/139 ) )
17
17
- Basic CAN bus support ([ #100 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/100 ) )
18
+ - Impls for all SPI pins for all ` stm32f302 ` sub-targets, ` stm32f303 `
19
+ subtargets, ` stm32f3x8 ` targets, ` stm32f334 ` , and ` stm32f373 `
20
+ ([ #99 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/99 ) )
21
+ - SPI4 peripheral for supported
22
+ devices. ([ #99 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/99 ) )
18
23
19
24
### Changed
20
25
21
26
- Introduced auto-generated GPIO mappings based on the STM32CubeMX database
22
27
([ #129 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/129 ) )
23
28
24
- - Fixed [ #151 ] [ ] not being
25
- able to generate 72 MHz HCLK for stm32f303xc devices ([ #152 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/152 ) )
29
+
30
+ ### Fixed
31
+
32
+ - Fixed [ #151 ] [ ] not being able to generate 72 MHz HCLK for stm32f303xc devices
33
+ ([ #152 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/152 ) )
26
34
27
35
[ #151 ] : https://github.com/stm32-rs/stm32f3xx-hal/issues/151
28
36
37
+ ### Breaking Changes
38
+
39
+ - Removed impl for ` SckPin<SPI2> ` for ` PB13<AF5> ` from ` stm32f328 ` and
40
+ ` stm32f378 ` targets. ([ #99 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/99 ) )
41
+ - Removed SPI1 support for ` stm32f302x6 ` and ` stm32f302x8 ` sub-targets
42
+ and ` stm32f318 ` target. ([ #99 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/99 ) )
43
+
29
44
## [ v0.5.0] - 2020-07-21
30
45
31
46
### Added
@@ -60,6 +75,7 @@ let clocks = rcc
60
75
external oscillator clock on most devices. Some devices have even the
61
76
possibility to divide the internal oscillator clock.
62
77
78
+
63
79
### Breaking changes
64
80
65
81
- The feature gate requires you to select a subvariant if possible. ([ #75 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/75 ) )
0 commit comments