Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dfuse: Ignore poll timeout for SET_ADDRESS special command
For the DfuSe special command DFU_DNLOAD request SET_ADDRESS there shouldn't be any good reason to wait for a poll timeout. This request may involve verification of address ranges but no slow flash operation should be needed that would make the device busy. The non-zero bwPollTimeout seen here on many STM32 bootloaders is likely a bootloader bug. https://sourceforge.net/p/dfu-util/tickets/193/ Signed-off-by: Tormod Volden <[email protected]>
- Loading branch information