-
Notifications
You must be signed in to change notification settings - Fork 221
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
Make more SPI interrupts available #2833
Conversation
I'm not sure this closes #2799, ESP32 and S2 aren't covered by this PR. |
cf000f2
to
6c6673b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
esp-hal/CHANGELOG.md
Outdated
@@ -35,6 +35,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
- ESP32-S2: DMA support for AES (#2699) | |||
- Added `transfer_in_place_async` and embedded-hal-async implementation to `Spi` (#2691) | |||
- `InterruptHandler` now implements `Hash` and `defmt::Format` (#2830) | |||
- More interrupts are available in `esp_hal::spi::master::SpiInterrupt` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicated changelogs
6c6673b
to
654a3e5
Compare
654a3e5
to
8213cee
Compare
8213cee
to
6e451d7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Thank you for your contribution!
We appreciate the time and effort you've put into this pull request.
To help us review it efficiently, please ensure you've gone through the following checklist:
Submission Checklist 📝
cargo xtask fmt-packages
command to ensure that all changed code is formatted correctly.CHANGELOG.md
in the proper section.Extra:
Pull Request Details 📖
Description
Closes #2799
Testing
TransDone
is implicitly tested via async tests