index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/audio-fifo-priming
claude/mtp-data-phase-fixes
claude/usbh-enum-timeout
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
/
src
/
device
Age
Commit message (
Collapse
)
Author
2025-11-05
added .clang-format
hathach
fix more alerts disable IAR CStat since pvs-studio check is better integrated with clion
2025-11-04
Fixed more alert found by PVS-Studio
hathach
2025-10-30
Merge branch 'master' into uac1
HiFiPhile
Signed-off-by: HiFiPhile <
[email protected]
>
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
fix compiling with nuc family
2025-10-24
Merge remote-tracking branch 'upstream/master' into uac1
HiFiPhile
Signed-off-by: HiFiPhile <
[email protected]
>
2025-10-24
fix more warnings
hathach
2025-10-16
fix some warnings detected by pvs-studio
hathach
2025-10-03
Merge remote-tracking branch 'tinyusb/master' into uac1
Mengsk
2025-10-02
mtp example work with highspeed device
hathach
2025-10-01
Minor fixes
HiFiPhile
Signed-off-by: HiFiPhile <
[email protected]
>
2025-09-30
support UAC1 without IAD
Mengsk
Signed-off-by: Mengsk <
[email protected]
>
2025-09-30
Add UAC1 support to speaker example
Mengsk
Signed-off-by: Mengsk <
[email protected]
>
2025-09-30
Update TUD_AUDIO_EP_SIZE macro
Mengsk
Signed-off-by: Mengsk <
[email protected]
>
2025-09-30
Implement UAC1 IN flow control
HiFiPhile
Signed-off-by: HiFiPhile <
[email protected]
>
2025-09-30
Add basic UAC1 support
HiFiPhile
Signed-off-by: HiFiPhile <
[email protected]
>
2025-09-30
More descriptors working
HiFiPhile
Signed-off-by: HiFiPhile <
[email protected]
>
2025-09-29
Merge branch 'master' into fork/ennebi/mtp
hathach
2025-09-29
Add UAC1.0 defines
HiFiPhile
Signed-off-by: HiFiPhile <
[email protected]
>
2025-09-18
Add usbd_edpt_xfer_fifo stub
HiFiPhile
Signed-off-by: HiFiPhile <
[email protected]
>
2025-09-18
set driver count to 0
HiFiPhile
Signed-off-by: HiFiPhile <
[email protected]
>
2025-09-17
Update weak callbacks to new syntax
HiFiPhile
Signed-off-by: HiFiPhile <
[email protected]
>
2025-09-16
refactor generic container to use EPBUF declaration
hathach
simplify container field name
2025-09-15
Merge branch 'master' into fork/ennebi/mtp
hathach
2025-09-12
add all constant from MTP specs appendix, rename some e.g OPEC to OP, EVTC ↵
hathach
to EVENT
2025-08-06
Add MTP class device
Maurizio Pesce
2025-07-10
Merge pull request #2987 from hathach/fix-2923-alt
Ha Thach
make sure TOTAL_DRIVER_COUNT is not overflow 8-bit
2025-07-08
revert edpt busy/claim status if xfer_isr() defer to xfer_cb()
hathach
2025-07-08
minor reformat code
hathach
2025-07-08
Merge remote-tracking branch 'origin/master' into xfer_isr
hathach
# Conflicts: # examples/device/audio_4_channel_mic_freertos/src/main.c # examples/device/audio_test_freertos/src/main.c # src/class/audio/audio_device.c
2025-07-03
reduce bInterval for default CDC descriptor from 16ms to 1ms
hathach
2025-06-22
Merge branch 'master' into async_io
HiFiPhile
Signed-off-by: HiFiPhile <
[email protected]
>
2025-06-14
audio: move ISO transfers into xfer_isr
HiFiPhile
Signed-off-by: HiFiPhile <
[email protected]
>
2025-06-14
USBD: introduce xfer_isr.
HiFiPhile
2025-05-21
add usbd_spin_lock/unlock for driver usage
hathach
2025-05-19
implement osal critical for none/freertos/pico-sdk
hathach
2025-04-11
Merge remote-tracking branch 'upstream/master' into async_io
HiFiPhile
Signed-off-by: HiFiPhile <
[email protected]
>
2025-03-26
hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement ↵
hathach
hcd_edpt_close()
2025-03-06
hack: force/overwrite endpoint mps to 64 for device that incorrectly report ↵
hathach
512 bytes for bulk in fullspeed mode.
2025-02-12
clean up
hathach
2025-02-12
Merge branch 'master' into fork/atoktoto/midihost
hathach
# Conflicts: # hw/bsp/rp2040/family.cmake # src/class/midi/midi.h # src/class/midi/midi_device.c # src/device/usbd_control.c # src/host/hcd.h # src/host/usbh.c # src/host/usbh.h
2025-02-11
make sure TOTAL_DRIVER_COUNT is not overflow 8-bit
hathach
2025-01-29
Fix Auto speed display.
HiFiPhile
Signed-off-by: HiFiPhile <
[email protected]
>
2024-12-13
change OPT_MCU_RAXXX, fix missing prototype warnings.
hathach
2024-11-28
refactor(usbd_control): Updated the buffer name for deeper debug
Roman Leonov
2024-11-25
change dcd_dcache_*() API return type from void to bool
hathach
2024-11-21
use TUD_EPBUF_DEF to declare buffer memory for midi
hathach
2024-11-21
make sure usb buffer occupies whole cache line when DCACHE is enabled for ↵
hathach
msc,cdc,hid HIL enable device DMA for p4
2024-11-20
have p4 dma somewhat working but having issue with buffer that does not ↵
hathach
occupy the whole cache line
2024-10-14
change dcd_init() return from void to bool
hathach
2024-10-14
change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵
hathach
consistent
[next]