summaryrefslogtreecommitdiff
path: root/examples/host
AgeCommit message (Expand)Author
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-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
2022-11-19implement cat commandhathach
2022-11-19add cd commandhathach
2022-11-19msc explorer ls work greathathach
2022-11-18add msc file explorer examplehathach
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