jacobrosenthal / hf2-rs

Microsoft HF2 HID Flashing Format for UF2 Bootloaders
49 stars 14 forks source link

Add Adafruit Neo Trinkey #40

Closed Gisleburt closed 3 years ago

Gisleburt commented 3 years ago

Hello, not sure if you accept PRs that only add one device, but this adds the PID for the Adafruit Neo Trinky.

There's a few devices in the "Trinkey" family but I only have this one to test it against.

I can't find documentation for the PID though, I'm not sure what to google for, I just found this looking in my system settings.

Screenshot 2021-07-17 at 14 58 07

Tested using this PR on the atsamd-rs project. Just did a cargo install --path . --force and then ran cargo cf as in the README sans the vid and pid.

Also just want to add what an amazingly helpful utility this is. I've been using bossac for other boards (and managed to nuke two of them doing so). This was sublimely easy by comparison.