summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-12-21Merge pull request #3422 from Tails86/add-vendor_write_clearZixun LI
Added tud_vendor_write_clear() which forcefully clears TX buffer
2025-12-21Change return of tud_vendor_n_write_clear from uint32_t to boolJames Smith
2025-12-21Removed tu_fifo_count_and_clearJames Smith
2025-12-21Merge pull request #3421 from hathach/fix-imxrt-1011-bspHa Thach
SCB_EnableDCache() is required for rt1011
2025-12-20Added tud_vendor_write_clear() which forcefully clears TX bufferJames Smith
2025-12-20SCB_EnableDCache() is required for rt1011hathach
2025-12-19Merge pull request #3419 from hathach/remove-sprintfHa Thach
remove the usage snprintf
2025-12-19clean up cmake, remove family_get_project_name()hathach
2025-12-19remove the usage snprintfhathach
2025-12-17Merge pull request #3404 from gab-k/support-nxp-rw612Zixun LI
Add support for NXP RW61x
2025-12-16more fixesHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-16Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-16Merge pull request #3398 from chenzhihong007/feature/support_hpmicro_chipsZixun LI
Feature/support hpmicro chips
2025-12-16fix buildZixun LI
Signed-off-by: Zixun LI <[email protected]>
2025-12-16fix pre-commitZixun LI
Signed-off-by: Zixun LI <[email protected]>
2025-12-16update ciZixun LI
Signed-off-by: Zixun LI <[email protected]>
2025-12-16update presetZixun LI
Signed-off-by: Zixun LI <[email protected]>
2025-12-16Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612Zixun LI
Signed-off-by: Zixun LI <[email protected]>
2025-12-16fix riscv toolchainZixun LI
Signed-off-by: Zixun LI <[email protected]>
2025-12-16enable ci build for hpmicrohathach
2025-12-16cleanup, add presetZixun LI
Signed-off-by: Zixun LI <[email protected]> Signed-off-by: HiFiPhile <[email protected]>
2025-12-16update README.rst to add HPMicro MCUZhihong Chen
Signed-off-by: Zhihong Chen <[email protected]>
2025-12-16example: with FreeRTOS: skip hpmicroZhihong Chen
Signed-off-by: Zhihong Chen <[email protected]>
2025-12-16example: host: support hpmicro familyZhihong Chen
Signed-off-by: Zhihong Chen <[email protected]>
2025-12-16update risc-v march for gcc and clang toolchainsZhihong Chen
- add `zifencei` option Signed-off-by: Zhihong Chen <[email protected]>
2025-12-16support hpmicro chipsZhihong Chen
Signed-off-by: Zhihong Chen <[email protected]>
2025-12-16make fifo access mode fixed addr work with 16 bit alsohathach
2025-12-15Merge pull request #3371 from hathach/enum_catchHa Thach
Hub enumeration reliability improvements
2025-12-15minor updatehathach
2025-12-15Merge branch 'master' into enum_catchhathach
2025-12-15Merge pull request #3364 from hathach/hcd_fsdevHa Thach
hcd: add stm32_fsdev driver
2025-12-15Merge branch 'refs/heads/master' into enum_catchhathach
2025-12-15minor clean uphathach
2025-12-14reduce code sizeHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-14bsp/samx7x: add IAR buildHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-14audio: use ep0 buffer if it is large enoughHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-14dfu: use ep0 buffer if it is large enoughHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-14usbd: add ep0 buffer direct accessHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-14Merge pull request #3411Ha Thach
tusb: fix stream write logic without fifo
2025-12-14Update READMEgab-k
2025-12-14bsp: nxp: add support for RW612 (FRDM-RW612)gab-k
- Added `rw61x` family support. - Added `frdm_rw612` board support. - Update `get_deps.py` to include mcux-sdk for RW61x. - Add ci_hs_rw61x include to ChipIdea HS driver and enable host examples.
2025-12-13example/bare_api: move buffer into USB sectionHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-13update LPC54HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-13bsp/mcx to new sdk repoHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-13bsp: migrate lpc51, lpc55 to new sdk repoHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-13example/msc_app: move buffers into usb ram sectionHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-13bsp/lpc55: add hcd_ip3516HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-13hcd/ohci: fix warningsHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-13hcd: add NXP IP3516HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-13tusb: fix stream write logic without fifoHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>