summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-01-06hcd/dwc2: retry transfer on data toggle errorHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-06hcd/dwc2: disable ID change interrupt due to stuck on stm32f7HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-06catch deinit errorHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-06dwc2: implement deinitHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2026-01-06Merge remote-tracking branch 'tinyusb/master' into ep0_directHiFiPhile
2026-01-06minor updatehathach
2026-01-06Merge pull request #3441 from hathach/fifo-access-modeHa Thach
HWFIFO access-mode refactor and stride-aware FIFO fixes across FSDEV/RUSB2/MUSB
2026-01-05Fix content of printer device class header (.h) fileRémi Berthoz
I apparently made a mistake when copying/renaming this file, file content was that of printer_device.c.
2026-01-05Add missing license to printer device class headerRémi Berthoz
2026-01-06fix more typoHa Thach
Co-authored-by: Copilot <[email protected]>
2026-01-06fix typoHa Thach
Co-authored-by: Copilot <[email protected]>
2026-01-06rename FSDEV_PMA_SIZE CFG_TUSB_FSDEV_PMA_SIZEhathach
2026-01-06enable dedidcated hwfifo for musb with odd access with 16-bit and 8-bithathach
2026-01-05fix hwfifo pull/push n with address stride > 0hathach
2026-01-04Implement Printer Device ClassRémi Berthoz
2026-01-04update hcd rusb2 to use tu_hwfifo read/writehathach
2026-01-03fix rusb2 hcd_port_connect_status() using line state, add post root reset ↵hathach
delay for stable speed detection
2026-01-03fix build with dwc2hathach
2026-01-03rusb2 move tu_hwfifo_write() to rusb2_common.chathach
2026-01-03add default access mode for tu_hwfifo API make it easier for non-custom ↵hathach
read/write
2026-01-03hwfifo support custom write/readhathach
rusb use custom write enable all hil test for ra4m1
2026-01-03add tu_hwfifo_access_t param to hwfifo APIhathach
2026-01-02refactor hwfifo pull/pushhathach
2026-01-02support multiple data stride if configuredhathach
2026-01-01rusb2 use tu_hwfifo API to write usb packethathach
2026-01-01change signature of tu_hwfifo_* to have hwfifo as first parameterhathach
2026-01-01minor refactorhathach
2025-12-31replace PMA buffer packet read/write by using tu_hwfifo APIhathach
2025-12-31add separate tu_hwifo_*() with data from buffer/software fifo. Remove ↵hathach
duplicated packet write/read for fsdev
2025-12-31update tu_fifo to work with fsdev hwfifo with increased address 16/32bithathach
2025-12-31Merge branch 'hathach:master' into masterzhiqiang-ch
2025-12-31re-branding fixed address fifo read/write to stride modehathach
2025-12-30tusb_fifo remove item_size make it fifo of byteshathach
2025-12-30support for the AT32F45X serieszhiqiang-ch
2025-12-29example/mtp: fix root parent idHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-29device/mtp: improve loggingHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-28device/mtp: queue ZLP when neededHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-28example/net: add led blink taskHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-28usbd/ncm: implement copy-free ntb managementHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-28usbd/ncm: reset notification state on link downHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-28Fix trailing whitespace in getting_started.rstcopilot-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-28Use appropriate syntax highlighting for Windows commandscopilot-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-28Add detailed build instructions for rp2040 and esp32 to getting_started.rstcopilot-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-28Initial plancopilot-swe-agent[bot]
2025-12-26Merge pull request #3433 from Precidata/fix-compilation-v2Zixun LI
Fix compilation v2
2025-12-26Prevent unused-variable warning in dcd_host.cCédric Berger
'idx' is not used if CFG_TUH_CDC_LINE_CODING_ON_ENUM is not defined.
2025-12-26Do not randomly include stm32h7xx.hCé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-22limit fifo read size to ep_bufsize regardless ep_buf is used or notHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-12-22Remove trailing whitespaceAleksei Musin
2025-12-22ThreadX OSAL header is added. Docs are updated.Aleksei Musin