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-05 23:15:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
270e1492764959c278f1b154b8e42aef4dcd98d8
tinyusb
/
src
/
common
History
Zixun LI
3f0d2668f1
fifo: fix IAR Warning[Pa082]: undefined behavior: the order of volatile accesses is undefined
2025-11-25 16:41:30 +01:00
..
tusb_common.h
clear endpoint stream when open for cdc_host and midi_host
2025-11-13 12:31:27 +07:00
tusb_compiler.h
…
tusb_debug.h
fix more alerts
2025-11-08 15:54:02 +07:00
tusb_fifo.c
migrate midi_device to use edpt stream API
2025-11-12 17:46:38 +07:00
tusb_fifo.h
fifo: fix IAR Warning[Pa082]: undefined behavior: the order of volatile accesses is undefined
2025-11-25 16:41:30 +01:00
tusb_mcu.h
make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() as default driver implementation. dcd_edpt_close() is deprecated and will be removed from all driver in the future.
2025-11-17 19:42:10 +07:00
tusb_private.h
clear endpoint stream when open for cdc_host and midi_host
2025-11-13 12:31:27 +07:00
tusb_types.h
Prevent tu_edpt_number() from returning an invalid endpoint number
2025-11-07 18:08:14 -05:00
tusb_verify.h
…