summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-06hcd/dwc2: retry transfer on data toggle errorHiFiPhile
2026-01-06hcd/dwc2: disable ID change interrupt due to stuck on stm32f7HiFiPhile
2026-01-06catch deinit errorHiFiPhile
2026-01-06dwc2: implement deinitHiFiPhile
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
2026-01-05Fix content of printer device class header (.h) fileRémi Berthoz
2026-01-05Add missing license to printer device class headerRémi Berthoz
2026-01-06fix more typoHa Thach
2026-01-06fix typoHa Thach
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 del...hathach
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 read/...hathach
2026-01-03hwfifo support custom write/readhathach
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 duplica...hathach
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
2025-12-29device/mtp: improve loggingHiFiPhile
2025-12-28device/mtp: queue ZLP when neededHiFiPhile
2025-12-28example/net: add led blink taskHiFiPhile
2025-12-28usbd/ncm: implement copy-free ntb managementHiFiPhile
2025-12-28usbd/ncm: reset notification state on link downHiFiPhile
2025-12-28Fix trailing whitespace in getting_started.rstcopilot-swe-agent[bot]
2025-12-28Use appropriate syntax highlighting for Windows commandscopilot-swe-agent[bot]
2025-12-28Add detailed build instructions for rp2040 and esp32 to getting_started.rstcopilot-swe-agent[bot]
2025-12-28Initial plancopilot-swe-agent[bot]
2025-12-26Merge pull request #3433 from Precidata/fix-compilation-v2Zixun LI
2025-12-26Prevent unused-variable warning in dcd_host.cCédric Berger
2025-12-26Do not randomly include stm32h7xx.hCédric Berger
2025-12-22limit fifo read size to ep_bufsize regardless ep_buf is used or notHiFiPhile
2025-12-22Remove trailing whitespaceAleksei Musin
2025-12-22ThreadX OSAL header is added. Docs are updated.Aleksei Musin