qmk / qmk_flasher

flashing utility for the Atmel AVR USB family
MIT License
63 stars 24 forks source link

Pro Micro support #28

Open NoahAndrews opened 7 years ago

NoahAndrews commented 7 years ago

We'd apparently need to bundle AVRDUDE. Here's a reference on how to use it with the Pro Micro.

chief-wrench commented 7 years ago

@NoahAndrews Can you give a coarse "when" estimate please? Do you need a Pro Micro for testing? I buy them for cheaps on AliExpress. And I'd send one or two to developers.

NoahAndrews commented 7 years ago

I've actually got a few coming. They're coming from China, so they could be here any time from the 20th to late next month.

As for the actual support itself, it's hard to say. It looks like the pro micros are a lot less "plug and play" to flash than other options, so I'm not even totally sure that it's going to be feasible to add support for them, and it make take a while if it is. I'll give it a fair shake though, probably starting pretty quickly after I receive them.

NoahAndrews commented 7 years ago

This library may be useful for us in querying the active serial ports. https://github.com/EmergingTechnologyAdvisors/node-serialport#electron

jackhumbert commented 7 years ago

It'd be nice if we could support alternate flashers (like -c avrisp) with avrdude as well, so we could recommend the QMK Flasher in the ISP flashing guide.