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
/
examples
/
device
/
cdc_msc_hid
Age
Commit message (
Expand
)
Author
2019-09-11
rename cdc_msc_hid to cdc_msc, hid has its own example hid_composite now
hathach
2019-09-11
remove hid in cdc_msc_hid demo since many of stm32 mcu doesn't have enough en...
hathach
2019-09-11
fix #130
hathach
2019-09-09
update config
hathach
2019-09-06
lpc11u37 supported
hathach
2019-09-05
55s69 device work with usb0
hathach
2019-08-31
fix segger embbeded studio compile issue
hathach
2019-08-11
cdc_msc_hid: Limit number of endpoints used by STM32F4 for demo.
William D. Jones
2019-08-01
doc update
hathach
2019-08-01
clean up
hathach
2019-07-26
example clean up
hathach
2019-07-25
more webusb + vendor
hathach
2019-07-24
Merge branch 'master' into develop
hathach
2019-07-24
change tud_msc_start_stop_cb() to return void -> bool
hathach
2019-07-22
Merge branch 'master' into develop
hathach
2019-07-19
rename bsp of stm32 board
hathach
2019-07-19
rename CFG_TUD_CUSTOM_CLASS to CFG_TUD_VENDOR
hathach
2019-07-12
updating webusb with cdc
hathach
2019-07-12
clean up usb descriptors in example
hathach
2019-07-11
clean up
hathach
2019-07-11
clean up demo config
hathach
2019-07-11
revert 2.1 to 2.0, only needed for webusb exmample (BOS needed)
hathach
2019-07-11
increase usb bcd from 2.0 to 2.1 for webusb support
hathach
2019-07-03
example clean up
hathach
2019-07-03
tested midi example
hathach
2019-07-01
improving midi support, adding midi exmaple
hathach
2019-06-10
fix build error with midi, use usbd_edpt_xfer/busy for midi to replace dcd_*
hathach
2019-06-06
add TU_ prefix to compiler ATTR to prevent name conflict with application
hathach
2019-05-29
added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()
hathach
2019-05-21
better fix for #72 millis overthrow
hathach
2019-05-15
update button for mcb1800
hathach
2019-05-14
add makefile support for lpcxpresso1347
hathach
2019-05-14
makefile work with lpc11u68
hathach
2019-05-14
enable CFG_TUSB_DEBUG on DEBUG build
hathach
2019-05-14
makefile clean up
hathach
2019-05-14
update license year to 2019
hathach
2019-05-14
clean up
hathach
2019-05-12
add index to tud_descriptor_configuration_cb()
hathach
2019-05-12
change tud_descriptor_string_cb() to be consistent with other descriptor call...
hathach
2019-05-12
add tud_hid_descriptor_report_cb()
hathach
2019-05-11
add tud_descriptor_string_cb() for getting string descriptor from application
hathach
2019-05-06
adding msc Start Stop to buitin command, but not complate yet
hathach
2019-05-06
add Test Unit Ready to builtin command, add tud_msc_test_unit_ready_cb()
hathach
2019-05-03
add tud_msc_inquiry_cb() remove CFG_TUD_MSC_VENDOR/PRODUCT/PRODUCT_REV
hathach
2019-05-03
clean up
hathach
2019-05-02
clean up
hathach
2019-05-02
support hid generic inout #58
hathach
2019-05-02
clean up
hathach
2019-05-01
clean up
hathach
2019-05-01
simplify hid keyboard & mouse report to one API each
hathach
[next]