index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/ci-hs-set-address-order
claude/mtp-data-phase-fixes
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
hil-openocd-recover-flasher
master
merge_os
port-embos
raw_gadget_review
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
/
class
/
hid_device.c
Age
Commit message (
Expand
)
Author
2018-03-06
move class files
hathach
2018-03-06
clean up
hathach
2018-03-06
rename to hal_dcd_pipe_xfer()
hathach
2018-03-06
change hal_dcd_pipe_open() signature to return bool
hathach
2018-03-06
remove class code in pipe open()
hathach
2018-03-06
rename to hal_dcd_control_xfer() and hal_dcd_control_stall()
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
2014-04-17
clean up STATIC_VAR
hathach
2014-03-23
use internal buffer for hid report descriptor as well.
hathach
2014-03-23
remove IAD_DESC_REQUIRED
hathach
2014-03-22
rename dcd_11u_13u_qhd_t::total_bytes to nbytes to prevent confusion
hathach
2014-03-21
clean ATTR_USB_MIN_ALIGNMENT on application and most of device except the msc...
hathach
2014-03-21
clean up some device warnings
hathach
2014-03-18
finish descriptor refractor for hid keyboard & mouse
hathach
2014-03-18
app descriptor rename
hathach
2014-03-10
change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...
hathach
2013-12-09
add keyboard led mask
hathach
2013-12-02
refractor hid device driver
hathach
2013-12-01
change class_ixr to class_cb
hathach
2013-11-21
add class mounted callback for hid mouse/keyboard & refractor mouse/keyboard app
hathach
2013-11-21
refractor usbd-dcd callback, add bus event isr
hathach
2013-11-15
separate data & status from dcd_pipe_control_xfer
hathach
2013-11-14
complete double buffering for queueing xfer for lpc11u/13u requried by msc de...
hathach
2013-11-13
fix potential issue with stall endpoints
hathach
2013-11-13
able to build and run cdc device demo on lpc11uxx
hathach
2013-11-11
technically, mouse + keyboard device demo also work on lpc13uxx
hathach
2013-11-11
adding support for lpc13uxx
hathach
2013-11-06
added hid device hidd_isr callback
hathach
2013-11-01
implement msc device class
hathach
2013-10-30
refractor hid device
hathach
2013-10-30
fix dcd_data declared with TUSB_CFG_ATTR_USBRAM
hathach
2013-10-29
able to enumerate mouse + keyboard (missing timing at set configured though)
hathach
2013-10-29
change device driver init to open (when configured)
hathach
2013-10-29
temporarily implementation of dcd_pipe_is_busy
hathach
2013-10-29
able to fully enumerated with keyboard
hathach
2013-10-29
implementing sw device stack
hathach
2013-10-27
make device keyboard buildable & runnable with ea4357
hathach
2013-10-25
more doxygen work
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-14
add dcd_pipe_control_read
hathach
2013-06-14
implement hidd_control_request including std & class specific to interface nu...
hathach
2013-06-12
add coreid to hidd_init
hathach
2013-06-12
clean up
hathach
2013-06-04
re-create ngx4330.h
hathach
2013-06-03
add TUSB_CFG_PROUDCT_ID check
hathach
2013-06-03
refractor device mouse main.c & tusbd_hid_mouse_send_report
hathach
2013-06-03
refractor tusb_descriptors
hathach
[next]