-
Notifications
You must be signed in to change notification settings - Fork 136
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
WIP: RP2040 PIO support #1212
base: develop
Are you sure you want to change the base?
WIP: RP2040 PIO support #1212
Conversation
b37adbc
to
01e8de9
Compare
Very, very awesome btw! I also looked into this and wanted to be able to run the existing pio programs, so I wanted to create a pioasm template for modm, which I started work on here: https://github.com/modm-ext/pico-sdk-partial/tree/pioasm. |
The main idea is not using tool for generating PIO code. Existing PIO programs need adapted in any case, because constaint framework specific initialisation code. Programs code not big in size and ported as one to one. I updated syntax: removed excess braces. |
Initial support of RP2040 PIO hardware.
Compile time C++ assembler with syntax closed to original.
todo: