Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

usb: dfu: rework of dfu class implementation #30562

Closed

Commits on Dec 9, 2020

  1. usb: dfu: minor rework of dfu class implementation

    Minor refactor of USB DFU class implementation, including:
    
    . Support for different idVendor and idProduct than during runtime
      as required by the USB DFU 1.1 specification
    . Support for all partitions to be available as alternates
    . Change to DFU descriptors only after USB Reset
    . Timeout timer added to appDETACH state as required by USB DFU 1.1
      specification
    
    Signed-off-by: Michael Rosen <[email protected]>
    Michael Rosen committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    6a2cff8 View commit details
    Browse the repository at this point in the history