| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-05 | fix rp2 iso transfer: reset state before notify stack. since new audio ↵ | hathach | |
| driver can execute xfer_is() | |||
| 2025-08-02 | fix tud_audio_set_itf_close_EP_cb() typo | hathach | |
| 2025-08-02 | Merge pull request #3091 from raldone01/fix/web_serial | Ha Thach | |
| Rewrite of the web_serial example website. | |||
| 2025-08-02 | Merge pull request #3195 from hathach/update-inquiry2 | Ha Thach | |
| add bufsize to tud_msc_inquiry2_cb() | |||
| 2025-08-01 | Update examples/device/msc_dual_lun/src/msc_disk_dual.c | Ha Thach | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-08-01 | add bufsize to tud_msc_inquiry2_cb() | hathach | |
| 2025-08-01 | add at32 to README.rst, rename at32 board to lower case, correct name to ↵ | hathach | |
| match mcu, add meta data | |||
| 2025-08-01 | Merge pull request #3191 from hathach/at32 | Ha Thach | |
| support at32 mcu (2) | |||
| 2025-07-31 | add ci build for all at32, use linker and startup from mcu cmsis instead of ↵ | hathach | |
| local files | |||
| 2025-07-29 | Add reconnect m | raldone01 | |
| 2025-07-26 | More catches. | raldone01 | |
| 2025-07-24 | Improve web usb and web serial robustness. | raldone01 | |
| 2025-07-11 | Mitigate potential xss. | raldone01 | |
| 2025-07-11 | add tud_msc_inquiry2_cb() for full inquiry response | hathach | |
| 2025-07-08 | Use localstorage clear. | raldone01 | |
| 2025-07-08 | Remember scroll position. | raldone01 | |
| 2025-07-08 | Fix ui desync issue. Fix disconnection issue. | raldone01 | |
| 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-05 | Add missing idf cmake file. | raldone01 | |
| 2025-07-05 | Remove double text encoder in `SerialPort`. | raldone01 | |
| 2025-07-05 | Add support for dark and light theme. | raldone01 | |
| 2025-07-05 | Attempt to fix disconnect button state desync. | raldone01 | |
| 2025-07-05 | Improve performance slightly | raldone01 | |
| 2025-07-05 | Choose a larger buffer. | raldone01 | |
| 2025-07-05 | Major overhaul and logic cleanup. | raldone01 | |
| Adds support for web serial as well. | |||
| 2025-07-05 | Minor bug fixes. | raldone01 | |
| Persist settings. | |||
| 2025-07-05 | Rewrite of the web_serial example website. | raldone01 | |
| Fixes: #2632 | |||
| 2025-07-03 | update cdc_msc/cdc_msc_freertos to also support notification | 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-02 | update board_test always output to uart regardless of LOGGER option | hathach | |
| 2025-07-02 | update example | hathach | |
| 2025-07-02 | update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM | hathach | |
| 2025-07-02 | remove legacy DEPS_SUBMODULES in make | hathach | |
| 2025-07-01 | update example | hathach | |
| 2025-06-22 | Merge branch 'master' into async_io | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-06-14 | audio: update examples | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-06-12 | Merge pull request #3137 from HiFiPhile/uac_simplify | Ha Thach | |
| uac2: remove support fifo | |||
| 2025-06-12 | Merge branch 'master' into fork/james-advatek/stm32n657nucleo | hathach | |
| 2025-06-11 | Merge branch 'master' into fork/HiFiPhile/h7rs | hathach | |
| 2025-06-04 | chore: squash previous commits from other branches | James Sandison | |
| 2025-05-29 | uac2: remove support fifo | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-05-29 | examples/device/net_lwip_webserver: Simplify example code. | Andrew Leech | |
| Now that tud_network_recv_renew has protections against recursion it's safe and simpler to handle the lwip frame entirely in the same callback. | |||
| 2025-05-29 | Add USB NCM link state control support | Andrew Leech | |
| This adds the ability to dynamically control the network link state for NCM devices. The host OS will see the network interface as connected/disconnected based on the link state. New API: - tud_network_link_state(rhport, is_up): Set link up/down state Example updates: - Added button control to toggle link state - Fixed LWIP integration to properly handle link state changes - Added printf to show correct protocol (NCM vs RNDIS/ECM) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> | |||
| 2025-05-15 | Merge branch 'master' into h7rs | HiFiPhile | |
| 2025-04-17 | fix iar make build with stm32 l0, f2, f3, u5, wb | hathach | |
| 2025-04-13 | Skip net_lwip_webserver, too big for h7rs | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-11 | Merge remote-tracking branch 'upstream/master' into async_io | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-02-14 | Merge pull request #2984 from HiFiPhile/preset | Ha Thach | |
| Add CMake presets. | |||
| 2025-02-11 | Fix path. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
