devanlai / dapboot

DFU Bootloader for STM32 chips
Other
331 stars 111 forks source link

Add support for Olimex STM32-H103 #32

Closed jeanthom closed 3 years ago

jeanthom commented 3 years ago

Hi, thanks for your feedback. I tried to fix everything, but for the LED I'm not sure how to test it? I haven't tried uploading firmwares yet, just made sure that I could enter the bootloader with the button or via the RTC registers and that it enumerated properly.

devanlai commented 3 years ago

Upon closer inspection, the bootloader doesn't actually do anything with the LED other than making sure it's off, so it doesn't make much of a difference, though maybe at some point in the future I'll make it blink the LED or something. I'm happy with these changes, so I'll go ahead and merge it now.

jeanthom commented 3 years ago

Thanks!