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

Fix some race conditions #2630

Merged
merged 6 commits into from
Jul 19, 2024
Merged

Fix some race conditions #2630

merged 6 commits into from
Jul 19, 2024

Commits on Jul 19, 2024

  1. Check tud ready check for OUT xfer.

    HiFiPhile authored and hathach committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    60b3d14 View commit details
    Browse the repository at this point in the history
  2. Clear _usbd_dev prior to driver reset.

    HiFiPhile authored and hathach committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a1fd43e View commit details
    Browse the repository at this point in the history
  3. Save setup_count on bus reset.

    HiFiPhile authored and hathach committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    772398f View commit details
    Browse the repository at this point in the history
  4. Fix STM32F7 FS port build.

    HiFiPhile authored and hathach committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    4b55af1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be18af8 View commit details
    Browse the repository at this point in the history
  6. - add tud_cdc_n_ready() though not used

    - usbd now change _usbd_dev.cfg_num before calling driver's open()
    hathach committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6fb6602 View commit details
    Browse the repository at this point in the history