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
/
tinyusb
/
device
/
usbd.h
Age
Commit message (
Expand
)
Author
2018-03-09
rename coreid to port
hathach
2018-03-08
enhance cdc device API
hathach
2018-03-02
add tud_mount_cb, tud_umount_cb
hathach
2018-03-01
rename tud_configured() to mounted()
hathach
2018-03-01
device API rename
hathach
2018-03-01
clean up osal semaphore/queue/mutex
hathach
2018-02-28
osal clean up
hathach
2014-04-17
move STRING & XSTRING & STATIC_ASSERT to compiler.h
hathach
2014-03-25
more doxygen stuffs
hathach
2014-03-24
doxygen
hathach
2014-03-24
more doxygen works
hathach
2014-03-23
use internal buffer for hid report descriptor as well.
hathach
2014-03-23
remove TUSB_CFG_DEVICE_STRING_DESCRIPTOR_COUNT
hathach
2014-03-21
some doxygen
hathach
2014-03-19
change OSAL_TASK_FUNCTION to adapt with cmsis rtx
hathach
2014-03-18
refractor descriptor passing for device with user-friendly structures
hathach
2014-03-16
doxygen document
hathach
2014-03-12
able to build lpc11u with IAR
hathach
2013-12-09
add keyboard led mask
hathach
2013-11-26
change endian conversion to native to be & be to native
hathach
2013-11-25
change MCU to TUSB_CFG_MCU
hathach
2013-11-22
clean up
hathach
2013-11-21
refractor usbd-dcd callback, add bus event isr
hathach
2013-11-18
get lpc17xx running through enumeration (with control data < 64)
hathach
2013-11-11
adding support for lpc13uxx
hathach
2013-11-08
add windows driver for cdc
hathach
2013-11-01
implement msc device class
hathach
2013-10-30
fix dcd_data declared with TUSB_CFG_ATTR_USBRAM
hathach
2013-10-29
change device driver init to open (when configured)
hathach
2013-07-04
no big deal, only rename tusb_std_request_t to tusb_control_request_t
hathach
2013-06-21
[host lpc43xx] adding support for host custom class
hathach
2013-06-16
clean up some & add code for managing control request targeting interface
hathach
2013-06-03
add TUSB_CFG_PROUDCT_ID check
hathach
2013-06-03
refractor tusb_descriptors
hathach
2013-06-01
rename romdriver handle
hathach
2013-05-31
refractor change tusbd_hid_keyboard_send_report API
hathach
2013-05-23
- move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xx
hathach