| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-27 | audio: simplify alt settings management | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-27 | Merge pull request #3256 from hathach/weak_cb | Ha Thach | |
| Migrate weak function override to new syntax, update delay api usage | |||
| 2025-09-25 | Fix incorrect comments | Lu Chang | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-09-24 | Add HID Usage Page and Table for Power Devices (0x84 - 0x85) | Lu Chang | |
| 2025-09-18 | Potential fix for code scanning alert no. 914: Commented-out code | Zixun LI | |
| Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> | |||
| 2025-09-17 | Replace old delay functions by tusb_time_delay_ms_api | 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-12 | Fix some IAR warnings | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-06 | fix #3239: discard poorly formed packets | rppicomidi | |
| 2025-09-04 | remove duplicated enum | hathach | |
| 2025-08-20 | add some consumer page configs | ohmdelta | |
| 2025-08-02 | fix tud_audio_set_itf_close_EP_cb() typo | hathach | |
| 2025-08-02 | Merge pull request #3183 from rppicomidi/fix_3159 | Ha Thach | |
| Fix #3159: Handle MIDI interface after audio streaming interface | |||
| 2025-08-02 | use tu_desc_in_bounds() for descriptor loop | hathach | |
| 2025-08-01 | add bufsize to tud_msc_inquiry2_cb() | hathach | |
| 2025-07-26 | Merge pull request #3173 from HiFiPhile/feature/usbtmc_vendor-specific | Ha Thach | |
| feature(usbtmc): add support for usbtmc vendor-spicific command messages | |||
| 2025-07-26 | Update src/class/usbtmc/usbtmc_device.c | Ha Thach | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-07-23 | Restore accidentally erased debug log message | rppicomidi | |
| 2025-07-23 | Delete debugging printf | rppicomidi | |
| 2025-07-23 | Fix #3159: Handle MIDI interface descriptor after audio streaming interface | rppicomidi | |
| 2025-07-15 | Fix compilation when CH34X support is disabled | Eli Lipsitz | |
| 2025-07-11 | fix last transfer size | Zixun LI | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-07-11 | typo fix | Zixun LI | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-07-11 | Merge branch 'master' into feature/usbtmc_vendor-specific | HiFiPhile | |
| 2025-07-11 | add tud_msc_inquiry2_cb() for full inquiry response | hathach | |
| 2025-07-09 | Merge pull request #3165 from hathach/codex/find-and-fix-a-codebase-bug | Ha Thach | |
| Fix HID descriptor parsing of 4‑byte items | |||
| 2025-07-09 | Add spec reference for 4-byte HID item size | Ha Thach | |
| 2025-07-09 | fix HID parser variable size handling | Ha Thach | |
| 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-08 | Fix HID descriptor parser size handling | Ha Thach | |
| 2025-07-07 | Merge pull request #2963 from HiFiPhile/stm32_cache | Ha Thach | |
| Add DWC2 cache maintenance routines for STM32 | |||
| 2025-07-07 | update | YixingShen | |
| 2025-07-07 | fixed CFG_TUD_VENDOR > 1 vendord_open tud_vendor_n_write_flush | YixingShen | |
| tud_vendor_n_write_flush argument should be 0,1,2,..., but p_vendor - _vendord_itf is 0, sizeof(vendord_interface_t), 2*sizeof(vendord_interface_t), ... | |||
| 2025-07-03 | Merge branch 'master' into fork/HiFiPhile/stm32_cache | hathach | |
| 2025-07-03 | make notify API and memory configurable with CFG_TUD_CDC_NOTIFY | hathach | |
| add tud_cdc_n_notify_conn_speed_change() add tud_cdc_notify_complete_cb() | |||
| 2025-07-02 | Merge branch 'master' into fork/HiFiPhile/dcd_notif | hathach | |
| 2025-07-01 | defer proc_async_io_done() | hathach | |
| 2025-07-01 | update example | hathach | |
| 2025-07-01 | refactor async io, add in_isr argument to tud_msc_async_io_done() | hathach | |
| use cbw.command[0] for pending IO command | |||
| 2025-06-30 | Merge branch 'master' into fork/HiFiPhile/async_io | hathach | |
| 2025-06-27 | Merge pull request #2488 from IngHK/cdch_upgrade | Ha Thach | |
| CHCh Upgrade: Improved FTDI and CP210x support, add PL2303 support, bugfixes | |||
| 2025-06-27 | clean up | hathach | |
| 2025-06-27 | use enum buf for process_set_config for ch34x and pl2303 | hathach | |
| 2025-06-27 | update acm and pl2303 to match the rest of drivers | hathach | |
| 2025-06-27 | major refactor to generalize cdch serial driver | hathach | |
| - add common 2 stage set line coding for driver without direct set_line_coding support e.g ftdi, cp210x, ch34x - add common cdch_process_line_state_on_enum() to handle cfg line state on enum e.g CFG_TUH_CDC_LINE_CONTROL/CODING_ON_ENUM - refactor cdch_internal_control_complete and user_complete_cb to be managed by tuh_cdc_ API instead of serial driver | |||
| 2025-06-26 | audio_device: Fix data IN endpoints with implicit feedback | milek7 | |
| 2025-06-22 | Merge branch 'master' into async_io | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-06-20 | refactor, add cdch_internal_control_complete() | hathach | |
| 2025-06-20 | refactor change signature of serial driver's process_set_config | hathach | |
| adding serial driver's request_complete() | |||
