summaryrefslogtreecommitdiff
path: root/examples/host
AgeCommit message (Expand)Author
2022-07-12RP@040: rework CMake for compiler warningsgraham sanderson
2022-07-11fix rt1050 evk build with latest mcu-sdkhathach
2022-07-11bump up mcux-sdk for rt11xx, add back OPT_MCU_MIMXRT11XXhathach
2022-06-27fix all warnings with host rp2040hathach
2022-06-27clean up usbd log levelhathach
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-06update all host exampleshathach
2022-05-20Minor cleanup of RP2040 code post addition of Pico-PIO_USBgraham sanderson
2022-05-10cmake lib renamehathach
2022-05-10move pio-usb init to family_configure_pio_usb_example() to stay compatiblehathach
2022-05-10rename host/hid_to_cdc to dual/host_hid_to_device_cdchathach
2022-05-06fix incorrect total number of interfacehathach
2022-04-29fix ci buildhathach
2022-04-29configure hid_to_cdc example to build with rp2040 with pio usb as hosthathach
2022-04-27clean uphathach
2022-04-08proof of concpet that device pio-usb work with host pio-usbhathach
2022-03-20Merge branch 'master' into pio-hosthathach
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-11update hid,msc to new usbh control APIhathach
2022-03-11rework usbh control xferhathach
2022-03-11merge device_info into bare_api examplehathach
2022-03-11Merge pull request #1393 from hathach/more-host-bare-apiHa Thach
2022-03-11remove usbh_control.chathach
2022-03-10Print speed. Don't crash if string get failsScott Shawcroft
2022-03-09Add host example that prints out info of connected devicesScott Shawcroft
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
2022-03-04minor cleanuphathach
2022-03-04adding new libusb api examplehathach
2022-03-02minor renamehathach
2022-03-02clean uphathach
2022-03-01start to add pio usb (host) supporthathach
2022-02-25enhance dual role exampleshathach
2022-02-22Add dual role (concurrent) exampleScott Shawcroft
2022-01-19enable ci build for RX65X host examplehathach
2022-01-05Unify skip and only logic for build scriptsScott Shawcroft