index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
class
/
cdc
Age
Commit message (
Expand
)
Author
2022-06-27
fix all warnings with host rp2040
hathach
2022-06-24
add more warning option, also fix -Wconversion with rp2040
hathach
2022-06-02
rhport argument in usbd_ API() is not used (always use the initialized port)
hathach
2022-03-19
rename usbh_edpt_open() to tuh_edpt_open()
hathach
2022-03-19
add parse config descriptor to example
hathach
2022-03-18
move daddr into xfer struct
hathach
2022-03-17
rename user_arg to user_data
hathach
2022-03-17
rename tuh_control_xfer_t to tuh_xfer_t
hathach
2022-03-17
slightly change the signature of tuh_control_xfer
hathach
2022-03-17
change tuh_control_xfer_t struct
hathach
2022-03-11
update hid,msc to new usbh control API
hathach
2022-03-11
rework usbh control xfer
hathach
2022-03-09
add tusb_debug.h remove tusb_error.h
hathach
2022-02-25
rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED
hathach
2022-02-25
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
hathach
2022-02-25
improve rphort management for usbd
hathach
2021-11-23
fix nrf easy dma race condition
hathach
2021-10-17
more with -Wcast-qual
hathach
2021-10-15
update some sense warning from -Wconversion
hathach
2021-10-11
add ncm.h for magic number
hathach
2021-10-05
Merge branch 'add_ncm' of https://github.com/majbthrd/tinyusb into majbthrd-a...
hathach
2021-09-29
clean up
hathach
2021-09-25
add NCM driver in a compatible manner : hathach/tinyusb#550
Peter Lawrence
2021-09-18
Merge branch 'master' into zhangslice-master
hathach
2021-08-24
exclude dev0 from usbh devices pool
hathach
2021-08-23
sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUB
hathach
2021-08-23
rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAX
hathach
2021-08-20
change host driver open return type to bool
hathach
2021-07-22
clean up compiler
hathach
2021-07-22
rename bit filed order
hathach
2021-07-22
rename packed begin/end
hathach
2021-07-22
Merge branch 'CCRX_Port' of https://github.com/Wini-Buh/tinyusb into Wini-Buh...
hathach
2021-06-28
change usbh open driver to have max_len and return driver len
hathach
2021-06-18
fix build with mm32 board
hathach
2021-06-11
clean up
Wini-Buh
2021-06-11
weak atrribute work around removed from CCRX_Port
Wini-Buh
2021-06-10
implement usbh_edpt_busy (WIP), remove hcd_edpt_busy
hathach
2021-06-10
add usbh_classdriver.h
hathach
2021-06-03
Merge remote-tracking branch 'upstream/master' into CCRX_Port
Wini-Buh
2021-05-31
remove obsolete hcd_pipe_queue_xfer()/hcd_pipe_xfer()
hathach
2021-05-29
Adaptations for Renesas CCRX toolchain and Rx72N controller performed
Wini-Buh
2021-05-27
more include clean up
hathach
2021-05-27
include clean up
hathach
2021-04-30
Fix bug in cdc_peek
Reinhard Panhuber
2021-04-30
Fix cdc peeks()
Reinhard Panhuber
2021-04-30
Remove all remainings with peek_at
Reinhard Panhuber
2021-04-03
Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer
Reinhard Panhuber
2021-03-12
use !tu_fifo_empty() instead of tu_fifo_count()
hathach
2021-03-11
Add fifo empty check.
HiFiPhile
2021-03-10
Merge branch 'master' into edpt_ISO_xfer
hathach
[next]