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-04-01 20:34:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6e88895dbc2b09e60b971f1587d19d3a2487c2f8
tinyusb
/
src
/
common
History
hathach
6e88895dbc
always define CFG_TUH_WCH_USBIP_USBFS=1 for ch32v20x since only port1 support host mode
...
reformat hcd usbfs add uart rx for ch32v20x bsp
2025-07-05 11:26:48 +07: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
…
tusb_mcu.h
always define CFG_TUH_WCH_USBIP_USBFS=1 for ch32v20x since only port1 support host mode
2025-07-05 11:26:48 +07: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
…