Poll for a bit of fun. Feel free to boost!

I've got a #RaspberryPiPico project written in #Arduino C. It talks to a Psion SSD and dumps the contents over USB serial. It can (theoretically) act as a full controller to tag an SSD, too.

I feel like I should port it to the proper Pico SDK. But I also know there are other options. And I'm intrigued to know what Fedi would do.

What should I rewrite this firmware in?

#RP2040 #RP2350 #PiPico #PiPico2

Pico SDK, C
Pico SDK, C++
Rust
TinyGo
MicroZig
Free Pascal (yes, this is an option!)
Yarg (honourable mention for a new embedded language)
Other (please reply)
Poll ends at .
@thelastpsion FreePascal if you really want to go high level. If you want perfect performance, there's an assembler for that.