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: set bwPollTimeout dynamically #15330

Merged
merged 2 commits into from Apr 16, 2019

Commits on Apr 12, 2019

  1. usb: dfu: set bwPollTimeout dynamically

    Set bwPollTimeout for DFU_GETSTATUS request dynamically.
    For now, adjust bwPollTimeout only during DNLOAD stage.
    
    Fixes: zephyrproject-rtos#8734
    
    Signed-off-by: Johann Fischer <j.fischer@phytec.de>
    jfischer-no committed Apr 12, 2019
    Copy the full SHA
    ea177e7 View commit details
    Browse the repository at this point in the history
  2. samples: cdc_acm: add config overlay for cdc_acm+dfu

    Add config overlay for cdc_acm+dfu composite configuration.
    Manual configuration over menuconfig may be error-prone for
    the user because then FLASH_LOAD_OFFSET and FLASH_LOAD_SIZE
    should also to be set to appropriate values.
    
    Signed-off-by: Johann Fischer <j.fischer@phytec.de>
    jfischer-no committed Apr 12, 2019
    Copy the full SHA
    1f35592 View commit details
    Browse the repository at this point in the history