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-11 00:35:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
925c462b7253aaa3bb6ee1adf5eb317b38d2436a
tinyusb
/
src
History
hathach
925c462b72
rename CFG_TUD_ENUM_BUFFER_SIZE to CFG_TUD_CTRL_BUFSIZE
2018-07-12 22:40:22 +07:00
..
class
add CFG_TUD_MSC_VENDOR,CFG_TUD_MSC_PRODUCT, CFG_TUD_MSC_PRODUCT_REV for msc inquiry response
2018-07-04 15:00:46 +07:00
common
rename fifo * to tu_fifo to avoid conflict with other module
2018-07-04 00:22:15 +07:00
device
rename CFG_TUD_ENUM_BUFFER_SIZE to CFG_TUD_CTRL_BUFSIZE
2018-07-12 22:40:22 +07:00
host
…
osal
rename fifo * to tu_fifo to avoid conflict with other module
2018-07-04 00:22:15 +07:00
portable
add nrf errata check temporarily part of hal_nrf
2018-07-10 22:08:03 +07:00
license.md
…
tusb_hal.h
…
tusb_option.h
rename CFG_TUD_ENUM_BUFFER_SIZE to CFG_TUD_CTRL_BUFSIZE
2018-07-12 22:40:22 +07:00
tusb.c
allow tusb_init() to call multiple times
2018-07-05 00:23:47 +07:00
tusb.h
…