summaryrefslogtreecommitdiff
path: root/examples/host
AgeCommit message (Expand)Author
2026-05-26Fix typo in CDC stack size constant here tooPhozer
2026-05-17bsp: fix tcpp0203 lto uninit errorHiFiPhile
2026-05-16midi2: skip.txt commentsSaulo Veríssimo
2026-05-16midi2: skip 3 more boards with same tcpp0203 BSP bugSaulo Veríssimo
2026-05-16midi2: add sources to TINYUSB_SRC_C, skip familySaulo Veríssimo
2026-05-16midi2: fix CI matrix with only.txt and skip.txtSaulo Veríssimo
2026-05-16midi2: host example - simplify and rename to midi2_hostSaulo Veríssimo
2026-05-12refactor: replace midi2_host (Waveshare) with midi2_host_featherSaulo Veríssimo
2026-05-12fix: skip midi2_host_feather build on non-RP2040 platformsSaulo Veríssimo
2026-05-12example: add MIDI 2.0 Host example for Adafruit Feather RP2040 USB HostSaulo Veríssimo
2026-05-12fix: CI build failures on non-RP2040 platformsSaulo Veríssimo
2026-05-12fix: address PR review feedback for MIDI 2.0 driversSaulo Veríssimo
2026-05-12example: add MIDI 2.0 Host example with display (midi2_host)Saulo Veríssimo
2026-05-05Apply suggestions from code reviewZixun LI
2026-05-03add msc_file_explorer_freertos exampleHiFiPhile
2026-04-14fix cihathach
2026-04-14refactor rp2040 family.cmake to use family_configure_example() and apply WARN...hathach
2026-04-14get freertos working with rp2040hathach
2026-04-06remove IAR toolchain support from make build systemhathach
2026-04-05Merge pull request #3581 from non-bin/masterHa Thach
2026-04-03fix issue with exmaplehathach
2026-04-03fix hil host cdc echo test with imxrt and other fast mcuhathach
2026-04-02update FatFS to R0.16 via abbrev/fatfs dependencyhathach
2026-04-01reduce code size, use state to replace active + pendinghathach
2026-03-23add rp2040 sof + stop_trans on nak. increase nak_poll fs/ls delay to 300 us t...hathach
2026-03-23update host msc hil testhathach
2026-03-20Add dd command to MSC file explorer for sector read and speed reporting, adju...hathach
2026-03-17add hil test for host msc and cdchathach
2026-03-13actual build make/cmake for ft9xxhathach
2026-03-13add support for CH32F20X MCU and update board configurationhathach
2026-03-06fix CIHiFiPhile
2026-03-06Merge remote-tracking branch 'tinyusb/master' into hcd_ip3516HiFiPhile
2026-03-05add IAR warning flags to cmake build and fix themhathach
2026-02-28replace board_millis() with tusb_time_millis_api()hathach
2026-01-08host device info print no serial as 0 instead of n/ahathach
2025-12-19clean up cmake, remove family_get_project_name()hathach
2025-12-16Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612HiFiPhile
2025-12-16Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612Zixun LI
2025-12-16example: host: support hpmicro familyZhihong Chen
2025-12-15minor clean uphathach
2025-12-14bsp: nxp: add support for RW612 (FRDM-RW612)gab-k
2025-12-13example/bare_api: move buffer into USB sectionHiFiPhile
2025-12-13update LPC54HiFiPhile
2025-12-13example/msc_app: move buffers into usb ram sectionHiFiPhile
2025-12-13bsp/lpc55: add hcd_ip3516HiFiPhile
2025-12-13Merge branch 'refs/heads/master' into hcd_fsdevhathach
2025-12-02adding metrics for computing average compiled sizehathach
2025-11-27fix buildHiFiPhile
2025-11-27bsp/stm32h5: support host modeHiFiPhile
2025-11-25fsdev: reorganize functionsHiFiPhile