summaryrefslogtreecommitdiff
path: root/src/host
AgeCommit message (Expand)Author
2023-03-24separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN tohathach
2023-03-22add tuh_task_event_ready(), better implement blocking control transfer for rtoshathach
2023-03-21add osal_task_delay() for control blockinghathach
2023-03-21add note for blocking tuh_configuration_set(), tuh_interface_set()hathach
2023-03-21add tuh_set_interfacehathach
2023-03-17Merge branch 'master' into portabilityhathach
2023-03-17fix trailing space and new linehathach
2023-03-17minor refactor to invalid indexhathach
2023-03-17fix enumerate one device at a timehathach
2023-02-22move and add optional tusb_app_virt_to_phys/tusb_app_phys_to_virthathach
2023-01-31fix host issue when mounting an CDC device without IADhathach
2023-01-03Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTIONpete-pjb
2022-12-22correct host cdc enumhathach
2022-12-22moving edpt_stream API into common tusb.chathach
2022-12-21minor debug loghathach
2022-12-21rename TU_LOG_VAR to TU_LOG_PTR, print out setup of failed control transfer w...hathach
2022-12-16correct cdc usbh_driver_set_config_complete()hathach
2022-12-16add common EPSIZE for bulk/iso in full and highspeedhathach
2022-12-16cdc check for bNumEndpoints before checking for endpoint descriptorhathach
2022-12-16fix ci with usbh and unit testhathach
2022-12-15use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEXhathach
2022-12-04Fix typosBastien Nocera
2022-11-28increase delay between attempts to 100mshathach
2022-11-28Retry a few times with transfers in enumeration since device can be unstable ...hathach
2022-11-21host msc example work well with rp2040 pio-usbhathach
2022-09-13IAR doesn't support __attribute__((fallthrough))Ben Avison
2022-09-13Don't assume ints automatically convert to enumsBen Avison
2022-08-16Hub: Clear other port feature changesRyzee119
2022-08-16Hub: Handle hub device status change interruptRyzee119
2022-08-15Hub: Rename port status callback to be more genericRyzee119
2022-08-15Hub: Expand hub helpers to handle device eventsRyzee119
2022-07-14abtract attribute fallthroughhathach
2022-07-12disable bad gcc 6 warninggraham sanderson
2022-07-12fix incorrect null-dereference warnings when compiling with gcc7hathach
2022-06-27fix all warnings with host rp2040hathach
2022-06-24fix redundant-decls warnings by usbd/usbhhathach
2022-06-16Merge pull request #1480 from Ryzee119/multihub_rebaseHa Thach
2022-06-16add note for recursive calls of process_device_unplugged() in case of hubhathach
2022-06-10more dynamic controller for hosthathach
2022-06-08add tuh_configure() for port/dynamic host behavior confighathach
2022-06-04Hub: Remove multi-level hub bypassRyzee119
2022-05-29Hub: Unplug downstream devices on non-root hub disconnectRyzee119
2022-05-29Hub: Retry port status transfer if failedRyzee119
2022-05-29Fix non-trivial designated initializers compile errorRyzee119
2022-04-29configure hid_to_cdc example to build with rp2040 with pio usb as hosthathach
2022-04-28more clean uphathach
2022-04-27make hcd_event_handler() fastfunc, and force inline other helperhathach
2022-04-27clean uphathach
2022-04-21Merge branch 'master' into pio-hosthathach
2022-04-20add note for tud_task() behavior in freertos examplehathach