summaryrefslogtreecommitdiff
path: root/examples/host
AgeCommit message (Expand)Author
2023-06-16renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXXhathach
2023-05-16EHCI: fix xfer failed with disconnected device as stalledhathach
2023-05-08build host examples with imxhathach
2023-05-07update all device cmake example for imxhathach
2023-05-06cmake work well with imxrthathach
2023-04-27more refactorhathach
2023-04-27cp210x seems to work wellhathach
2023-04-27rename ftdi_host to ftdi_siohathach
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-17update example descriptionhathach
2023-03-17fix trailing space and new linehathach
2023-03-17update host example, add pio-pico-usb for rp2040hathach
2023-03-13Avoid spamming out endpoint on connectJames Smith
2023-03-13Removed tabs from host hid_controller exampleJames Smith
2023-03-13Updated host hid_controller example to demo tuh_hid_send_reportJames Smith
2023-03-06Merge pull request #1933 from kilograham/rp2040_llvm_tweaksHa Thach
2023-03-06integrate top.mk into make.mkhathach
2023-03-02rp2040: Fixup lib and example compile for LLVM Embedded Toolchain for ARMgraham sanderson
2023-02-06* don't force dependency on pico-pio-usb submodulegraham sanderson
2022-12-22clean uphathach
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-28update pico-pio-usb submodule and its warnings suppresshathach
2022-11-23rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_thathach
2022-11-23allow all host examples to use pico-pio-usb for rp2040hathach
2022-11-21Merge branch 'master' into midihostAndrzej Tokarski
2022-11-21add board_getchar() for non-blocking getchar()hathach
2022-11-21host msc example work well with rp2040 pio-usbhathach
2022-11-21suppress fatfs cast-qualhathach
2022-11-21house keepinghathach
2022-11-21add pwdhathach
2022-11-21implement rm commandhathach
2022-11-21fix build with rp2040 and rx65hathach
2022-11-20implement cp commandhathach
2022-11-19add mv commandhathach
2022-11-19add mkdirhathach