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-07 20:05:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
36d6578cc185c6002c4b4dc941674c207e5ac1da
tinyusb
/
src
/
common
History
HiFiPhile
e86e894a23
hcd: add NXP IP3516
...
Signed-off-by: HiFiPhile <
admin@hifiphile.com
>
2025-12-17 12:30:17 +01:00
..
tusb_common.h
refactor usbh_class_driver_t's open() to return number of driver len instead of bool. help to simplify parsing configuration
2025-12-11 15:58:10 +07:00
tusb_compiler.h
update metrics to support bloaty csv
2025-12-10 11:33:31 +07:00
tusb_debug.h
…
tusb_fifo.c
add back tu_fifo_discard_n() since it may be useful in the future.
2025-12-12 12:43:12 +07:00
tusb_fifo.h
add back tu_fifo_discard_n() since it may be useful in the future.
2025-12-12 12:43:12 +07:00
tusb_mcu.h
hcd: add NXP IP3516
2025-12-17 12:30:17 +01:00
tusb_private.h
move host hacked bulk mps out of tu_edpt_validate()
2025-12-11 16:41:33 +07:00
tusb_types.h
change tud_vendor_rx_cb() behavior, buffer and bufsize only available when CFG_TUD_VENDOR_RX_BUFSIZE = 0
2025-11-27 18:41:57 +07:00
tusb_verify.h
…