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: