summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2026-05-16midi2: device example - portable, add protocol fallbackSaulo Veríssimo
2026-05-14enable iperfHiFiPhile
2026-05-13Add GetPartialObject to MTP exampleWojciech Klimek
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-12example: add MIDI 2.0 Device example (midi2_device)Saulo Veríssimo
2026-05-11Merge remote-tracking branch 'tinyusb/master' into stm32c5HiFiPhile
2026-05-11Merge pull request #3632 from hathach/msc_osZixun LI
2026-05-10add stm32c5 supportHiFiPHile
2026-05-08reduce NTM sizeHiFiPhile
2026-05-08lpc55 works with net_lwipHiFiPhile
2026-05-08fix iperf server is always excludedHiFiPhile
2026-05-08Merge remote-tracking branch 'tinyusb/master' into ncm_packet_filterHiFiPhile
2026-05-05Apply suggestions from code reviewZixun LI
2026-05-04minor clean uphathach
2026-05-03add msc_file_explorer_freertos exampleHiFiPhile
2026-05-03Merge branch 'master' into copilot/upgrade-net-lwip-webserver-descriptorsZixun LI
2026-05-01Merge remote-tracking branch 'origin/master' into ncm_packet_filterHiFiPHile
2026-05-01ncm: implement GetNtbInputSize requestZixun LI
2026-04-30refactor capabilityZixun 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-25fix: add BE bitfield guards for audio and fix UAC2 example endian-safe field ...copilot-swe-agent[bot]
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-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-02Merge pull request #3561 from hathach/rp2040-hcd-epxHa Thach
2026-04-01reduce code size, use state to replace active + pendinghathach