summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2025-12-21Merge pull request #3422 from Tails86/add-vendor_write_clearZixun LI
2025-12-21Change return of tud_vendor_n_write_clear from uint32_t to boolJames Smith
2025-12-21Removed tu_fifo_count_and_clearJames Smith
2025-12-21Merge pull request #3421 from hathach/fix-imxrt-1011-bspHa Thach
2025-12-20Added tud_vendor_write_clear() which forcefully clears TX bufferJames Smith
2025-12-20SCB_EnableDCache() is required for rt1011hathach
2025-12-19Merge pull request #3419 from hathach/remove-sprintfHa Thach
2025-12-19clean up cmake, remove family_get_project_name()hathach
2025-12-19remove the usage snprintfhathach
2025-12-17Merge pull request #3404 from gab-k/support-nxp-rw612Zixun LI
2025-12-16more fixesHiFiPhile