Commit Graph

39 Commits

Author SHA1 Message Date
91c3b338b2 example: fix audio_debug glitch on Windows 2025-11-25 16:41:30 +01:00
d76ddc695f Also fix bDescriptorType
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-11-21 22:11:52 +01:00
183c5ef027 Fix in multiple example codes, wrong descriptor length was taken for tusb_desc_device_qualifier_t.
Signed-off-by: Thomas Rubin <thomas.rubin2@protonmail.com>
2025-11-21 14:31:45 +01:00
91c3a4fa8d Merge pull request #3321 from gabChouin/audio_ep_in_target_fifo_size
audio: Implement support for variable EP in flow control fifo level
2025-11-07 07:15:15 -08:00
4fcce0fbc9 Implement RX FIFO threshold adjustment
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-11-07 15:50:49 +01:00
8979af34c0 Fixed more alert found by PVS-Studio 2025-11-04 19:56:53 +07:00
aa739c946d Merge branch 'master' into uac1
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-30 19:50:47 +01:00
d92b810df7 fix Identifiers that start with '__' or '_[A-Z]' are reserved.
fix compiling with nuc family
2025-10-28 14:14:01 +07:00
a12806a6cd fix descriptor warning when shifting zero 2025-10-28 00:17:26 +07:00
4dd9122417 Merge remote-tracking branch 'upstream/master' into uac1
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-24 11:16:07 +02:00
f39dcae9f1 fix several warnings 2025-10-24 13:04:49 +07:00
0a2b6e77da more warnings fix 2025-10-14 17:33:56 +07:00
6acf49e4c2 Use one control buffer as EP0 has no concurrency
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-05 01:13:36 +02:00
cd9266bf3d Add note about bRefresh value
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-01 22:00:12 +02:00
d5108589b6 Minor fixes
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-01 09:42:13 +02:00
9afe71c77e Add UAC1 support to speaker example
Signed-off-by: Mengsk <admin@hifiphile.com>
2025-09-30 16:30:34 +02:00
289680a6b9 Add basic UAC1 support
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-30 15:51:50 +02:00
9637a2006b More descriptors working
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-30 15:51:50 +02:00
78121a8d3f Update UAC2 naming
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-29 10:00:39 +02:00
8952838a26 audio: simplify alt settings management
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-27 22:17:10 +02:00
be9409bfa7 Fix board_init_after_tusb
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-09-17 23:44:01 +02:00
ba36df6233 fix warnings, update docs 2025-09-12 11:27:31 +07:00
d9aa4c6f61 fix tud_audio_set_itf_close_EP_cb() typo 2025-08-02 23:23:20 +07:00
545690c834 audio: update examples
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-06-14 22:46:52 +02:00
87a35c5734 RP2040 Compile Errors 2024-10-15 23:38:16 +02:00
1f18be93db change the tusb_rhport_init_t struct, exclude the rhport to make API more consistent 2024-10-14 18:27:52 +07:00
92602b9de3 change tusb_init(), tusb_rhport_init() to use init struct for expandability 2024-10-11 13:41:53 +07:00
57aac432b5 add new tusb_int_handler(rhport, in_isr) as common irq handler
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
2024-10-10 16:28:36 +07:00
616532892d make all python files executable and standardize interpreter 2024-09-17 12:17:12 -07:00
088486186f rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLY 2024-08-19 19:05:33 +07:00
a6bee747b6 define and use TUD_ENDPOINT_EXCLUSIVE_NUMBER 2024-08-17 18:07:36 +07:00
6a67bac47c Integrate OS guessing quirk into uac2_speaker_fb example. 2024-07-28 13:25:57 +02:00
d54a1578aa Typo. 2024-05-12 17:33:31 +02:00
301fb2a9f7 Fix CI. 2024-05-12 14:05:57 +02:00
df6740353f Optimize fifo level display. 2024-05-12 14:02:07 +02:00
08f9e4e0c8 Hint missing import, exit on error. 2024-05-12 13:57:17 +02:00
fc7647f9e4 Allow feedback EP size change. 2024-05-10 00:11:04 +02:00
ba27179f17 Fix typo. 2024-04-26 20:11:08 +02:00
f2d455226a Add UAC2 speaker with feedback example. 2024-04-26 20:11:08 +02:00