Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ jobs:
- stm32f446
- stm32f469
- stm32f479
- stm32f722
- stm32f723
- stm32f730
- stm32f745
- stm32f746
- stm32f765
- stm32f767
- stm32f769

rust:
- stable
features:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Implement `embedded_hal::i2c::I2c` for `I2cMasterDma` [#838]
- Back to `stm32f4`
- Integrate STM32F7 support
- Implement `Ptr`, `Sealed`, `Steal` for generic `Periph` [#834]
- Rename `ErasedPin` to `AnyPin` [#841]
- Use `&mut RCC` for `PER::enable/reset`
Expand All @@ -23,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Fefactor FMPI2c `embedded-hal` implementations [#784]
- remove `NoPin`, use `Option` instead [#813]

[#667]: https://github.com/stm32-rs/stm32f4xx-hal/pull/667
[#770]: https://github.com/stm32-rs/stm32f4xx-hal/pull/770
[#784]: https://github.com/stm32-rs/stm32f4xx-hal/pull/784
[#813]: https://github.com/stm32-rs/stm32f4xx-hal/pull/813
Expand Down
Loading
Loading