hathach / tinyusb

An open source cross-platform USB stack for embedded system
https://www.tinyusb.org
MIT License
4.66k stars 997 forks source link

Add support for STM32U535xx/STM32U545xx #2672

Closed tinic closed 2 weeks ago

tinic commented 2 weeks ago

The low-end devices STM32U535xx and STM32U545xx use the USB IP found in older STM32 devices (like an STM32F04x for instance). So use the stm32_fsdev driver instead of the synopsys/dwc2 for these two devices.