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

chore(usb): update to stm32_mw_usb_device v2.11.1 #2028

Merged
merged 5 commits into from
Jun 1, 2023

Commits on Jun 1, 2023

  1. chore(system): update stm32_mw_usb_device to v2.11.1

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    162f27a View commit details
    Browse the repository at this point in the history
  2. system(USB): update core and class files after middleware update

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c0e7920 View commit details
    Browse the repository at this point in the history
  3. fix(USB): power management

    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    a7e1da2 View commit details
    Browse the repository at this point in the history
  4. chore(usb): avoid USBD_free and USBD_malloc usage

    to avoid call of malloc in PCD_EP_ISR_Handler.
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c44d050 View commit details
    Browse the repository at this point in the history
  5. fix(usb): disable ICACHE

    When USB is used on STM32H5 and ICACHE enable it does not
    work so disable it.
    
    Signed-off-by: Frederic Pillon <[email protected]>
    fpistm committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5be7a2b View commit details
    Browse the repository at this point in the history