pico-hsm
pico-hsm copied to clipboard
Support for YD-RP2040 by VCC-GND Studio ?
I was wondering if this board is supported ? It's YD-RP2040 16MB version.
It should be but not out of the box.
If your board does not appear at Pico SDK [https://github.com/raspberrypi/pico-sdk/tree/master/src/boards/include/boards], a board header file must be created (see other boards for an example). Then, using PICO_BOARD
parameter in cmake
should use that header.
Okay, apparently no support for now. Thanks for the reply.