summaryrefslogtreecommitdiff
path: root/examples/host/cdc_msc_hid/src
AgeCommit message (Expand)Author
2023-11-22fix typo in cdc line coding enumhathach
2023-11-20update example to work with featherwing max3421, set max3421 GPIO0 for vbushathach
2023-09-11wrap up build cmake & make support for max3421, to enable the Host driver, 'M...hathach
2023-08-27minor updatehathach
2023-08-27more update to transactionhathach
2023-08-14fix build iar with lpc43hathach
2023-08-04Merge branch 'master' into enhance-bsphathach
2023-08-03rename hw/bsp/board.h to board_api.hhathach
2023-07-31enable USBMC for uno r4, add board_init_after_tusb() APIhathach
2023-05-16EHCI: fix xfer failed with disconnected device as stalledhathach
2023-04-27more refactorhathach
2023-04-27cp210x seems to work wellhathach
2023-04-26enable CDC FTDIhathach
2023-03-24update host example to use new tuh mem macroshathach
2023-03-23rename and change default pio usb pin to adafruit feather usb hosthathach
2023-03-22add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new tuh_i...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-17Merge branch 'master' into portabilityhathach
2023-03-17fix trailing space and new linehathach
2023-03-17update host example, add pio-pico-usb for rp2040hathach
2022-12-22add tuh_cdc_get_local_line_coding()hathach
2022-12-22cdc host, add set line coding APIhathach
2022-12-22minor clean uphathach
2022-12-21add tuh_cdc_tx_complete_cb() callbackhathach
2022-12-21add more host cdc APIhathach
2022-12-21correct cdc host apphathach
2022-12-21updat cdc host apphathach
2022-12-21finalizing cdc host, has a working read/writehathach
2022-12-16adding tuh_cdc_mount_cb/tuh_cdc_umount_cbhathach
2022-12-04Fix typosBastien Nocera
2022-11-23rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_thathach
2022-11-21host msc example work well with rp2040 pio-usbhathach
2022-09-13Remove unreachable codeBen Avison
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-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-11update hid,msc to new usbh control APIhathach
2022-03-02minor renamehathach
2022-03-02clean uphathach
2022-03-01start to add pio usb (host) supporthathach
2021-08-23sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUBhathach
2021-08-23rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAXhathach
2021-08-23add tuh_hid_receive_report() for applicaiton to explicitly request reporthathach
2021-08-20hid host skip get report descriptor if too large instead of asserthathach
2021-06-29fix warningshathach
2021-06-28fix SET_PROTOCOl, update hid host behavior for default boot interfacehathach