| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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]> | |||
| 2025-02-11 | update make to use FreeRTOSConfig in family instead of examples | hathach | |
| 2025-02-11 | remove freeeRTOSConfig in examples | hathach | |
| 2025-02-09 | Add CMake presets. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-02-07 | Merge branch 'refs/heads/master' into fork/jay94ks/styluspen | hathach | |
| 2025-02-02 | Fix CI. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-01-31 | Update example. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-01-29 | Enable SIM_IO_TIME_MS for normal operation. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-01-29 | cdc_msc_freertos: add async IO support. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-01-29 | msc_disk: fix overflow check when EP buffer size > 512. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-01-25 | Merge branch 'master' into zephyr-support | hathach | |
| 2025-01-25 | correct offset check logic | hathach | |
| 2025-01-25 | fix ci | hathach | |
| 2025-01-25 | add -DRTOS=zephyr to ci west build | hathach | |
| 2025-01-24 | add cmake RTOS=zephyr (default noos) for zephyr build | hathach | |
| 2025-01-24 | msc_dual_lun and cdc_msc work with zephyr on pca10056 | hathach | |
| 2025-01-23 | kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR | hathach | |
| 2025-01-23 | kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR | hathach | |
| 2025-01-22 | Fix also cdc_msc example. | HiFiPhile | |
| 2025-01-22 | Fix CI. | HiFiPhile | |
| 2025-01-21 | zephyr | hathach | |
| 2025-01-21 | bump up cmake min to 3.20 | hathach | |
| 2025-01-09 | Fix potential out of bounds access in msc_disk.c | Ritvik | |
