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

rp2pio: Support PIOv1 (rp2350) features #9610

Merged
merged 10 commits into from
Sep 16, 2024
Merged

rp2pio: Support PIOv1 (rp2350) features #9610

merged 10 commits into from
Sep 16, 2024

Conversation

jepler
Copy link
Member

@jepler jepler commented Sep 10, 2024

This is needed to fully support the .mov_status and .fifo directives, as well as checking for PIO version compatibility between program & runtime hardware.

  • does consider_instruction need to be extended
  • test on HW & test new instructions & new HW features

This works in tandem with adafruit/Adafruit_CircuitPython_PIOASM#68

This is needed to fully support the .mov_status and .fifo directives,
as well as checking for PIO version compatibility between program &
runtime hardware.
@jepler jepler changed the title rp2pio: Support PIOv1 features rp2pio: Support PIOv1 (rp2350) features Sep 13, 2024
@jepler
Copy link
Member Author

jepler commented Sep 13, 2024

Going to punt on extending consider_instruction for now.

@jepler jepler marked this pull request as ready for review September 13, 2024 15:43
@jepler jepler requested a review from tannewt September 13, 2024 15:43
Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

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

Thanks for adding this support! Just a few minor things.

ports/raspberrypi/bindings/rp2pio/StateMachine.c Outdated Show resolved Hide resolved
ports/raspberrypi/bindings/rp2pio/StateMachine.c Outdated Show resolved Hide resolved
ports/raspberrypi/common-hal/rp2pio/StateMachine.c Outdated Show resolved Hide resolved
@jepler jepler requested a review from tannewt September 13, 2024 19:41
Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

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

Thank you! Looks good!

@tannewt tannewt merged commit 345a829 into adafruit:main Sep 16, 2024
134 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.

2 participants