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
/
cdc_device.h
Age
Commit message (
Expand
)
Author
2024-10-29
Extend callback information
Bollen Nico
2024-07-19
- add tud_cdc_n_ready() though not used
hathach
2024-07-17
follow up to #2253
hathach
2024-07-12
- add tud_cdc_configure_fifo() to replace CFG_TUD_CDC_PERSISTENT_TX_BUFF
hathach
2024-05-08
Add option to make CDC TX buffer persistent.
Andrew Leech
2024-04-08
add class driver deinit
hathach
2023-03-17
fix trailing space and new line
hathach
2022-12-24
add tuh_cdc_peek()
hathach
2022-12-22
fix incorrect rx buf in cdc
hathach
2022-12-16
add common EPSIZE for bulk/iso in full and highspeed
hathach
2021-09-29
clean up
hathach
2021-06-18
fix build with mm32 board
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-02-26
Update cdc_device.h
boggyb
2021-02-25
initial break request handling
amit verma
2020-11-23
Merge branch 'master' into cdc_without_dtr
Ha Thach
2020-11-19
migrate cdc_device to new control_xfer_cb
hathach
2020-11-18
Implementation of the discussed changes
Jan Dümpelmann
2020-11-04
Merge remote-tracking branch 'hathach/master' into cdc_without_dtr
Jan Dümpelmann
2020-09-12
typo
hathach
2020-09-10
Set new define because of build failure
Jan Dümpelmann
2020-08-24
improve midi
hathach
2020-08-21
Merge pull request #434 from gh2o/master
Ha Thach
2020-08-20
Smarter CDC TX refill logic
Gavin Li
2020-07-17
add new name warning to cdc and midi (skip msc, hid warning for now)
hathach
2020-07-16
add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lun
hathach
2020-07-16
add tud_speed_get()
hathach
2020-07-10
Improve comment on CDC tud_cdc_write_available()
Craig Hutchinson
2020-06-18
Add tx callback to cdc device
Gavin Li
2020-05-27
changing usbd driver open() return type, add max_len
hathach
2020-04-17
fix typo
hathach
2020-04-17
add a bit of document for cdc device API. also improve cdc write flush when c...
hathach
2020-01-15
Normalize line endings
Nathan Conrad
2019-09-11
fix #132
hathach
2019-08-01
add vendor peek, change cdc peek signature, change cdc read_char() return fro...
hathach
2019-07-19
more house keeping
hathach
2019-07-12
clean up, rename internal driver control_request_complete to simply control_c...
hathach
2019-07-03
tested midi example
hathach
2019-07-02
clean up
hathach
2019-06-06
add TU_ prefix to compiler ATTR to prevent name conflict with application
hathach
2019-05-22
fix tud_cdc_read_char()/tud_cdc_peek() to return signed char
hathach
2019-05-14
update license year to 2019
hathach
2019-05-01
text clean up
hathach
2019-04-19
move interface descriptor template to usbd.h, update exmaple
hathach
2019-04-18
wrap up hid device refactor
hathach
2019-04-17
add interface descriptor template
hathach
2019-03-29
working on suspend and resume
hathach
[next]