Closed rdagher closed 7 years ago
When the user types u for update or upload, the code enters the bootloader (BSL) which allows updating the firmware over the serial port and jumping to the new firmware using the DFU protocol. Tested with dfu-util 0.8 in a Linux environment.
u
Thanks for the PR, works fine! I merge it. This is related to #18
When the user types
u
for update or upload, the code enters the bootloader (BSL) which allows updating the firmware over the serial port and jumping to the new firmware using the DFU protocol. Tested with dfu-util 0.8 in a Linux environment.