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

RMT - Access to .is_done on SingleShotTxTransaction #3184

Open
kokjo opened this issue Feb 27, 2025 · 1 comment
Open

RMT - Access to .is_done on SingleShotTxTransaction #3184

kokjo opened this issue Feb 27, 2025 · 1 comment

Comments

@kokjo
Copy link

kokjo commented Feb 27, 2025

Motivations

Interrupt driven RMT channels, need access to .is_done so that we don't hang in an interrupt handler.

Solution

Access to .is_done or information about the channel status

Alternatives

None

@kokjo kokjo added the status:needs-attention This should be prioritized label Feb 27, 2025
@Dominaezzz
Copy link
Collaborator

I had a look at SingleShotTxTransaction and is_done can't really be provided on that because it does chunking and generally just a lot for you.

The long term solution seems to be something along the lines of #1768 but a non-blocking version of it, which will let you do interrupts.

So to summarize this issue is, "Provide a non-blocking version of SingleShotTxTransaction".

@JurajSadel JurajSadel removed the status:needs-attention This should be prioritized label Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

3 participants