Skip to content
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

Merged
merged 9 commits into from
Dec 20, 2024
Merged

Conversation

bjoernQ
Copy link
Contributor

@bjoernQ bjoernQ commented Dec 18, 2024

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 📝

  • I have updated existing examples or added new ones (if applicable).
  • I have used cargo xtask fmt-packages command to ensure that all changed code is formatted correctly.
  • My changes were added to the CHANGELOG.md in the proper section.
  • I have added necessary changes to user code to the Migration Guide.
  • My changes are in accordance to the esp-rs API guidelines

Extra:

Pull Request Details 📖

Description

Closes #2799

Testing

TransDone is implicitly tested via async tests

@bjoernQ bjoernQ marked this pull request as ready for review December 18, 2024 11:14
@bugadani
Copy link
Contributor

I'm not sure this closes #2799, ESP32 and S2 aren't covered by this PR.

@bjoernQ bjoernQ marked this pull request as draft December 18, 2024 11:46
esp-hal/src/spi/master.rs Outdated Show resolved Hide resolved
esp-hal/src/spi/master.rs Outdated Show resolved Hide resolved
esp-hal/src/spi/master.rs Show resolved Hide resolved
@bjoernQ bjoernQ marked this pull request as ready for review December 18, 2024 17:07
Copy link
Contributor

@JurajSadel JurajSadel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -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`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicated changelogs

esp-hal/src/spi/master.rs Outdated Show resolved Hide resolved
esp-hal/src/spi/master.rs Outdated Show resolved Hide resolved
Copy link
Member

@MabezDev MabezDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@MabezDev MabezDev enabled auto-merge December 19, 2024 15:29
@MabezDev MabezDev added this pull request to the merge queue Dec 20, 2024
Merged via the queue into esp-rs:main with commit 5c30c92 Dec 20, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose SPI interrupts
6 participants