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

feature: add support for rp2350 #19

Merged
merged 1 commit into from
Feb 23, 2025
Merged

feature: add support for rp2350 #19

merged 1 commit into from
Feb 23, 2025

Conversation

deadprogram
Copy link
Member

This PR adds support for the rp2350.

I tested on a pico2 with the ws2812b example and it worked as expected.

Note that the tests fail due to needing to add the PWM support for rp2350 with tinygo-org/tinygo#4728 for example.

@eliasnaur
Copy link

I assume this is initial support? The rp2350 adds another PIO block and adds new opcodes (MOV to/from RX FIFO) among other things.

@deadprogram
Copy link
Member Author

I assume this is initial support? The rp2350 adds another PIO block and adds new opcodes (MOV to/from RX FIFO) among other things.

perhaps you would like to submit a followup PR to this one that adds those? 😍

Copy link
Collaborator

@soypat soypat left a comment

Choose a reason for hiding this comment

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

LGTM!

@soypat soypat merged commit 56a020e into main Feb 23, 2025
1 check passed
@soypat soypat deleted the rp2350 branch February 23, 2025 13:41
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