This website requires JavaScript.
Explore
Help
Sign In
mirror
/
tinyusb
Watch
3
Star
0
Fork
0
You've already forked tinyusb
mirror of
https://github.com/hathach/tinyusb.git
synced
2026-02-08 06:05:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2298c2f410faaf3016ae0e43aa51be869d502bc9
tinyusb
/
src
/
common
History
peppapighs
2298c2f410
Fix AT32F405xx missing USB HS definition
2025-08-05 18:17:27 +07:00
..
tusb_common.h
use tu_desc_in_bounds() for descriptor loop
2025-08-02 11:23:15 +07:00
tusb_compiler.h
…
tusb_debug.h
enum For string descriptor (langid, manufacturer product, serila): always get the first 2 bytes to determine the length first. otherwise, some device may have buffer overflow.
2025-04-18 10:53:12 +07:00
tusb_fifo.c
device cdc: rename tud_cdc_configure_fifo/_t to tud_cdc_configure/_t
2025-03-24 22:58:21 +07:00
tusb_fifo.h
…
tusb_mcu.h
Fix AT32F405xx missing USB HS definition
2025-08-05 18:17:27 +07:00
tusb_private.h
…
tusb_types.h
use tu_desc_in_bounds() for descriptor loop
2025-08-02 11:23:15 +07:00
tusb_verify.h
…