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

Implement relative index for WAIT IRQ instruction #19

Merged
merged 1 commit into from
Mar 1, 2022

Conversation

jannic
Copy link
Member

@jannic jannic commented Feb 15, 2022

According to the datasheet (and actually tested on real hardware) the wait <polarity> irq <irq_num> instruction can have an optional rel flag.

This patch adds that flag. (Breaking change due to changes on public data structures)

Copy link
Member

@thejpster thejpster left a comment

Choose a reason for hiding this comment

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

Looks ok to me.

@thejpster
Copy link
Member

@devsnek are you happy with this change?

@devsnek
Copy link
Member

devsnek commented Mar 1, 2022

seems legit

@thejpster thejpster merged commit b9cb104 into rp-rs:main Mar 1, 2022
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.

3 participants