File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
22
22
devices. ([ #99 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/99 ) )
23
23
- Support for I2C transfer of more than 255 bytes, and 0 byte write ([ #154 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/154 ) )
24
24
- Support for HSE bypass and CSS ([ #156 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/156 ) )
25
+ - Impls for missing I2C pin definitions ([ #164 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/164 ) )
26
+ - Support I2C3 ([ #164 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/164 ) )
25
27
26
28
### Changed
27
29
@@ -33,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
33
35
34
36
- Fixed [ #151 ] [ ] not being able to generate 72 MHz HCLK for stm32f303xc devices
35
37
([ #152 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/152 ) )
38
+ - Wrong I2C clock source ([ #164 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/164 ) )
36
39
37
40
[ #151 ] : https://github.com/stm32-rs/stm32f3xx-hal/issues/151
38
41
@@ -47,6 +50,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
47
50
not mean, that we guarantee any MSRV policy. It is rather for documentation
48
51
purposes and if a new useful feature arises, we will increase the MSRV.
49
52
([ #170 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/170 ) )
53
+ - Removed I2C2 support for ` stm32f303x6 ` , ` stm32f303x8 ` and ` stm32f328 ` targets. ([ #164 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/164 ) )
50
54
51
55
## [ v0.5.0] - 2020-07-21
52
56
You can’t perform that action at this time.
0 commit comments