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-09 17:14:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
14138f105e6fa487fa0a0ed40db6f27e1c6039fb
tinyusb
/
src
/
common
History
hathach
14138f105e
have tusb_init() return true instead of TUSB_ERROR_NONE
2020-11-23 13:12:51 +07:00
..
sys_queue.h
…
tusb_common.h
house keeping: make tu_print_mem format easier to compare with hex2dump
2020-11-01 13:37:56 +07:00
tusb_compiler.h
Use C++11 static_assert when available
2020-10-03 20:17:36 +02:00
tusb_error.h
have tusb_init() return true instead of TUSB_ERROR_NONE
2020-11-23 13:12:51 +07:00
tusb_fifo.c
Change modulo substitute to while ( idx >= depth) idx -= depth;
2020-09-26 11:00:31 +02:00
tusb_fifo.h
Fix wrong comments, rename pos to offset, rename overflow().
2020-09-25 15:58:28 +02:00
tusb_timeout.h
Normalize line endings
2020-01-15 14:47:43 -05:00
tusb_types.h
merge class driver control_request & control_complete to control_xfer_cb()
2020-11-19 21:01:33 +07:00
tusb_verify.h
Allow overwriting TU_ASSERT etc macros
2020-10-03 20:17:53 +02:00