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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feature: add support for rp2350 #19

wants to merge 1 commit into from

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? 😍

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