| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-09 | usbh device descriptor validation, also check ep size > 0 | hathach | |
| 2026-03-09 | Merge pull request #3536 | Ha Thach | |
| Fix ep_ctrl_mask() corrupting opposite direction's ENDPTCTRL bits | |||
| 2026-03-09 | Merge pull request #3538 from sidcha/fix-hwfifo-PMA-pointer | Ha Thach | |
| Fix hwfifo PMA pointer advance on ring buffer wrap | |||
| 2026-03-09 | Merge pull request #3532 from YixingShen/master | Ha Thach | |
| _open_vc_itf parsing error when vc->std.bNumEndpoints != 0 | |||
| 2026-03-09 | extend video control parsing to include class-specific VC endpoint descriptor | hathach | |
| 2026-03-08 | tinyusb: fix hwfifo PMA pointer advance on ring buffer wrap | Siddharth Chandrasekaran | |
| In hwff_push_n() and hwff_pull_n(), the HWFIFO_ADDR_NEXT_N call after processing the linear part of a wrap-around read/write used the data byte count (lin_even) as the address stride increment. On STM32 FSDEV PMA, data_stride=2 and addr_stride=4, so the pointer must advance by (lin_even / data_stride) * addr_stride bytes, not lin_even bytes. Fixes: 74e59e433 ("fix hwfifo pull/push n with address stride > 0") Signed-off-by: Siddharth Chandrasekaran <[email protected]> | |||
| 2026-03-07 | Fix ep_ctrl_mask() corrupting opposite direction's ENDPTCTRL bits | gab-k | |
| 2026-03-07 | Merge branch 'master' of https://github.com/YixingShen/tinyusb | YixingShen | |
| 2026-03-07 | fixed _end_of_control_descriptor logic. wTotalLength does not include ↵ | YixingShen | |
| Standard Endpoint Descriptor and Class-specific VC Interrupt Endpoint Descriptor, so fix that _end_of_control_descriptor include Standard Endpoint Descriptor and Class-specific VC Interrupt Endpoint Descriptor. It will also fix _close_vc_itf, _open_vc_itf. _find_desc_entity parsing. | |||
| 2026-03-07 | Merge branch 'hathach:master' into master | 沈玴興 | |
| 2026-03-07 | Merge pull request #3529 from hathach/mtt_hub | Ha Thach | |
| Add MTT hub support | |||
| 2026-03-07 | Merge pull request #3519 from hathach/samx7x_update | Ha Thach | |
| refresh dcd_samx7x | |||
| 2026-03-07 | open hub mtt interface in 1 call | hathach | |
| 2026-03-07 | Merge pull request #3531 from hathach/hil-mtp | Ha Thach | |
| enable hil test for mtp | |||
| 2026-03-07 | remove dma_desc_t | hathach | |
| 2026-03-07 | - update SAME70 BSP: remove unused definitions, consolidate startup files | hathach | |
| - and add unique ID - add freertos | |||
| 2026-03-07 | update hil test: remove unused ctypes, add fallback for skip boards | hathach | |
| 2026-03-07 | Update src/class/video/video_device.c | 沈玴興 | |
| Co-authored-by: Copilot <[email protected]> | |||
| 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 | enable hil test for mtp | hathach | |
| 2026-03-06 | fix ci | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-03-06 | usbh: support MTT hub | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 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 | Merge branch 'samx7x_update' of https://github.com/hathach/tinyusb into ↵ | HiFiPhile | |
| samx7x_update | |||
| 2026-03-06 | fix Jlink device name | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-03-06 | Apply suggestions from code review | Zixun LI | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2026-03-06 | reduce bufsize to compile with small mcu | hathach | |
| 2026-03-06 | Merge remote-tracking branch 'tinyusb/master' into samx7x_update | HiFiPhile | |
| 2026-03-06 | cleanup | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 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 | |||
