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

drivers: usb: udc: add STM32 UDC driver #53408

Merged
merged 2 commits into from
Jul 13, 2023

Commits on Jul 12, 2023

  1. drivers: usb: udc: add STM32 UDC driver

    Add UDC driver for STM32 based MCU, relying on HAL/PCD.
    This has been tested with cdc_acm sample on the following boards:
    
    - 96b_carbon (STM32F4)
    - disco_l475_iot1 (STM32L4)
    - nucleo_wb55rg (STM32WB)
    - nucleo_h723zg (STM32H7)
    - stm32f3_disco (STM32F3)
    
    This fails at runtime for the following:
    
    - b_u585i_iot2a (STM32U5)
    
    Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
    Loic Poulain committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    b9aa268 View commit details
    Browse the repository at this point in the history
  2. samples: cdc_acm: Add 96b_carbon to usbd-next board

    This board can rely on udc_stm32 usbd-next driver.
    
    Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
    Loic Poulain committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4f93285 View commit details
    Browse the repository at this point in the history