| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-07 | Merge pull request #3162 from YixingShen/master | Zixun LI | |
| fixed vendord_open's tud_vendor_n_write_flush when CFG_TUD_VENDOR > 1 | |||
| 2025-07-07 | update | YixingShen | |
| 2025-07-07 | Merge pull request #6 from ning3270455369/developer | ArteryTek | |
| support at32 mcu | |||
| 2025-07-07 | support at32 mcu | zhiqiang | |
| 2025-07-07 | fixed CFG_TUD_VENDOR > 1 vendord_open tud_vendor_n_write_flush | YixingShen | |
| tud_vendor_n_write_flush argument should be 0,1,2,..., but p_vendor - _vendord_itf is 0, sizeof(vendord_interface_t), 2*sizeof(vendord_interface_t), ... | |||
| 2025-07-05 | Add missing idf cmake file. | raldone01 | |
| 2025-07-05 | Remove double text encoder in `SerialPort`. | raldone01 | |
| 2025-07-05 | Add support for dark and light theme. | raldone01 | |
| 2025-07-05 | Attempt to fix disconnect button state desync. | raldone01 | |
| 2025-07-05 | Improve performance slightly | raldone01 | |
| 2025-07-05 | Choose a larger buffer. | raldone01 | |
| 2025-07-05 | Major overhaul and logic cleanup. | raldone01 | |
| Adds support for web serial as well. | |||
| 2025-07-05 | Minor bug fixes. | raldone01 | |
| Persist settings. | |||
| 2025-07-05 | Rewrite of the web_serial example website. | raldone01 | |
| Fixes: #2632 | |||
| 2025-07-05 | Use DMA enable for DCache condition | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-07-05 | Merge pull request #2793 from verylowfreq/pr-ch32v-usbfs-host | Ha Thach | |
| Add Host support for ch32v20x usbfs | |||
| 2025-07-05 | enable ci host and dual build for ch32v20x | hathach | |
| 2025-07-05 | always define CFG_TUH_WCH_USBIP_USBFS=1 for ch32v20x since only port1 ↵ | hathach | |
| support host mode reformat hcd usbfs add uart rx for ch32v20x bsp | |||
| 2025-07-04 | Revise DCache with RTT section | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-07-04 | Merge branch 'refs/heads/master' into fork/verylowfreq/pr-ch32v-usbfs-host | hathach | |
| 2025-07-03 | fix build with clang | hathach | |
| 2025-07-03 | Merge branch 'master' into fork/HiFiPhile/stm32_cache | hathach | |
| 2025-07-03 | Merge pull request #2593 from HiFiPhile/dcd_notif | Ha Thach | |
| cdc: add uart status notification support. | |||
| 2025-07-03 | reduce bInterval for default CDC descriptor from 16ms to 1ms | hathach | |
| 2025-07-03 | update cdc_msc/cdc_msc_freertos to also support notification | hathach | |
| 2025-07-03 | make notify API and memory configurable with CFG_TUD_CDC_NOTIFY | hathach | |
| add tud_cdc_n_notify_conn_speed_change() add tud_cdc_notify_complete_cb() | |||
| 2025-07-02 | Merge branch 'master' into fork/HiFiPhile/dcd_notif | hathach | |
| 2025-07-02 | Merge pull request #3157 from hathach/update-buildsystem | Ha Thach | |
| Update buildsystem | |||
| 2025-07-02 | build iar with circleci large resource | hathach | |
| 2025-07-02 | update board_test always output to uart regardless of LOGGER option | hathach | |
| 2025-07-02 | remove make wrapper for rp2040/espressif | hathach | |
| 2025-07-02 | remove cmake arm-clang and make iar to reduce concurrent jobs | hathach | |
| 2025-07-02 | update example | hathach | |
| 2025-07-02 | update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM | hathach | |
| 2025-07-02 | add doc for building examples with cmake build system | hathach | |
| change ci matrix build: - github build make/cmake one per family on push only - circicle do full cmake build for all toolchain (missing rx-gcc) | |||
| 2025-07-02 | remove legacy DEPS_SUBMODULES in make | hathach | |
| 2025-07-01 | Merge pull request #2967 from HiFiPhile/async_io | Ha Thach | |
| MSC Device: Add asynchronous IO support | |||
| 2025-07-01 | defer proc_async_io_done() | hathach | |
| 2025-07-01 | update example | hathach | |
| 2025-07-01 | refactor async io, add in_isr argument to tud_msc_async_io_done() | hathach | |
| use cbw.command[0] for pending IO command | |||
| 2025-06-30 | Merge branch 'master' into fork/HiFiPhile/async_io | hathach | |
| 2025-06-27 | Merge pull request #2488 from IngHK/cdch_upgrade | Ha Thach | |
| CHCh Upgrade: Improved FTDI and CP210x support, add PL2303 support, bugfixes | |||
| 2025-06-27 | clean up | hathach | |
| 2025-06-27 | use enum buf for process_set_config for ch34x and pl2303 | hathach | |
| 2025-06-27 | update acm and pl2303 to match the rest of drivers | hathach | |
| 2025-06-27 | Merge pull request #3153 from Milek7/implicit-fb | Zixun LI | |
| audio_device: Fix data IN endpoints with implicit feedback | |||
| 2025-06-27 | major refactor to generalize cdch serial driver | hathach | |
| - add common 2 stage set line coding for driver without direct set_line_coding support e.g ftdi, cp210x, ch34x - add common cdch_process_line_state_on_enum() to handle cfg line state on enum e.g CFG_TUH_CDC_LINE_CONTROL/CODING_ON_ENUM - refactor cdch_internal_control_complete and user_complete_cb to be managed by tuh_cdc_ API instead of serial driver | |||
| 2025-06-26 | audio_device: Fix data IN endpoints with implicit feedback | milek7 | |
| 2025-06-25 | stm32_fsdev: Allow configuring single-buffered isochronous endpoints. | milek7 | |
| Controlled by the embedder defining CFG_TUD_FSDEV_DOUBLE_BUFFERED_ISO_EP in tusb_config.h. If hardware does have SBUF_ISO bit it will use only one half of endpoint pair register. | |||
| 2025-06-22 | Merge branch 'master' into async_io | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
