summaryrefslogtreecommitdiff
path: root/src/common/tusb_types.h
AgeCommit message (Expand)Author
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
2021-05-25Merge remote-tracking branch 'official/master'Jeremiah McCarthy
2021-05-10minor clean uphathach
2021-04-07Revise per initial commentsJeremiah McCarthy
2021-03-26Add DFU Class per Version 1.1 SpecJeremiah McCarthy
2021-02-18Implement requested PR changesJeremiah McCarthy
2021-02-16Add alternate bitfield padding optionJeremiah McCarthy
2021-01-25fix host buildhathach
2020-11-19merge class driver control_request & control_complete to control_xfer_cb()hathach
2020-09-07rework usbh control transferhathach
2020-04-14adding subclass & protocol to class driver structurehathach
2020-01-15Normalize line endingsNathan Conrad
2019-10-28Add support for DFU Runtime class for devicesSylvain Munaut
2019-09-16follow up to suggestion to pr 155hathach
2019-09-09Remove some type conversion warnings (using GCC pedantic warnings)Nathan Conrad
2019-08-01clean uphathach
2019-07-30clean uphathach
2019-07-30added BOS MS OS 2.0 descriptor to webusb example, it work with windowshathach
2019-07-16clean uphathach
2019-07-12clean up, rename internal driver control_request_complete to simply control_c...hathach