sparkfun / Arduino_Boards

Board definitions for SparkFun-manufactured AVR, ARM, and ESP-based Arduino boards.
267 stars 123 forks source link

where are the promicro drivers? #26

Closed mholgatem closed 7 years ago

mholgatem commented 7 years ago

I had to dig around in the forums to find a pro micro driver, shouldn't they be inside the Arduino_Boards/sparkfun/avr/driver/ folder?

ToniCorinne commented 7 years ago

The Pro Micros use the Caterina bootloader. You can find the 8MHz and 16MHz version here: https://github.com/sparkfun/Arduino_Boards/tree/master/sparkfun/avr/bootloaders/caterina.

The signed drivers for the AtMega32U4s lives here: https://github.com/sparkfun/Arduino_Boards/tree/master/sparkfun/avr/signed_driver

mholgatem commented 7 years ago

great! thanks!