Skip to content
Snippets Groups Projects
  • Cristian Maglie's avatar
    4c41dec5
    Bootloader: fixed blocking read from USB-CDC · 4c41dec5
    Cristian Maglie authored
    For some reason the blocking read from the original USB-CDC driver
    is not reliable. As a workaround it has been reimplemented using a
    polling loop with the non-blocking read function that, instead, is
    much more reliable.
    
    Eventually the USB_Read_blocking(..) in cdc_enumerate.c will be fixed
    in the future.
    4c41dec5
    History
    Bootloader: fixed blocking read from USB-CDC
    Cristian Maglie authored
    For some reason the blocking read from the original USB-CDC driver
    is not reliable. As a workaround it has been reimplemented using a
    polling loop with the non-blocking read function that, instead, is
    much more reliable.
    
    Eventually the USB_Read_blocking(..) in cdc_enumerate.c will be fixed
    in the future.