summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-06Merge pull request #2011 from hathach/add-hid-host-readyHa Thach
Add hid host send/recieve ready
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
Cmake
2023-04-04Merge pull request #2000 from jncronin/stm32l5Ha Thach
Add STM32L5 support - no OTG similar to some L4s
2023-04-04Merge pull request #1989 from epatstarkey/vendor_device_race_condition_fixHa Thach
Vendor device race condition fix
2023-04-04Merge pull request #1999 from raiden00pl/masterHa Thach
openh743i: initialize USB3300 reset pin
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-30remove trailing space (satisfy pre-commit flow)tobozo
2023-03-30Added helpers for abs_mouse_reporttobozo
2023-03-30Merge branch 'hathach:master' into mastertobozo
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-26Add MJPEG descriptor for bulk transferkkitayam
2023-03-26Add state variablekkitayam
2023-03-25Add descriptor for a bulk endpoint as a streaming endpointkkitayam
2023-03-25Update handle streaming interfacekkitayam
2023-03-25Fix streaming interface handlingkkitayam
2023-03-25Add handling for bulk EPskkitayam
2023-03-24Merge pull request #1979 from hathach/fix-cdc-host-unsupported-line-requestHa Thach
fix cdc host enumeration issue when device does not support line request
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 ↵Ha Thach
MattMills/class_net_net_device_mac_address_shouldnt_be_consts Update net_device.h to make MAC addresses not const.
2023-03-24Merge pull request #1969 from hathach/fix-tmc488-bit-order-1658Ha Thach
Fix tmc488 bit order 1658
2023-03-24Merge pull request #1978 from hathach/fix-align-hostHa Thach
separate CFG_TUSB_MEM_SECTION/ALIGN to host and device specific macros
2023-03-24update host example to use new tuh mem macroshathach
2023-03-24separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN tohathach
- CFG_TUD_MEM_SECTION and CFG_TUD_MEM_ALIGN - CFG_TUH_MEM_SECTION and CFG_TUH_MEM_ALIGN - fix missing mem section and align for host
2023-03-23Merge pull request #1975 from hathach/update-docHa Thach
update doc and generate deps list
2023-03-23update doc and generate deps listhathach
2023-03-23Merge pull request #1974 from hathach/pico-pio-nameHa Thach
rename and change default pio usb pin to adafruit feather usb host
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
Refactor hid host
2023-03-22add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new ↵hathach
tuh_itf_info_t