platformio / platform-raspberrypi

Raspberry Pi: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/raspberrypi
Apache License 2.0
73 stars 96 forks source link

Support .pio assembly files #10

Open maxgerhardt opened 3 years ago

maxgerhardt commented 3 years ago

.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.

zapta commented 3 years ago

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