summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-04add tuh_descriptor_configuration_get()hathach
2022-03-04correct qhd and qtd count for ehci/ohcihathach
2022-03-04add CFG_TUH_INTERFACE_MAX confighathach
2022-03-04add tuh_descriptor_get() and tuh_descriptor_device_get()hathach
2022-03-04minor cleanuphathach
2022-03-04adding new libusb api examplehathach
2022-03-04rename HCD_MAX_XFER to CFG_TUH_ENDPOINT_MAXhathach
2022-03-03Unused okScott Shawcroft
2022-03-03Add host string descriptor functionsScott Shawcroft
2022-02-28Merge pull request #1343 from Daft-Freak/patch-1Ha Thach
2022-02-28Merge pull request #1345 from alexandre-perrin/iar-cpp-verify-staticHa Thach
2022-02-26Merge pull request #1354 from hathach/mcu-specificHa Thach
2022-02-26Merge pull request #1352 from ETCLabs/fix-ehci-isr-status-clear-errorHa Thach
2022-02-26Merge pull request #1353 from ETCLabs/iar-compiler-error-on-src-host-usbh.cHa Thach
2022-02-26add highspeed detect for f723/730/733hathach
2022-02-26add TUP_USBIP_DWC2hathach
2022-02-26more internal renamehathach
2022-02-26mcu specific renamehathach
2022-02-26Merge pull request #1311 from Wini-Buh/CCRX_ExtHa Thach
2022-02-25The IAR compilier does not resolve references to fields in the anonymous stru...Tom Peterson
2022-02-25Updated the clearing of the status register bits to use a straight '=', rathe...Tom Peterson
2022-02-26Merge pull request #1350 from hathach/enhance-multipl-portsHa Thach
2022-02-26Merge pull request #1349 from iabdalkader/fix_inquiry_dataHa Thach
2022-02-25Set the standard inquiry response additional length field.iabdalkader
2022-02-25fix uac2_headset buildhathach
2022-02-25more symbol renamehathach
2022-02-25internal symbol renamehathach
2022-02-25minor house keepinghathach
2022-02-25rename and move dcd_attr.h to tusb_mcu_attr.hhathach
2022-02-25auto detect max rhport speed based on mcuhathach
2022-02-25rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLEDhathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2022-02-25improve rphort management for usbdhathach
2022-02-25Merge pull request #1340 from tannewt/hid_to_cdcHa Thach
2022-02-25enhance dual role exampleshathach
2022-02-23Fix CPP compilation with IARAlexandre Perrin
2022-02-23Open OUT endpoint for HID hostCharlie Birks
2022-02-23Support interrupt OUT in RP2040 HCDCharlie Birks
2022-02-23Merge pull request #1341 from hathach/release-0.13.00.13.0Ha Thach
2022-02-23increase version, update doc for releasehathach
2022-02-22Guard clock setup for USB2Scott Shawcroft
2022-02-22Add dual role (concurrent) exampleScott Shawcroft
2022-02-22Merge pull request #1300 from sharpie7/masterScott Shawcroft
2022-02-22Merge pull request #1280 from kasjer/kasjer/nrf5x-dma-raceHa Thach
2022-02-18more esp build fixhathach
2022-02-18Merge pull request #1331 from hathach/fix-esp-buildHa Thach
2022-02-18fix build with latest esp idfhathach
2022-02-17Merge pull request #1330 from hathach/fix-HID_REPORT_ID_NHa Thach
2022-02-17fix HID_REPORT_ID_N()hathach
2022-02-17Merge pull request #1328 from NexusXe/patch-1Ha Thach