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

add additional SPI and SDI interrupt conditions #870

Merged
merged 8 commits into from
Apr 4, 2024
Merged

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Apr 4, 2024

SPI

  • add "SPI idle" interrupt condition (fire interrupt if TX FIFO is empty and SPI bus engine is idle)

SDI

  • add "TX FIFO not at least half full" interrupt condition
  • add "TX FIFO not at least half full" status flag

Note

This PR is part of a series that aims to unify (and simplify) the entire interrupt system of the processor.

@stnolting stnolting added enhancement New feature or request HW hardware-related labels Apr 4, 2024
@stnolting stnolting self-assigned this Apr 4, 2024
@stnolting stnolting changed the title SPI and SDI interrupt extensions add additional SPI and SDI interrupt conditions Apr 4, 2024
@stnolting stnolting marked this pull request as ready for review April 4, 2024 19:40
@stnolting stnolting merged commit 77492f6 into main Apr 4, 2024
10 checks passed
@stnolting stnolting deleted the spi_sdi_edits branch April 4, 2024 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant