polhenarejos / pico-hsm

Hardware Security Module (HSM) for Raspberry Pico and ESP32
https://www.picokeys.com
GNU General Public License v3.0
222 stars 30 forks source link

Support for YD-RP2040 by VCC-GND Studio ? #29

Closed rexackermann closed 3 months ago

rexackermann commented 8 months ago

I was wondering if this board is supported ? It's YD-RP2040 16MB version.

polhenarejos commented 8 months ago

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.

rexackermann commented 8 months ago

Okay, apparently no support for now. Thanks for the reply.