summaryrefslogtreecommitdiff
path: root/examples/device
AgeCommit message (Collapse)Author
2025-07-05Improve performance slightlyraldone01
2025-07-05Choose a larger buffer.raldone01
2025-07-05Major overhaul and logic cleanup.raldone01
Adds support for web serial as well.
2025-07-05Minor bug fixes.raldone01
Persist settings.
2025-07-05Rewrite of the web_serial example website.raldone01
Fixes: #2632
2025-07-03update cdc_msc/cdc_msc_freertos to also support notificationhathach
2025-07-03make notify API and memory configurable with CFG_TUD_CDC_NOTIFYhathach
add tud_cdc_n_notify_conn_speed_change() add tud_cdc_notify_complete_cb()
2025-07-02Merge branch 'master' into fork/HiFiPhile/dcd_notifhathach
2025-07-02update board_test always output to uart regardless of LOGGER optionhathach
2025-07-02update examplehathach
2025-07-02update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORMhathach
2025-07-02remove legacy DEPS_SUBMODULES in makehathach
2025-07-01update examplehathach
2025-06-22Merge branch 'master' into async_ioHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-06-14audio: update examplesHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-06-12Merge pull request #3137 from HiFiPhile/uac_simplifyHa Thach
uac2: remove support fifo
2025-06-12Merge branch 'master' into fork/james-advatek/stm32n657nucleohathach
2025-06-11Merge branch 'master' into fork/HiFiPhile/h7rshathach
2025-06-04chore: squash previous commits from other branchesJames Sandison
2025-05-29uac2: remove support fifoHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-05-29examples/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-29Add USB NCM link state control supportAndrew 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-15Merge branch 'master' into h7rsHiFiPhile
2025-04-17fix iar make build with stm32 l0, f2, f3, u5, wbhathach
2025-04-13Skip net_lwip_webserver, too big for h7rsHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-04-11Merge remote-tracking branch 'upstream/master' into async_ioHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-02-14Merge pull request #2984 from HiFiPhile/presetHa Thach
Add CMake presets.
2025-02-11Fix path.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-02-11update make to use FreeRTOSConfig in family instead of exampleshathach
2025-02-11remove freeeRTOSConfig in exampleshathach
2025-02-09Add CMake presets.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-02-07Merge branch 'refs/heads/master' into fork/jay94ks/styluspenhathach
2025-02-02Fix CI.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-31Update example.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-29Enable SIM_IO_TIME_MS for normal operation.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-29cdc_msc_freertos: add async IO support.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-29msc_disk: fix overflow check when EP buffer size > 512.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-25Merge branch 'master' into zephyr-supporthathach
2025-01-25correct offset check logichathach
2025-01-25fix cihathach
2025-01-25add -DRTOS=zephyr to ci west buildhathach
2025-01-24add cmake RTOS=zephyr (default noos) for zephyr buildhathach
2025-01-24msc_dual_lun and cdc_msc work with zephyr on pca10056hathach
2025-01-23kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYRhathach
2025-01-23kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYRhathach
2025-01-22Fix also cdc_msc example.HiFiPhile
2025-01-22Fix CI.HiFiPhile
2025-01-21zephyrhathach
2025-01-21bump up cmake min to 3.20hathach
2025-01-09Fix potential out of bounds access in msc_disk.cRitvik