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
/
msc_dual_lun
/
src
/
usb_descriptors.c
Age
Commit message (
Expand
)
Author
2026-07-14
test/hil: usbtest fleet enablement, shuffled scheduling, unique PIDs
hathach
2026-04-26
max32 change bulk endpoint to EP8,9 (2KB FIFO) and Audio ISO to EP10, 11 (4KB...
hathach
2026-04-21
replace `TUD_ENDPOINT_ONE_DIRECTION_ONLY` with `CFG_TUD_ENDPOINT_ONE_DIRECTIO...
hathach
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-10-28
fix descriptor warning when shifting zero
hathach
2025-10-24
fix several warnings
hathach
2024-08-19
rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLY
hathach
2024-08-17
define and use TUD_ENDPOINT_EXCLUSIVE_NUMBER
hathach
2024-07-01
Add MAX78002 Support
Brent Kowal
2024-06-28
Initial Commit for MAX32 Support
Brent Kowal
2023-08-04
update all examples to use unique ID as serial if avaialble
hathach
2023-03-17
fix trailing space and new line
hathach
2022-11-30
Add endpoint definitions for more example projects.
Gordon McNab
2022-06-27
fix most warnings with rp2040 -wconversion
hathach
2021-10-15
msc examples: Extend serial number to 12 digits
Jerzy Kasenberg
2021-08-26
TD 9.12 remote wakeup test
hathach
2020-07-21
add note for MS OS 1.0 Descriptor at 0xEE
hathach
2020-07-19
minor clean up
hathach
2020-07-16
add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lun
hathach
2020-06-15
update example config and descriptor with better Highspeed support
hathach
2020-03-31
revise argument order for TUD_CONFIG_DESCRIPTOR macro
Peter Lawrence
2020-03-30
add provision for multiple configurations
Peter Lawrence
2020-03-07
Merge pull request #291 from hathach/port-samg55
Ha Thach
2020-02-26
Add langid to examples.
Chang Feng
2020-02-07
correct waklaround with only status IN
hathach
2019-09-27
Fix typo of CFG_TUD_ENDOINT0_SIZE.
Nathan Conrad
2019-08-01
clean up
hathach
2019-07-25
more webusb + vendor
hathach
2019-07-22
Merge branch 'master' into develop
hathach
2019-07-22
change EPNUM for example
hathach
2019-07-12
updating webusb with cdc
hathach
2019-07-12
clean up usb descriptors in example
hathach
2019-07-11
revert 2.1 to 2.0, only needed for webusb exmample (BOS needed)
hathach
2019-07-11
more 2.1
hathach
2019-07-01
improving midi support, adding midi exmaple
hathach
2019-05-15
mcb1800 work with makefile, add to travis build
hathach
2019-05-14
update license year to 2019
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-02
support hid generic inout #58
hathach
2019-05-02
clean up
hathach
2019-04-26
adding msc dual lun example
hathach