adafruit / uf2-samdx1

MSC bootloader (based on UF2) for SAMD21
Other
214 stars 187 forks source link

USB VID/PID request #136

Closed theacodes closed 4 years ago

theacodes commented 4 years ago

Hi folks, I'm building a new open source Eurorack module around the SAMD21 and while it doesn't make sense for it to run CircuitPython, I would like to use the uf2 bootloader to allow easily updating the firmware. It would be lovely if I could have PIDs for the bootloader and firmware. If not, that's okay - I have some other options, I just wanted to ask here first because it would be lovely for all of the Winterbloom modules to have the same VIDs and the others have the Adafruit one. :)

Thanks!

DefProc commented 4 years ago

If it's open source, have you looked at: pid.codes?

dhalbert commented 4 years ago

@theacodes We are happy to give you one. I'm just behind on my issues :).

theacodes commented 4 years ago

Thanks, Dan. No rush. 🙂

On Tue, Aug 25, 2020, 8:58 AM Dan Halbert notifications@github.com wrote:

@theacodes https://github.com/theacodes We are happy to give you one. I'm just behind on my issues :).

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/adafruit/uf2-samdx1/issues/136#issuecomment-680008438, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB5I44RFJ7SHBJAFRHUP6LSCOYONANCNFSM4QJWKUSA .

dhalbert commented 4 years ago
VID 0x239A

PID 0x00C3  # bootloader
PID 0x80C3  # arduino
PID 0x80C4  # circuitpython  [can be unused, no problem; there is just a pattern we follow]
theacodes commented 4 years ago

Thank you so much!

On Tue, Aug 25, 2020 at 9:48 AM Dan Halbert notifications@github.com wrote:

Closed #136 https://github.com/adafruit/uf2-samdx1/issues/136.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/adafruit/uf2-samdx1/issues/136#event-3690193792, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB5I4746MVGIWP5TU3P3DLSCO6LFANCNFSM4QJWKUSA .