greatscottgadgets / saturn-v

DFU bootloader for SAMD11 and SAMD21 microcontrollers
Other
20 stars 11 forks source link

Enter bootloader if RESET pressed twice, ignore PROGRAM button #5

Closed mossmann closed 1 year ago

mossmann commented 1 year ago

This is experimental. It allows the user to start up Apollo while holding PROGRAM. It also should make it easier to use Saturn-V on QT Py or other boards that lack a second button.

The product string is shortened as a hack to save space, but that could probably be restored if I were using a newer compiler.

mossmann commented 1 year ago

closing as we would like to use POR detection instead