| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-01-06 | hcd/dwc2: retry transfer on data toggle error | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-01-06 | hcd/dwc2: disable ID change interrupt due to stuck on stm32f7 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-01-06 | catch deinit error | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-01-06 | dwc2: implement deinit | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2026-01-06 | Merge remote-tracking branch 'tinyusb/master' into ep0_direct | HiFiPhile | |
| 2026-01-06 | minor update | hathach | |
| 2026-01-06 | Merge pull request #3441 from hathach/fifo-access-mode | Ha Thach | |
| HWFIFO access-mode refactor and stride-aware FIFO fixes across FSDEV/RUSB2/MUSB | |||
| 2026-01-05 | Fix content of printer device class header (.h) file | Rémi Berthoz | |
| I apparently made a mistake when copying/renaming this file, file content was that of printer_device.c. | |||
| 2026-01-05 | Add missing license to printer device class header | Rémi Berthoz | |
| 2026-01-06 | fix more typo | Ha Thach | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2026-01-06 | fix typo | Ha Thach | |
| Co-authored-by: Copilot <[email protected]> | |||
| 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 | |
