You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2021. It is now read-only.
i2c: add warning if failure on i2c clock stretching
Bootloader v1.0 for i2c only implements host "wait" through
i2c "clock stretching".
Some i2c host controller could timeout after just few ms of
clock stretching. Since the i2c transaction cannot be retryed,
stm32flash can only quit.
Detect this case and rise a warning to the user.
Add document to better explain the issue.
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
0 commit comments