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-03-31 11:53:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
369a1ff5153a472327d2847c7bc7386309486b34
tinyusb
/
src
/
common
History
HiFiPhile
369a1ff515
Update weak callbacks to new syntax
...
Signed-off-by: HiFiPhile <
admin@hifiphile.com
>
2025-09-17 22:48:59 +02:00
..
tusb_common.h
Update weak callbacks to new syntax
2025-09-17 22:48:59 +02:00
tusb_compiler.h
make sure usb buffer occupies whole cache line when DCACHE is enabled for msc,cdc,hid
2024-11-21 10:22:09 +07:00
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
Fix obsolete cnt assignment in _tu_fifo_peek() overflow check
2025-09-03 10:42:17 +00:00
tusb_fifo.h
…
tusb_mcu.h
Add ESP32-H4 as a supported MCU in TinyUSB and wire it into build/runtime:
2025-09-16 12:38:35 +02:00
tusb_private.h
hack: force/overwrite endpoint mps to 64 for device that incorrectly report 512 bytes for bulk in fullspeed mode.
2025-03-06 11:03:47 +07:00
tusb_types.h
use tu_desc_in_bounds() for descriptor loop
2025-08-02 11:23:15 +07:00
tusb_verify.h
…