Skip to content
Snippets Groups Projects
Select Git revision
14 results Searching

st3m_usb_cdc.c

Forked from flow3r / flow3r firmware
Source project has a limited visibility.
  • q3k's avatar
    c2cac44c
    st3m: partial usb unfucking · c2cac44c
    q3k authored
    I have returned from the USB mines bearing great news.
    
    The badge should now get less stuck when doing CDC comms.
    
    Apparently, TinyUSB does not attempt to flush its CDC TX FIFO unless you
    request it or unless it just finished another transfer.
    c2cac44c
    History
    st3m: partial usb unfucking
    q3k authored
    I have returned from the USB mines bearing great news.
    
    The badge should now get less stuck when doing CDC comms.
    
    Apparently, TinyUSB does not attempt to flush its CDC TX FIFO unless you
    request it or unless it just finished another transfer.