| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-07 | cleanup | YixingShen | |
| 2026-03-07 | fixed _open_vc_itf parsing | YixingShen | |
| Standard Interface Descriptor (Video Control) Video Control Header Descriptor Video Control Camera Terminal Descriptor Video Control Output Terminal Descriptor Standard Endpoint Descriptor Class-Specific VC Interrupt Endpoint Descriptor Video Control Header Descriptor's wTotalLength = Header Descriptor + Camera Terminal Descriptor + Output Terminal Descriptor _end_of_control_descriptor is Output Terminal Descriptor End the "end" should +7 for _find_desc searchig Standard Endpoint Descriptor | |||
| 2026-03-06 | Merge pull request #3444 from remiberthoz/device-class-printer | Ha Thach | |
| Implement Printer Device Driver | |||
| 2026-03-06 | fix hil test | hathach | |
| 2026-03-06 | reduce bufsize to compile with small mcu | hathach | |
| 2026-03-06 | add hil test, update readme | hathach | |
| 2026-03-06 | replace printer_to_hid example with printer_to_cdc example | hathach | |
| fix printer GET_DEVICE_ID request weird wIndex (interface high, alt low) | |||
| 2026-03-06 | add full read/write() API, use edpt stream for printer class | hathach | |
| 2026-03-06 | update printer class: enhance descriptors, buffer sizes, and callbacks | hathach | |
| 2026-03-06 | Merge branch 'refs/heads/master' into fork/remiberthoz/device-class-printer | hathach | |
| 2026-03-06 | Merge pull request #3528 from hathach/improve-iar-warnings | Ha Thach | |
| Add IAR warning flags to CMake build and resolve warnings | |||
| 2026-03-06 | Merge pull request #3394 from hathach/ci_deinit | Ha Thach | |
| ci_hs: add deinit support | |||
| 2026-03-06 | fix warnings | hathach | |
| 2026-03-05 | add IAR warning flags to cmake build and fix them | hathach | |
| 2026-03-05 | Merge pull request #3521 from RobertDaleSmith/fix/max3421-spi-xfer-api | Zixun LI | |
| fix(bsp/rp2040): use MAX3421_SPI in spi_write_read_blocking | |||
| 2026-03-05 | update PORTSC1 | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2026-03-05 | ci_hs: add deinit support | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2026-03-05 | Merge pull request #3378 from hathach/dwc2_deinit | Ha Thach | |
| Add DWC2 deinit support | |||
| 2026-03-05 | Merge pull request #3423 from armusin/threadx_osal | Ha Thach | |
| ThreadX OSAL header | |||
| 2026-03-05 | ci: fix claude-code-review for fork PRs | hathach | |
| Switch pull_request to pull_request_target so secrets and OIDC tokens are available when reviewing PRs from forks. Also add pull-requests: write permission so the action can post review comments. Co-Authored-By: Claude Sonnet 4.6 <[email protected]> | |||
| 2026-03-05 | improve threadx support, add multi ROTS support for board_test and msc_dual_lun | hathach | |
| 2026-03-05 | improve threadx support, add multi ROTS support for board_test and msc_dual_lun | hathach | |
| 2026-03-05 | Merge branch 'master' into fork/armusin/threadx_osal | hathach | |
| 2026-03-05 | Merge pull request #3524 from hathach/fix-3516 | Ha Thach | |
| Fix HSE value for STM32F411 Black Pill | |||
| 2026-03-05 | fix hse value for stm32f411blackpill | hathach | |
| 2026-03-05 | Merge branch 'master' into dwc2_deinit | hathach | |
| 2026-03-05 | Merge pull request #3522 from hathach/fix-ci-hil | Ha Thach | |
| set esp32p4 min revision to 0.1 | |||
| 2026-03-05 | esp32p4 min rev 0.1 | hathach | |
| 2026-03-05 | Merge pull request #3523 from hathach/add-claude-github-actions-1772622485004 | Ha Thach | |
| Add Claude Code GitHub Workflow | |||
| 2026-03-05 | add hs_phy_type parameter to dwc2_phy_deinit for selective PHY ↵ | hathach | |
| deinitialization across all MCUs | |||
| 2026-03-04 | fix trailing newline in workflow files to pass pre-commit | hathach | |
| Co-Authored-By: Claude Sonnet 4.6 <[email protected]> | |||
| 2026-03-04 | "Claude Code Review workflow" | Ha Thach | |
| 2026-03-04 | "Claude PR Assistant workflow" | Ha Thach | |
| 2026-03-04 | replace board_millis() with tusb_time_millis_api() in dynamic_switch example | hathach | |
| 2026-03-04 | Merge branch 'master' into dwc2_deinit | hathach | |
| 2026-03-04 | add PHY deinitialization support for DWC2 driver across all MCUs | hathach | |
| 2026-03-04 | Merge pull request #3490 from Precidata/non-blocking-host-v2 | Ha Thach | |
| Fully asynchrounous host code (v2) | |||
| 2026-03-03 | fix(bsp/rp2040): use MAX3421_SPI in spi_write_read_blocking | Robert Dale Smith | |
| The write+read path in tuh_max3421_spi_xfer_api() hardcodes spi0 instead of using the MAX3421_SPI define. This causes a hang on boards wired to spi1 (e.g. Feather RP2040 USB Host + MAX3421E FeatherWing) since spi_write_read_blocking() blocks forever on an uninitialized SPI peripheral. The read-only and write-only paths already use MAX3421_SPI correctly. | |||
| 2026-03-03 | Merge branch 'master' into dwc2_deinit | hathach | |
| 2026-03-03 | add esptool --force for esp32p4 v0.1 | hathach | |
| 2026-03-02 | more call_after timeout adjustment with rtos | hathach | |
| 2026-03-02 | Merge pull request #3518 from espressif/fix/dcd_esp32p4_phy | Ha Thach | |
| fix(dcd/dwc2): Do not modify FS PHY registers on HS PHY ESP32-P4 | |||
| 2026-03-02 | fix esp32p4 utmi phy init in the new esp-idf, also update esp-idf to v5.5.3 | hathach | |
| 2026-03-02 | improve timeout adjustment, exit tuh_task() by timeout_ms = 0 | hathach | |
| 2026-03-02 | fix(dcd/dwc2): Do not modify FS PHY registers on HS PHY ESP32-P4 | Tomas Rezucha | |
| 2026-03-02 | fix call_after timeout adjustment with rtos | hathach | |
| 2026-03-02 | - rename to usbh_defer_func_ms_async() | hathach | |
| - call after (enum non-blocking delay) also support rtos now | |||
| 2026-03-02 | fix board test without tusb_time_millis_api() | hathach | |
| 2026-03-01 | Merge pull request #3514 from sauloverissimo/fix/midi-device-cable-demux | Zixun LI | |
| midi device: add cable-aware stream read (tud_midi_n_demux_stream_read) | |||
| 2026-02-28 | replace board_millis() with tusb_time_millis_api() | hathach | |
