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-01 21:25:45 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e0f2343954c71743358f2b2362bef64bbc68e4a3
tinyusb
/
src
/
common
History
zhiqiang
73bf9aeaa6
support at32 mcu
2025-07-07 14:13:15 +08:00
..
tusb_common.h
midi host: skip rx data with all zeroes
2025-03-06 10:26:45 +07: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
device cdc: rename tud_cdc_configure_fifo/_t to tud_cdc_configure/_t
2025-03-24 22:58:21 +07:00
tusb_fifo.h
make function prototypes match ( found by cppcheck)
2024-09-03 19:38:34 +01:00
tusb_mcu.h
support at32 mcu
2025-07-07 14:13:15 +08: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
usbh make TU_API_SYNC() public, to implement sync() API, change return of sync API from uint8_t to tusb_xfer_result_t
2025-06-20 12:51:29 +07:00
tusb_verify.h
move core init code to dwc2 common. update/correct build for esppressif
2024-10-15 17:55:24 +07:00