summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-08Fix case.HiFiPhile
2023-04-08fix audio comment errortyustli
2023-04-06Merge pull request #2011 from hathach/add-hid-host-readyHa Thach
2023-04-06implement tuh_hid_receive_ready() and tuh_hid_send_ready()hathach
2023-04-06add define for vendor_flush() to write_flush() for backward compatiblehathach
2023-04-06Merge pull request #2006 from hathach/cmakeHa Thach
2023-04-04Merge pull request #2000 from jncronin/stm32l5Ha Thach
2023-04-04Merge pull request #1989 from epatstarkey/vendor_device_race_condition_fixHa Thach
2023-04-04Merge pull request #1999 from raiden00pl/masterHa Thach
2023-04-04Update bug_report.ymlHa Thach
2023-04-03Add STM32L5 support - no OTG similar to some L4sJohn Cronin
2023-04-03more fixhathach
2023-04-03fix build for esp32hathach
2023-04-03openh743i: initialize USB3300 reset pinraiden00pl
2023-04-03add some .idea configurationhathach
2023-04-03skip .ideahathach
2023-03-31Remove trailing whitespaceepatstarkey
2023-03-30Update samplesepatstarkey
2023-03-30more esp32 cmake clean uphathach
2023-03-30update all cmake for esp32 buildhathach
2023-03-30merge s2 and s3, update cmake for espressif, add tinyusb_src as componenthathach
2023-03-29adding more cmake supporthathach
2023-03-28Update vendor_device.cepatstarkey
2023-03-28Update vendor_device.cepatstarkey
2023-03-28Update vendor_device.hepatstarkey
2023-03-24Merge pull request #1979 from hathach/fix-cdc-host-unsupported-line-requestHa Thach
2023-03-24fix shadow warninghathach
2023-03-24fix cdc host enumeration issue when device does not support line requesthathach
2023-03-24Merge pull request #1971 from MattMills/class_net_net_device_mac_address_shou...Ha Thach
2023-03-24Merge pull request #1969 from hathach/fix-tmc488-bit-order-1658Ha Thach
2023-03-24Merge pull request #1978 from hathach/fix-align-hostHa Thach
2023-03-24update host example to use new tuh mem macroshathach
2023-03-24separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN tohathach
2023-03-23Merge pull request #1975 from hathach/update-docHa Thach
2023-03-23update doc and generate deps listhathach
2023-03-23Merge pull request #1974 from hathach/pico-pio-nameHa Thach
2023-03-23rename and change default pio usb pin to adafruit feather usb hosthathach
2023-03-22Remove const from tud_network_mac_address in example and test filesMatt Mills
2023-03-22Update net_device.hMatt Mills
2023-03-22more updatehathach
2023-03-22fix bitorder in usbtmc_response_capabilities_488_thathach
2023-03-22Merge pull request #1968 from hathach/refactor-hid-hostHa Thach
2023-03-22add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new tuh_i...hathach
2023-03-22add tuh_task_event_ready(), better implement blocking control transfer for rtoshathach
2023-03-22use tud_inited() instead of tusb_inited()hathach
2023-03-22fine tune CFG_TUH_HID valuehathach
2023-03-21change meaning of CFG_TUH_HID to total number of HID interfaces supported.hathach
2023-03-21add osal_task_delay() for control blockinghathach
2023-03-21add note for blocking tuh_configuration_set(), tuh_interface_set()hathach
2023-03-21relax hid host enumeration, allow set protocol to be stalledhathach