summaryrefslogtreecommitdiff
path: root/src/common/tusb_types.h
AgeCommit message (Expand)Author
2024-11-27Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)Ha Thach
2024-11-26msc host work ok with p4 dmahathach
2024-11-25change dcd_dcache_*() API return type from void to boolhathach
2024-11-22TUD_EPBUF_TYPE_DEF ncm_devicehathach
2024-11-22apply TUD_EPBUF_DEF for device: bth, dfu, hid, mschathach
2024-11-21use TUD_EPBUF_DEF to declare buffer memory for midihathach
2024-11-04add tusb_time_millis_api() and default/weak tusb_time_delay_ms_api(). Which i...hathach
2024-10-29update handle in/out, separate allocated and xfer result to make it easier to...hathach
2024-10-25more progress on dwc2 hcd, initial code for edpt xferhathach
2024-10-18testing hcd with f723 due to h743eval issue with mfx vbus drive.hathach
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-12simplify dwc2 test modehathach
2024-04-10remove the usage of TU_BIT() and TU_GENMASK() from tusb_types.hhathach
2024-01-26rename and add more video descriptorshathach
2024-01-25minor update to video capture examplehathach
2023-06-12ad pd_types.hhathach
2023-06-12response with request safe5v, get passed PS_READYhathach
2023-06-07able to response with good crchathach
2023-06-07inital support for usb typec and pd examplehathach
2023-06-06able to get usbpd irq handlerhathach
2023-03-21add tuh_set_interfacehathach
2023-03-17update host example, add pio-pico-usb for rp2040hathach
2023-02-22use tu_static instead of static _fuzz_threadhathach
2023-02-22Merge pull request #1867 from silvergasp/thread_local_globalsHa Thach
2023-02-22rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_threadhathach
2023-01-20fix: Change all static variables to thread when fuzzingNathaniel Brough
2023-01-20add helper tu_desc_find/find2/find3hathach
2022-12-20fix hid host incorrect edpt release if failed to transmithathach
2022-12-16add common EPSIZE for bulk/iso in full and highspeedhathach
2022-11-28Retry a few times with transfers in enumeration since device can be unstable ...hathach
2022-11-04fix -wconversion-int and add minor commenthathach
2022-11-04Merge branch 'master' into rp2040-hcd-bulkHa Thach
2022-06-08make all hcd/dcd function used in isr into ram with __no_inline_not_in_flash_...hathach
2022-04-17tusb_types:Skyler Mansfield
2022-03-13add synchronous (blocking) support for usbh control transferhathach
2022-03-10remove obsolete device statehathach
2022-03-10merge control stage host and device valuehathach
2021-10-29correctly init hs phy for bcmhathach
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-09-29moved ISO attributes from audio to commonkkitayam
2021-09-09add other speed descriptor callback tud_descriptor_other_speed_configuration_...hathach
2021-07-22rename bit filed orderhathach
2021-07-22rename packed begin/endhathach
2021-07-22Merge branch 'CCRX_Port' of https://github.com/Wini-Buh/tinyusb into Wini-Buh...hathach
2021-07-15wrap up DFU updatehathach
2021-07-14simplify upload requesthathach
2021-06-11weak atrribute work around removed from CCRX_PortWini-Buh
2021-05-29Adaptations for Renesas CCRX toolchain and Rx72N controller performedWini-Buh