Skip to content

tinyusb: Add support for STM32H7 devices #3406

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented Apr 8, 2025

Hardware configuration for synopsys IP based devices used OTG FS device. For H7 devices some have only one USB peripheral and it's HS.

Now syscfg explicitly selects which peripheral should be used.
When USB_USE_OTG_HS is 0 OTG_FS will be used
When USB_USE_OTG_HS is 1 OTG_HS will be selected

@github-actions github-actions bot added USB All USB work should have this label STM STM32 related BSP size/s labels Apr 8, 2025
@kasjer kasjer force-pushed the kasjer/tinyusb-support-for-stm32h7 branch from eabafd0 to cc774ad Compare April 8, 2025 13:39
Hardware configuration for synopsys IP based devices
used OTG FS device. For H7 devices some have only one
USB peripheral and it's HS.

Now syscfg explicitly selects which peripheral should
be used.
When USB_USE_OTG_HS is 0 OTG_FS will be used
When USB_USE_OTG_HS is 1 OTG_HS will be selected

Signed-off-by: Jerzy Kasenberg <[email protected]>
@kasjer kasjer force-pushed the kasjer/tinyusb-support-for-stm32h7 branch from cc774ad to 6285165 Compare April 8, 2025 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BSP size/s STM STM32 related USB All USB work should have this label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant