summaryrefslogtreecommitdiff
path: root/examples/host/bare_api/src
AgeCommit message (Expand)Author
2022-11-23allow all host examples to use pico-pio-usb for rp2040hathach
2022-06-27fix all warnings with host rp2040hathach
2022-06-27clean up usbd log levelhathach
2022-06-06update all host exampleshathach
2022-03-19move code aroundhathach
2022-03-19rename usbh_edpt_open() to tuh_edpt_open()hathach
2022-03-19get bare example working with hid devicehathach
2022-03-19add parse config descriptor to examplehathach
2022-03-18implement tuh_edpt_xfer() for non-controlhathach
2022-03-18move daddr into xfer structhathach
2022-03-18update sync API, move timeout into xfer structhathach
2022-03-17add CFG_TUH_API_EDPT_XFER to enable generic edpt xferhathach
2022-03-17rename tuh_control_xfer_t to tuh_xfer_thathach
2022-03-17update examplehathach
2022-03-17move result into transfer structhathach
2022-03-13add synchronous (blocking) support for usbh control transferhathach
2022-03-11rework usbh control xferhathach
2022-03-11merge device_info into bare_api examplehathach
2022-03-09rename host descriptor functionhathach
2022-03-09add tuh_descriptor_hid_report_get()hathach
2022-03-04fix naming, and buildhathach
2022-03-04rename examplehathach