gl-sergei / u2f-token

u2f token firmware for stm32f103 and efm32hg boards
GNU General Public License v3.0
339 stars 56 forks source link

Port for Raspberry PI Pico? #47

Open bubundas17 opened 3 years ago

bubundas17 commented 3 years ago

Raspberry PI pico is based on RP2040 (Cortex M0) Microcontroller. Thanks to Raspberry Pi Foundation, It is widely available and at a very good price.

It would be great if this project can be ported over to RP2040.

gl-sergei commented 3 years ago

It would be easy to do if chopstx was ported to rp2040. It it time consuming to implement USB driver for example. Unfortunately I neither have time nor any rp2040 boards currently. But contributions are welcome :)

bubundas17 commented 3 years ago

Isn't the chopstx also maintained by you?