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.c
Age
Commit message (
Expand
)
Author
2024-11-22
apply TUD_EPBUF_DEF for device: bth, dfu, hid, msc
hathach
2024-11-21
make sure usb buffer occupies whole cache line when DCACHE is enabled for msc...
hathach
2024-07-19
- add tud_cdc_n_ready() though not used
hathach
2024-07-19
revert changes to usbds configuration_reset() (deal with it in separated PR)
hathach
2024-07-19
Check tud ready check for OUT xfer.
HiFiPhile
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-22
fix print lu format warnings with clang
hathach
2024-04-08
add class driver deinit
hathach
2023-08-14
UINT16_MAX stdint macro usage
tswan-quasi
2023-08-14
min on cdc r/w
tswan-quasi
2023-08-02
default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ...
hathach
2023-07-24
rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stack
hathach
2023-04-28
add aligned(4) for cdc_line_coding_t
hathach
2023-04-27
cdc: fix line_coding aligment
Jean-Baptiste Theou
2023-03-17
fix trailing space and new line
hathach
2023-02-22
use tu_static instead of static _fuzz_thread
hathach
2023-02-22
rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread
hathach
2023-01-20
fix: Change all static variables to thread when fuzzing
Nathaniel Brough
2022-12-22
fix incorrect rx buf in cdc
hathach
2022-12-15
use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEX
hathach
2022-12-08
fix typo, add -Wno-error=unreachable-code for fuzz due to latest cdc changes
hathach
2022-12-06
cdc: Fix autoflush for FIFO < MPS
Tomas Rezucha
2022-06-24
add more warning option, also fix -Wconversion with rp2040
hathach
2022-06-02
rhport argument in usbd_ API() is not used (always use the initialized port)
hathach
2022-02-25
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
hathach
2021-11-23
fix nrf easy dma race condition
hathach
2021-10-15
update some sense warning from -Wconversion
hathach
2021-06-28
change usbh open driver to have max_len and return driver len
hathach
2021-05-27
include clean up
hathach
2021-04-30
Remove all remainings with peek_at
Reinhard Panhuber
2021-04-03
Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer
Reinhard Panhuber
2021-03-12
use !tu_fifo_empty() instead of tu_fifo_count()
hathach
2021-03-11
Add fifo empty check.
HiFiPhile
2021-03-10
Merge branch 'master' into edpt_ISO_xfer
hathach
2021-03-10
Call One time tu_fifo_write_n on cdcd_xfer_cb
HiFiPhile
2021-03-04
Extend FIFO mutex to use separate write and read mutexes.
Reinhard Panhuber
2021-02-25
initial break request handling
amit verma
2020-11-23
add tud_ready() check in tud_cdc_n_write_flush()
hathach
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-11-02
enable cdc auto flush on write()
hathach
2020-09-14
cdc device: claim endpoint before checking fifo availability
hathach
2020-09-10
update claim edpt for hid and midi
hathach
2020-09-09
typo
hathach
2020-09-09
clean up
hathach
2020-09-09
update cdc edpt read
hathach
2020-09-09
introduce optional usbd_edpt_claim, usbd_edpt_release which can be used to ga...
hathach
[next]