I'm looking for some help getting Nim running on the Raspberry Pi Pico using the C/C++ SDK [1]
The SDK uses CMake, which I don't have a lot of familiarity with, and I'm looking for some pointers on how to get a simple blinky-style Nim program running on the Pico, wrapping some of the the Pico C/C++ APIs to do the low-level work.
I've been experimenting with running Nim on AVR chips like the Arduino Uno using avr-libc, but I'm not sure how to start with the Pico.
Thanks!