forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usb: usb_dfu: do not set bwPollTimeout dynamically
Partially revert commit ea177e7 ("usb: dfu: set bwPollTimeout dynamically") Introduced fix does not work proper because there is no way to be sure that a control stage had success before start erase process. Instead IMG_ERASE_PROGRESSIVELY configuration should be used if the erase of the flash takes longer time. resolves: zephyrproject-rtos#15497 Signed-off-by: Johann Fischer <[email protected]>
- Loading branch information
1 parent
3db09aa
commit 5380618
Showing
2 changed files
with
1 addition
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters