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
/
audio
/
audio.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-06-18
class/audio: remove unused audio20_control_request_t
hathach
2026-04-25
fix: add BE bitfield guards for audio and fix UAC2 example endian-safe field ...
copilot-swe-agent[bot]
2025-11-03
fixing alert by scanning tool
hathach
2025-11-03
fix alert using input in gh action. fix some conversion int
hathach
2025-10-30
Merge branch 'master' into uac1
HiFiPhile
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-10-01
better EP type detection
HiFiPhile
2025-09-30
Add basic UAC1 support
HiFiPhile
2025-09-30
More descriptors working
HiFiPhile
2025-09-29
Update UAC2 naming
HiFiPhile
2025-02-24
add tuh_midi_descriptor_cb()
hathach
2024-07-05
add u for unsigned
hathach
2024-07-05
Revert "audio.h: fix error ISO C restricts enumerator values to range of 'int'"
Ha Thach
2024-06-28
audio.h: fix error ISO C restricts enumerator values to range of 'int'
Davide Gerhard
2024-04-01
UAC2: refactor interrupt endpoint support.
HiFiPhile
2023-03-17
fix trailing space and new line
hathach
2023-01-03
Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTION
pete-pjb
2021-09-29
moved ISO attributes from audio to common
kkitayam
2021-07-04
Move audio_control_request_t to audio.h
MasterPhi
2021-07-04
more uac fixes,
MasterPhi
2021-04-06
code format
hathach
2021-04-03
Generalize audio driver for 3 audio functions plus a lot more.
Reinhard Panhuber
2021-02-12
Formating
Reinhard Panhuber
2020-10-07
fix audio_test build
hathach
2020-10-03
Revert #define CFG_TUSB_DEBUG 2 to #define CFG_TUSB_DEBUG 0
Reinhard Panhuber
2020-09-28
audio: Update ISO endpoint attributes
Jerzy Kasenberg
2020-08-20
Fix formatting, get rid of all tabs.
Reinhard Panhuber
2020-08-19
Commit before sharing.
Reinhard Panhuber
2020-07-25
Fix structure definition audio_control_range_X_n_t
Reinhard Panhuber
2020-07-25
Get and set requests work
Reinhard Panhuber
2020-07-19
Implement all missing A.17 control selectors
Reinhard Panhuber
2020-07-18
Add A.17.4 - Terminal Control Selectors
Reinhard Panhuber
2020-07-17
Intermediate commit.
Reinhard Panhuber
2020-06-13
Fix mic audio descriptor, fix too strict check on IAD desc. in usbd.c
Reinhard Panhuber
2020-05-22
Add basic UAC2 structure - untested
Reinhard Panhuber
2020-01-15
Normalize line endings
Nathan Conrad
2019-07-01
fix compiling
hathach
2019-07-01
improving midi support, adding midi exmaple
hathach
2019-05-14
update license year to 2019
hathach
2019-03-20
migrate license from BSD 3 clause to MIT
hathach
2019-01-04
Add USB Midi support.
Scott Shawcroft