summaryrefslogtreecommitdiff
path: root/examples/host
AgeCommit message (Expand)Author
2024-11-27update device_info example to work with p4 dcachehathach
2024-11-26add TUH_EPBUF_DEF for cdc hosthathach
2024-11-26add buffer note for host msc apihathach
2024-11-26add TUH_EPBUF_DEF for hid hosthathach
2024-11-21missing host/cdc_msc_hid_freertoshathach
2024-11-13hil add stm32f723disco, add test flags for device/host/dualhathach
2024-11-12fix example buildhathach
2024-11-12update host/device_info to build with freertos for espressif board. Add hil t...hathach
2024-11-08minor clean uphathach
2024-11-07hcd work with esp32p4 in slave mode but have issue with DMA mode. In slave it...hathach
2024-11-07update bsp for h7 to support host modehathach
2024-11-07enable stm32f4 hosthathach
2024-10-31testing hcd with dma, work well after enumeration.hathach
2024-10-28minor renamehathach
2024-10-21get hprt interrupt triggeredhathach
2024-10-15move core init code to dwc2 common. update/correct build for esppressifhathach
2024-10-15adding hcd dwc2hathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
2024-07-18fix some clang compiler warningsgraham sanderson
2024-06-18add dual/host_info_to_device_cdc examplehathach
2024-06-18LOG3 in isrhathach
2024-06-18add host/device_info examplehathach
2024-05-10More ci tweak (#2636)Ha Thach
2024-04-26Merge pull request #2609 from tyustli/patch-1HiFiPhile
2024-04-26- add esp32 c3, c6 mcu optionhathach
2024-04-25adding support for esp32 for use with max3421e hosthathach
2024-04-25fix ci errortyustli
2024-04-24change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)hathach
2024-04-22clang tested with mcb1800, add heap to lpc18 linkerhathach
2024-04-22fix print lu format warnings with clanghathach
2024-04-22fix nrfx v3 spim freq when inithathach
2024-04-22fix build with nrfx v3, though max3421e spi does not seem to work well.hathach
2024-04-04skip cdc_msc_hid_freertos example for rp2040hathach
2024-03-22skip rp2040 build for cdc_msc_hid_freertoshathach
2024-03-22remove pca10095 suppport for max3421hathach
2024-03-04correct rp2040 host with max3421hathach
2024-01-20make CFG_TUH_CDC_LINE_CODING_ON_ENUM optional for ch34xhathach
2024-01-19- add ch34x_set_data_format()hathach
2023-12-26initial support of CH34x CDC deviceIngHK
2023-12-26allow rp2040 to use max3421e as host controllerhathach
2023-12-18update FreeRTOSConfig.hhathach
2023-11-23move make.mk and rules.mk to build_system/makehathach
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-28fix build with new freertos host examplehathach
2023-09-28esp32 cdc host with max3421 work wellhathach
2023-09-28fix esp32 msc examplehathach
2023-09-27Merge branch 'master' into add-max3421-esp32hathach