Dear all,
St. Cthulhu brought me the Raspberry Pi Pico microcontroller to play with.
I am aware it's just a microcontroller with no chance of running and OS,
so this is OT, but this list is probably closest
to where people would perhaps know.
There is a whole C/C++ SDK to be used when one programs for the RPico.
Having seen it, I would very much like to avoid it,
and just have the compiler, headers and libraries.
I can't be the first. Has anyone please tried to set this up?
Naively, I am looking at
arm-none-eabi-binutils
arm-none-eabi-gcc-linaro
arm-none-eabi-gdb
arm-none-eabi-newlib
and picking files out of the 1573 currently present in
https://github.com/raspberrypi/pico-sdk
The examples (blink a led, etc) seem trivial enough,
but the SDK seems to be a monster ...
Thanks
Jan