summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-07Merge pull request #3011 from hathach/fix-dwc2-host-conflict-max3421eHa Thach
fix(dwc2) host driver conflict with max3421e
2025-03-06fix(dwc2) host driver conflict with max3421ehathach
2025-03-05Merge pull request #3008 from hathach/add-metro-rp2350Ha Thach
add adafruit metro rp2350
2025-03-04add adafruit metro rp2350hathach
2025-03-04Merge pull request #3007 from hathach/fix-8bitdo-enumHa Thach
Fix(host) enumeration with 8bitdo devices
2025-03-03- add tuh_descriptor_get_string_langid() APIhathach
- host enumeration always get language id, manufacturer, product and serial string. Which is required by some device such as 8bitdo
2025-02-28fix(hcd_rp2040) assert/panic endpoint already active: when a device reset ↵hathach
while having on-going control transfer
2025-02-28Merge pull request #3005 from hathach/fix-rp2-picosdk-boardHa Thach
add missing board.h for BOARD=pico_sdk
2025-02-28add missing board.h for BOARD=pico_sdkhathach
2025-02-27Merge pull request #3002 from espressif/fix/remove_deprecated_includesHa Thach
fix(esp): Remove deprecated include
2025-02-27fix(esp): Remove deprecated includeTomas Rezucha
soc/usb_pins.h header will be deprecated in IDF v6.0
2025-02-21Merge pull request #2994 from hathach/enhance-hubHa Thach
Enhance hub driver
2025-02-20pio-usb now only need sysclk to be multiple of 12Mhzhathach
2025-02-20change pio-usb to wip fork for testinghathach
2025-02-20add fruitjam bsphathach
2025-02-19more hub improve, handle more failed transfer with polling interrupt status ↵hathach
endpoint
2025-02-19complete separate hub epbuf from itfhathach
add hub_get_status(), hub_clear_feature()
2025-02-19move status_change to epbufhathach
improve hub_xfer_cb() rename internal complete function
2025-02-17usbh always retry control transfer (max 3) in case of XFER_RESULT_FAILED.hathach
added tuh_connected()
2025-02-17improve hub: retry if hub interrupt endpoint failedhathach
bump up pio-usb to latest
2025-02-14Merge pull request #2984 from HiFiPhile/presetHa Thach
Add CMake presets.
2025-02-11Fix path.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-02-11Merge pull request #2989 from hathach/rtos-house-keepingHa Thach
Rtos house keeping
2025-02-11remove board_mcu.hhathach
2025-02-11update make to use FreeRTOSConfig in family instead of exampleshathach
2025-02-11remove freeeRTOSConfig in exampleshathach
2025-02-11Merge pull request #2988 from hathach/update-iar-cloud-lmsHa Thach
update IAR LMS CLOUD
2025-02-11update IAR LMS CLOUDhathach
2025-02-11Merge pull request #2914 from ReimuNotMoe/masterHa Thach
Various fixes for the Microchip Chipidea FS driver
2025-02-10Merge pull request #2982 from hathach/fix-stringop-overread-warningHa Thach
fix stringop-overread warning for msc device with memmove
2025-02-09Sort list (bettter for Clion)HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-02-09Add CMake presets.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-02-07Merge pull request #2911 from jay94ks/styluspenHa Thach
Adding Stylus-Pen Device Support.
2025-02-07add full hid usage for Digitizer Page (0x0D), move thing around a bit.hathach
2025-02-07Merge branch 'refs/heads/master' into fork/jay94ks/styluspenhathach
2025-02-07fix stringop-overread warning for msc device with memmovehathach
2025-02-06Merge pull request #2976 from JannisKonradBecker/masterHa Thach
ch32v3 fs: signal bus speed
2025-02-06Merge branch 'master' into fork/JannisKonradBecker/masterhathach
2025-02-06Merge pull request #2981 from hathach/skip-iar-forked-prHa Thach
skip iar build for forked PR
2025-02-06skip iar build for forked PRhathach
2025-02-06use speed enumJannis Konrad
2025-02-06Merge pull request #2979 from hathach/fix-407blackvetHa Thach
fix build for 407blackvet
2025-02-06fix build for 407blackvethathach
2025-02-05ch32v3 fs: signal bus speedJannis Konrad
2025-01-27Merge pull request #2959 from ho-ho-ho/masterHiFiPhile
stm32: fix compilation error when not using uart
2025-01-27Merge branch 'master' into masterHiFiPhile
2025-01-26Merge pull request #2962 from hathach/zephyr-supportHa Thach
Initial Zephyr support
2025-01-25update cmake.xmlhathach
2025-01-25Merge branch 'master' into zephyr-supporthathach
2025-01-25Merge pull request #2964 from hathach/fix-2939Ha Thach
fix bug introduced by 2939, with correct offset check logic