| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-06 | rename FSDEV_PMA_SIZE CFG_TUSB_FSDEV_PMA_SIZE | hathach | |
| 2026-01-06 | enable dedidcated hwfifo for musb with odd access with 16-bit and 8-bit | hathach | |
| 2026-01-05 | fix hwfifo pull/push n with address stride > 0 | hathach | |
| 2026-01-04 | Implement Printer Device Class | Rémi Berthoz | |
| 2026-01-04 | update hcd rusb2 to use tu_hwfifo read/write | hathach | |
| 2026-01-03 | fix rusb2 hcd_port_connect_status() using line state, add post root reset ↵ | hathach | |
| delay for stable speed detection | |||
| 2026-01-03 | fix build with dwc2 | hathach | |
| 2026-01-03 | rusb2 move tu_hwfifo_write() to rusb2_common.c | hathach | |
| 2026-01-03 | add default access mode for tu_hwfifo API make it easier for non-custom ↵ | hathach | |
| read/write | |||
| 2026-01-03 | hwfifo support custom write/read | hathach | |
| rusb use custom write enable all hil test for ra4m1 | |||
| 2026-01-03 | add tu_hwfifo_access_t param to hwfifo API | hathach | |
| 2026-01-02 | refactor hwfifo pull/push | hathach | |
| 2026-01-02 | support multiple data stride if configured | hathach | |
| 2026-01-01 | rusb2 use tu_hwfifo API to write usb packet | hathach | |
| 2026-01-01 | change signature of tu_hwfifo_* to have hwfifo as first parameter | hathach | |
| 2026-01-01 | minor refactor | hathach | |
| 2025-12-31 | replace PMA buffer packet read/write by using tu_hwfifo API | hathach | |
| 2025-12-31 | add separate tu_hwifo_*() with data from buffer/software fifo. Remove ↵ | hathach | |
| duplicated packet write/read for fsdev | |||
| 2025-12-31 | update tu_fifo to work with fsdev hwfifo with increased address 16/32bit | hathach | |
| 2025-12-31 | Merge branch 'hathach:master' into master | zhiqiang-ch | |
| 2025-12-31 | re-branding fixed address fifo read/write to stride mode | hathach | |
| 2025-12-30 | tusb_fifo remove item_size make it fifo of bytes | hathach | |
| 2025-12-30 | support for the AT32F45X series | zhiqiang-ch | |
| 2025-12-29 | example/mtp: fix root parent id | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-29 | device/mtp: improve logging | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-28 | device/mtp: queue ZLP when needed | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-28 | example/net: add led blink task | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-28 | usbd/ncm: implement copy-free ntb management | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-28 | usbd/ncm: reset notification state on link down | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 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-22 | limit fifo read size to ep_bufsize regardless ep_buf is used or not | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-12-22 | Remove trailing whitespace | Aleksei Musin | |
| 2025-12-22 | ThreadX OSAL header is added. Docs are updated. | Aleksei Musin | |
| 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]> | |||
