platform-raspberrypi icon indicating copy to clipboard operation
platform-raspberrypi copied to clipboard

Support .pio assembly files

Open maxgerhardt opened this issue 4 years ago • 1 comments

.pio files store assembly programs for the RP2040's programmable I/O state machine, e.g. per this example.

WizIO's platform has support for these files by converting them to .h files per the pioasm tool, as documented and programmed here.

maxgerhardt avatar Jun 02 '21 09:06 maxgerhardt

Please include also support for editing the .pio file type. For example, Ctrl-/ for ';' comments, etc. Text coloring, etc.

zapta avatar Jun 02 '21 19:06 zapta