summaryrefslogtreecommitdiff
path: root/examples/device
AgeCommit message (Expand)Author
2026-05-03Merge branch 'master' into copilot/upgrade-net-lwip-webserver-descriptorsZixun LI
2026-04-28fix warning, change hil jlink for feather nrf52840hathach
2026-04-26max32 change bulk endpoint to EP8,9 (2KB FIFO) and Audio ISO to EP10, 11 (4KB...hathach
2026-04-26shrink cdc_msc_throughput MSC buffer for FS targetshathach
2026-04-26skip cdc_msc_throughput on small-RAM MCUshathach
2026-04-26gate lwIP throughput tuning + iperf on MCU SRAM tierhathach
2026-04-25Merge branch 'master' into musb-followup-3594hathach
2026-04-24Merge pull request #3597 from canokeys/big-endian-for-setup-packetsZixun LI
2026-04-23add cdc msc throughput examplehathach
2026-04-23Merge upstream master into net descriptor-based ep_size branchcopilot-swe-agent[bot]
2026-04-23reduce memory, focus on keep iperf speedhathach
2026-04-23tweak lwip config to get better iperf throughputhathach
2026-04-22musb implement double buffer for txhathach
2026-04-21replace `TUD_ENDPOINT_ONE_DIRECTION_ONLY` with `CFG_TUD_ENDPOINT_ONE_DIRECTIO...hathach
2026-04-20add test for net_lwip_webserver with iperf throughput validationhathach
2026-04-17remove duplicated tu_le16toh since we have converted the endian when setup.Fan DANG
2026-04-14get freertos working with rp2040hathach
2026-04-06remove IAR toolchain support from make build systemhathach
2026-03-27Merge pull request #3570 from IntegraSources/mtp-changesZixun LI
2026-03-25mtp: add sending mtp response if MTP_RESP_OPERATION_NOT_SUPPORTEDstepan chepushtanov
2026-03-22examples/net_lwip_webserver: fix other_speed_config to use TUSB_DESC_OTHER_SP...copilot-swe-agent[bot]
2026-03-22net: upgrade net_lwip_webserver to separate FS/HS descriptors and add bInterv...copilot-swe-agent[bot]
2026-03-18fix hid_generic_inout for TUD_ENDPOINT_ONE_DIRECTION_ONLY MCUshathach
2026-03-13actual build make/cmake for ft9xxhathach
2026-03-13add support for CH32F20X MCU and update board configurationhathach
2026-03-12fix exampleZixun LI
2026-03-12Merge branch 'master' into ncm_restartZixun LI
2026-03-12refactor(vendor/cdc): add CFG_TUD_CDC_RX_NEED_ZLP and CFG_TUD_VENDOR_RX_NEED_ZLPhathach
2026-03-12refactor(config): separate endpoint buffer sizes into RX and TX definitions f...hathach
2026-03-07Merge pull request #3519 from hathach/samx7x_updateHa Thach
2026-03-07- update SAME70 BSP: remove unused definitions, consolidate startup fileshathach
2026-03-06fix hil testhathach
2026-03-06reduce bufsize to compile with small mcuhathach
2026-03-06add hil test, update readmehathach
2026-03-06replace printer_to_hid example with printer_to_cdc examplehathach
2026-03-06add full read/write() API, use edpt stream for printer classhathach
2026-03-06update printer class: enhance descriptors, buffer sizes, and callbackshathach
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