espressif_tinyusb/src
Sebastien COUDREAU 071da47944 Correct interrupt polling interval in descriptor
Use macro argument instead of 0x16 constant value.
At least Linux kernel was complaining about this value:
"config 1 interface 0 altsetting 0 endpoint 0x82 has an invalid bInterval 22, changing to 8"
(warning obtained using usbtmc device config)
2022-12-08 11:44:15 +01:00
..
class fix typo, add -Wno-error=unreachable-code for fuzz due to latest cdc changes 2022-12-08 10:30:22 +07:00
common Fix typos 2022-12-04 19:43:23 +07:00
device Correct interrupt polling interval in descriptor 2022-12-08 11:44:15 +01:00
host Fix typos 2022-12-04 19:43:23 +07:00
osal clean osal_freertos, update freertos examples to work with configSUPPORT_DYNAMIC_ALLOCATION only 2022-12-05 12:09:41 +07:00
portable more typos 2022-12-04 19:44:01 +07:00
tusb.c Fix actual compiler warning on gcc 10.3.1 2022-06-29 07:28:35 +01:00
tusb.h add parse config descriptor to example 2022-03-19 00:43:31 +07:00
tusb_option.h Add support for STM32U5 mcu 2022-10-13 17:39:42 +08:00