summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-22more hid api renamehathach
2021-05-22update apphathach
2021-05-22simplify hid apihathach
2021-05-19fix build for rp2040hathach
2021-05-18update hid host get/set protocol to match devicehathach
2021-05-18Merge branch 'master' into host-hidhathach
2021-05-18move report_info to applicationhathach
2021-05-18update hid report descriptor macrohathach
2021-05-18fix compilehathach
2021-05-18more API updatehathach
2021-05-18adding hid parserhathach
2021-05-18more host hid APIhathach
2021-05-18remove CFG_TUH_HID_KEYBOARD and CFG_TUH_HID_MOUSEhathach
2021-05-18continue with hid host reworkhathach
2021-05-18more hid host API reworkhathach
2021-05-18change hid device report len from uint8 to uint16hathach
2021-05-18clean uphathach
2021-05-18add tuh_device_ready()hathach
2021-05-18rename tuh_device_is_configured() to tuh_device_configured()hathach
2021-05-18rename and movinghathach
2021-05-18correct hid host mount/unmount callbackhathach
2021-05-18reworking host hid APIhathach
2021-05-18make tuh_msc_mount_cb() tuh_msc_unmount_cb() as weak callbackhathach
2021-05-18rename CFG_TUSB_HOST_ENUM_BUFFER_SIZE to CFG_TUH_ENUMERATION_BUFSZIEhathach
2021-05-18reworking hid hosthathach
2021-05-18minor clean uphathach
2021-05-18correct ehci control endpoint address report on xfer completehathach
2021-05-18separte tusb_init/inited() to tud/tuh init/initedhathach
2021-05-18add tuh_inited() and tud_inited()hathach
2021-05-18more API renamehathach
2021-05-18reworking hid hosthathach
2021-05-18rename var to be consistenthathach
2021-05-18add hcd_ehci.h as interface for ehci porthathach
2021-05-18Merge pull request #837 from hathach/fix-835-hid-cleanupHa Thach
2021-05-18fix build errorhathach
2021-05-18update to use HID spec protocol value for get/set_protocol()hathach
2021-05-18clean up, rename some HID device symbol/APIhathach
2021-05-12Merge pull request #827 from kasjer/kasjer/fix-audio-rx_done_cbHa Thach
2021-05-11Merge pull request #829 from kasjer/kasjer/fix-build-for-nrf5340Ha Thach
2021-05-11only apply errata walkaround for nrf52hathach
2021-05-11Allow build for NRF5340 MCUJerzy Kasenberg
2021-05-10Merge pull request #828 from corvus-ossifragus/fix-ep-struct-trace-statementsHa Thach
2021-05-10Update .gitignorecorvus-ossifragus
2021-05-10Update trace statements that referenced deprecated structure elements.corvus-ossifragus
2021-05-10audio_device: Fix build errorJerzy Kasenberg
2021-05-10Merge pull request #826 from hathach/minor-cleanupHa Thach
2021-05-10Merge pull request #824 from corvus-ossifragus/fix-keyboard-hid-report-bufferHa Thach
2021-05-10minor clean uphathach
2021-05-09Update main.ccorvus-ossifragus
2021-05-08Merge pull request #821 from corvus-ossifragus/debug_build_errorsHa Thach