Skip to content

merge f7xx-hal #667

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- Integrate STM32F7 support
- Implement `Ptr`, `Sealed`, `Steal` for generic `Periph` [#834]
- Use `&mut RCC` for `PER::enable/reset`
- Unmacro `Adc` [#832]
- Use `write` instead of `modify` to clear flags [#829]
- Bump `stm32f4-staging` to 0.18, update other dependencies [#831]
- `serial` mod refactor [#833]
- FMPI2c APB timings [#770]
- Fefactor FMPI2c `embedded-hal` implementations [#784]

[#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
[#829]: https://github.com/stm32-rs/stm32f4xx-hal/pull/829
Expand Down
Loading