leaflabs / maple-bootloader

Bootloader firmware for the Maple ARM Cortex-M3 development board from LeafLabs
http://leaflabs.com
135 stars 117 forks source link

Update IDE's bundled dfu-util configuration to work with v0.3 #5

Closed bnewbold closed 11 years ago

bnewbold commented 11 years ago

Original author: mbolivar...@gmail.com (July 06, 2011 16:41:07)

dfu-util v0.3 has some increased standards-compliance which make uploads that use it much slower. We'll need to include a quirks mode for it which sets bwPollTimeout properly, in order for users of the current bootloader still get fast uploads.

Original issue: http://code.google.com/p/leaflabs/issues/detail?id=75

bnewbold commented 11 years ago

Whoops, shouldn't have migrated