
Is there a guide for adding support for new boards to Meshcore?
I've been searching for the past couple of days for a guide on how to add support for a new Arduino board to Meshcore. Would be nice if it contained every step from cloning the git Meshcore repo, setting up Visual Studio Code, and then explaining how to add a new variant (I think) and how to create a new build task for the new board. Does something like this already exist and I just haven't found it?
The particular board I'm trying to add is the Adafruit RP2040 Lora. I think I need to make a variant based on the rpi_picow variant, but I'm not absolutely sure about that. I'd like to build the repeater firmware for it.
Thanks for any help.