summaryrefslogtreecommitdiff
path: root/examples/device
AgeCommit message (Expand)Author
2026-03-06Merge branch 'refs/heads/master' into fork/remiberthoz/device-class-printerhathach
2026-03-05add IAR warning flags to cmake build and fix themhathach
2026-03-05improve threadx support, add multi ROTS support for board_test and msc_dual_lunhathach
2026-03-05improve threadx support, add multi ROTS support for board_test and msc_dual_lunhathach
2026-03-01Merge remote-tracking branch 'tinyusb/master' into ncm_restartHiFiPhile
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2026-02-10Merge branch 'refs/heads/master' into copilot/improve-build-steps-rp2040-esp32hathach
2026-01-19example: update comment on CDC EP sizeZixun LI
2026-01-14Merge 'upstream/master' into device-class-printerRémi Berthoz
2026-01-14Merge remote-tracking branch 'tinyusb/master' into bsp_h7_tm4cZixun LI
2026-01-14bsp: add TI EK-TM4C1294XLHiFiPhile
2026-01-08Fix typo in printer_to_hid exampleRémi Berthoz
2026-01-07printer device: replace [[maybe_unused]] with (void)Rémi Berthoz
2026-01-07Adjust printer device class to 0.20.0 and fix compilation warningsRémi Berthoz
2026-01-04Implement Printer Device ClassRémi Berthoz
2025-12-29example/mtp: fix root parent idHiFiPhile
2025-12-28example/net: add led blink taskHiFiPhile
2025-12-20Added tud_vendor_write_clear() which forcefully clears TX bufferJames Smith
2025-12-19clean up cmake, remove family_get_project_name()hathach
2025-12-16example: with FreeRTOS: skip hpmicroZhihong Chen
2025-12-02adding metrics for computing average compiled sizehathach
2025-11-28fix build with zephyr with latest nrfx v4hathach
2025-11-27change tud_vendor_rx_cb() behavior, buffer and bufsize only available when CF...hathach
2025-11-27add tud_vendor_n_read_discard(), refactor vendor device. Update webusb exampl...hathach
2025-11-25example: fix audio_debug glitch on WindowsZixun LI
2025-11-21Also fix bDescriptorTypeHiFiPhile
2025-11-21Fix in multiple example codes, wrong descriptor length was taken for tusb_des...Thomas Rubin
2025-11-19clean uphathach
2025-11-19Merge branch 'refs/heads/master' into dwc2_ep0hathach
2025-11-17Merge pull request #3345 from hathach/update-iso-allocHa Thach
2025-11-17make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...hathach
2025-11-14Merge remote-tracking branch 'tinyusb/master' into embedded-ideas/masterMengsk
2025-11-12migrate cdc device to use edpt stream APIhathach
2025-11-09Merge pull request #3334 from hathach/fix-alerts-3Ha Thach
2025-11-08fix more alertshathach
2025-11-08Merge remote-tracking branch 'origin/fix-alerts-3' into fix-alerts-3hathach
2025-11-07fix more alerts found by pvs-studiohathach
2025-11-07Merge pull request #3321 from gabChouin/audio_ep_in_target_fifo_sizeZixun LI
2025-11-07Implement RX FIFO threshold adjustmentHiFiPhile
2025-11-07fix more alerts found by pvs-studiohathach
2025-11-06fix more alertshathach
2025-11-06make host info to devcie cdc to work with freertos/nooshathach
2025-11-05added .clang-formathathach
2025-11-04Fixed more alert found by PVS-Studiohathach
2025-11-03fixing alert by scanning toolhathach
2025-10-31Fixed trailing whitespaces in files (used wrong editor)Tobi
2025-10-31Add boundary checkHiFiPhile
2025-10-30Merge branch 'master' into uac1HiFiPhile
2025-10-30Video class: Changed pararameters of payload request to a dedicated structure...Tobi
2025-10-30Added bufferless operation to the video capture example. Can be tested with e...Tobi