Skip to content

Commit ca7684f

Browse files
Piroro-hsSh3Rm4n
authored andcommitted
Update changelog
1 parent 69331ab commit ca7684f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2222
devices. ([#99](https://github.com/stm32-rs/stm32f3xx-hal/pull/99))
2323
- Support for I2C transfer of more than 255 bytes, and 0 byte write ([#154](https://github.com/stm32-rs/stm32f3xx-hal/pull/154))
2424
- 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))
2527

2628
### Changed
2729

@@ -33,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3335

3436
- Fixed [#151][] not being able to generate 72 MHz HCLK for stm32f303xc devices
3537
([#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))
3639

3740
[#151]: https://github.com/stm32-rs/stm32f3xx-hal/issues/151
3841

@@ -47,6 +50,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4750
not mean, that we guarantee any MSRV policy. It is rather for documentation
4851
purposes and if a new useful feature arises, we will increase the MSRV.
4952
([#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))
5054

5155
## [v0.5.0] - 2020-07-21
5256

0 commit comments

Comments
 (0)