-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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: usb_dc_stm32: does not compile for stm32f3_disco board #21962
Labels
area: USB
Universal Serial Bus
bug
The issue is a bug, or the PR is fixing a bug
platform: STM32
ST Micro STM32
priority: high
High impact/importance bug
Comments
galak
added
priority: high
High impact/importance bug
area: USB
Universal Serial Bus
platform: STM32
ST Micro STM32
labels
Jan 15, 2020
I think this might be the fix, but need @erwango or someone else more familiar with the usb & stm32 code to verify:
|
@galak Your patch seems reasonable. |
erwango
added a commit
to erwango/zephyr
that referenced
this issue
Jan 16, 2020
Following update of STM32Cube packages for series F0/L0/F3, a new file ll_usb.h is now available for these series. As a consequence, specific hanlding is no more requested for this series is stm32 usb_device driver. Fixes zephyrproject-rtos#21962 Signed-off-by: Erwan Gouriou <[email protected]>
nashif
pushed a commit
that referenced
this issue
Jan 16, 2020
Following update of STM32Cube packages for series F0/L0/F3, a new file ll_usb.h is now available for these series. As a consequence, specific hanlding is no more requested for this series is stm32 usb_device driver. Fixes #21962 Signed-off-by: Erwan Gouriou <[email protected]>
galak
pushed a commit
that referenced
this issue
Jan 16, 2020
Following update of STM32Cube packages for series F0/L0/F3, a new file ll_usb.h is now available for these series. As a consequence, specific hanlding is no more requested for this series is stm32 usb_device driver. Fixes #21962 Signed-off-by: Erwan Gouriou <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: USB
Universal Serial Bus
bug
The issue is a bug, or the PR is fixing a bug
platform: STM32
ST Micro STM32
priority: high
High impact/importance bug
Describe the bug
tests/subsys/usb/device (specifically drivers/usb/device/usb_dc_stm32.c) does not compile for stm32f3_disco board. Bisecting the problem leads to commit 7165803 which introduced a new version of the STM32Cube packages.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
USB driver should compile for stm32f3_disco board as it has with older versions of STM32Cube.
The text was updated successfully, but these errors were encountered: