summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-07Merge pull request #3162 from YixingShen/masterZixun LI
2025-07-07updateYixingShen
2025-07-07Merge pull request #6 from ning3270455369/developerArteryTek
2025-07-07support at32 mcuzhiqiang
2025-07-07fixed CFG_TUD_VENDOR > 1 vendord_open tud_vendor_n_write_flushYixingShen
2025-07-05Add missing idf cmake file.raldone01
2025-07-05Remove double text encoder in `SerialPort`.raldone01
2025-07-05Add support for dark and light theme.raldone01
2025-07-05Attempt to fix disconnect button state desync.raldone01
2025-07-05Improve performance slightlyraldone01
2025-07-05Choose a larger buffer.raldone01
2025-07-05Major overhaul and logic cleanup.raldone01
2025-07-05Minor bug fixes.raldone01
2025-07-05Rewrite of the web_serial example website.raldone01
2025-07-05Use DMA enable for DCache conditionHiFiPhile
2025-07-05Merge pull request #2793 from verylowfreq/pr-ch32v-usbfs-hostHa Thach
2025-07-05enable ci host and dual build for ch32v20xhathach
2025-07-05always define CFG_TUH_WCH_USBIP_USBFS=1 for ch32v20x since only port1 support...hathach
2025-07-04Revise DCache with RTT sectionHiFiPhile
2025-07-04Merge branch 'refs/heads/master' into fork/verylowfreq/pr-ch32v-usbfs-hosthathach
2025-07-03fix build with clanghathach
2025-07-03Merge branch 'master' into fork/HiFiPhile/stm32_cachehathach
2025-07-03Merge pull request #2593 from HiFiPhile/dcd_notifHa Thach
2025-07-03reduce bInterval for default CDC descriptor from 16ms to 1mshathach
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
2025-07-02Merge branch 'master' into fork/HiFiPhile/dcd_notifhathach
2025-07-02Merge pull request #3157 from hathach/update-buildsystemHa Thach
2025-07-02build iar with circleci large resourcehathach
2025-07-02update board_test always output to uart regardless of LOGGER optionhathach
2025-07-02remove make wrapper for rp2040/espressifhathach
2025-07-02remove cmake arm-clang and make iar to reduce concurrent jobshathach
2025-07-02update examplehathach
2025-07-02update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORMhathach
2025-07-02add doc for building examples with cmake build systemhathach
2025-07-02remove legacy DEPS_SUBMODULES in makehathach
2025-07-01Merge pull request #2967 from HiFiPhile/async_ioHa Thach
2025-07-01defer proc_async_io_done()hathach
2025-07-01update examplehathach
2025-07-01refactor async io, add in_isr argument to tud_msc_async_io_done()hathach
2025-06-30Merge branch 'master' into fork/HiFiPhile/async_iohathach
2025-06-27Merge pull request #2488 from IngHK/cdch_upgradeHa Thach
2025-06-27clean uphathach
2025-06-27use enum buf for process_set_config for ch34x and pl2303hathach
2025-06-27update acm and pl2303 to match the rest of drivershathach
2025-06-27Merge pull request #3153 from Milek7/implicit-fbZixun LI
2025-06-27major refactor to generalize cdch serial driverhathach
2025-06-26audio_device: Fix data IN endpoints with implicit feedbackmilek7
2025-06-25stm32_fsdev: Allow configuring single-buffered isochronous endpoints.milek7
2025-06-22Merge branch 'master' into async_ioHiFiPhile