| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-28 | Fix trailing whitespace in getting_started.rst | copilot-swe-agent[bot] | |
| - Removed trailing whitespace from line 37 as detected by pre-commit check - Documentation builds successfully Co-authored-by: HiFiPhile <[email protected]> | |||
| 2025-12-28 | Use appropriate syntax highlighting for Windows commands | copilot-swe-agent[bot] | |
| - Changed Windows Command Prompt blocks from bash to bat for proper highlighting - Changed PowerShell blocks from bash to powershell for proper highlighting - Improves documentation readability and accuracy Co-authored-by: HiFiPhile <[email protected]> | |||
| 2025-12-28 | Add detailed build instructions for rp2040 and esp32 to getting_started.rst | copilot-swe-agent[bot] | |
| - Added dedicated "Building for RP2040" section with pico-sdk installation steps - Added dedicated "Building for ESP32" section with esp-idf installation steps - Included platform-specific instructions for Linux/macOS and Windows - Added PICO_SDK_PATH export steps before cmake for rp2040 - Added esp-idf source/export steps before cmake for esp32 - Updated note section to reference new detailed sections - Documentation builds successfully without errors Co-authored-by: HiFiPhile <[email protected]> | |||
| 2025-12-28 | Initial plan | copilot-swe-agent[bot] | |
| 2025-12-26 | Merge pull request #3433 from Precidata/fix-compilation-v2 | Zixun LI | |
| Fix compilation v2 | |||
| 2025-12-26 | Prevent unused-variable warning in dcd_host.c | Cédric Berger | |
| 'idx' is not used if CFG_TUH_CDC_LINE_CODING_ON_ENUM is not defined. | |||
| 2025-12-26 | Do not randomly include stm32h7xx.h | Cédric Berger | |
| Enable D-Cache unless we're compiling for the M4 core of a dual-core H7 mcu by directly testing CORE_CM4 | |||
| 2025-12-21 | Merge pull request #3422 from Tails86/add-vendor_write_clear | Zixun LI | |
| Added tud_vendor_write_clear() which forcefully clears TX buffer | |||
| 2025-12-21 | Change return of tud_vendor_n_write_clear from uint32_t to bool | James Smith | |
| 2025-12-21 | Removed tu_fifo_count_and_clear | James Smith | |
| 2025-12-21 | Merge pull request #3421 from hathach/fix-imxrt-1011-bsp | Ha Thach | |
| SCB_EnableDCache() is required for rt1011 | |||
| 2025-12-20 | Added tud_vendor_write_clear() which forcefully clears TX buffer | James Smith | |
| 2025-12-20 | SCB_EnableDCache() is required for rt1011 | hathach | |
| 2025-12-19 | Merge pull request #3419 from hathach/remove-sprintf | Ha Thach | |
| remove the usage snprintf | |||
| 2025-12-19 | clean up cmake, remove family_get_project_name() | hathach | |
| 2025-12-19 | remove the usage snprintf | hathach | |
| 2025-12-17 | Merge pull request #3404 from gab-k/support-nxp-rw612 | Zixun LI | |
| Add support for NXP RW61x | |||
| 2025-12-16 | more fixes | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-16 | Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-16 | Merge pull request #3398 from chenzhihong007/feature/support_hpmicro_chips | Zixun LI | |
| Feature/support hpmicro chips | |||
| 2025-12-16 | fix build | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2025-12-16 | fix pre-commit | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2025-12-16 | update ci | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2025-12-16 | update preset | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2025-12-16 | Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612 | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2025-12-16 | fix riscv toolchain | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> | |||
| 2025-12-16 | enable ci build for hpmicro | hathach | |
| 2025-12-16 | cleanup, add preset | Zixun LI | |
| Signed-off-by: Zixun LI <[email protected]> Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-16 | update README.rst to add HPMicro MCU | Zhihong Chen | |
| Signed-off-by: Zhihong Chen <[email protected]> | |||
| 2025-12-16 | example: with FreeRTOS: skip hpmicro | Zhihong Chen | |
| Signed-off-by: Zhihong Chen <[email protected]> | |||
| 2025-12-16 | example: host: support hpmicro family | Zhihong Chen | |
| Signed-off-by: Zhihong Chen <[email protected]> | |||
| 2025-12-16 | update risc-v march for gcc and clang toolchains | Zhihong Chen | |
| - add `zifencei` option Signed-off-by: Zhihong Chen <[email protected]> | |||
| 2025-12-16 | support hpmicro chips | Zhihong Chen | |
| Signed-off-by: Zhihong Chen <[email protected]> | |||
| 2025-12-15 | Merge pull request #3371 from hathach/enum_catch | Ha Thach | |
| Hub enumeration reliability improvements | |||
| 2025-12-15 | minor update | hathach | |
| 2025-12-15 | Merge branch 'master' into enum_catch | hathach | |
| 2025-12-15 | Merge pull request #3364 from hathach/hcd_fsdev | Ha Thach | |
| hcd: add stm32_fsdev driver | |||
| 2025-12-15 | Merge branch 'refs/heads/master' into enum_catch | hathach | |
| 2025-12-15 | minor clean up | hathach | |
| 2025-12-14 | Merge pull request #3411 | Ha Thach | |
| tusb: fix stream write logic without fifo | |||
| 2025-12-14 | Update README | gab-k | |
| 2025-12-14 | bsp: 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-13 | tusb: fix stream write logic without fifo | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-13 | Merge pull request #3358 from hathach/dwc2_cfg | Ha Thach | |
| Add dcd_configure for dwc2 FIFO config | |||
| 2025-12-13 | upload metrics.json and metrics compare to release page (#3409) | Ha Thach | |
| * upload metrics.json and metrics compare to release page * Adjust workflow comment handling for forks | |||
| 2025-12-13 | Merge branch 'refs/heads/master' into hcd_fsdev | hathach | |
| 2025-12-13 | Merge pull request #3407 from hathach/rusb2_fifo_fix | Ha Thach | |
| dcd/rusb2: fix fifo write | |||
| 2025-12-13 | Merge pull request #3383 from hathach/audio_open | Ha Thach | |
| audio: fix audiod_open with midi interfaces | |||
| 2025-12-12 | Merge branch 'refs/heads/master' into audio_open | hathach | |
| 2025-12-12 | Merge pull request #3408 from hathach/cdch_typo | Ha Thach | |
| usbh/cdc: fix typo in cdch_open | |||
