rrivirr / rriv-rust

GNU General Public License v3.0
3 stars 4 forks source link

Loading Firmware via USB DFU #22

Open misterinterrupt opened 1 year ago

misterinterrupt commented 1 year ago

reference implementations: Rust: https://github.com/vitalyvb/usbd-dfu-example/tree/main/dfu-bootloader C: https://github.com/Serasidis/STM32_HID_Bootloader/tree/master/bootloader/F1

same issue in C firmware repo: https://github.com/rrivirr/rriv/issues/103