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
flash_decoder: Pass address to validate_target_image function.
When blocks are received out of order the data passed to
board_detect_incompatible_image() via
flash_decoder_validate_target_image() might not be the first block
of flash data, as expected by the microbitv2 imcompatibility
detection, so pass the address to the function and perform the
check.
0 commit comments