1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 06:52:44 +01:00
RIOT/pkg/tinyusb/contrib/include
Gunar Schorcht 37f6720da3 pkg/tinyusb: fix CFG_TUD_MAX_SPEED
The commit 98478e02fe removed the setting of the CFG_TUD_MAX_SPEED define to OPT_MODE_DEFAULT_SPEED. This setting is usually not required since CFG_TUD_MAX_SPEED is determined from CFG_TUSB_RHPORT{0,1}_MODE. However, this does not work for STM32F429I-DISC1 where the HS port is used via the internal FS-PHY. Therefore the default speed setting is added again.
2022-11-14 22:11:08 +01:00
..
tinyusb_descriptors.h pkg/tinyusb: common descriptors implementation 2022-11-09 06:57:55 +01:00
tinyusb.h pkg/tinyusb: add tinyusb_hw_defaults.h for platform specific defaults 2022-10-04 07:40:18 +02:00
tusb_config.h pkg/tinyusb: fix CFG_TUD_MAX_SPEED 2022-11-14 22:11:08 +01:00
tusb_os_custom.h pkg: add tinyUSB device/host stack as package 2022-09-30 19:05:51 +02:00