summaryrefslogtreecommitdiff
path: root/src/common/tusb_types.h
AgeCommit message (Expand)Author
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
2019-07-12change TUD_HID_INOUT_DESCRIPTOR epout & epin orderhathach
2019-07-12added tud_descriptor_bos_cb(), add support for BOS get descriptorhathach
2019-07-11add BOS descriptor and device capability constanthathach
2019-07-01improving midi support, adding midi exmaplehathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-14update license year to 2019hathach
2019-05-12change tud_descriptor_string_cb() to be consistent with other descriptor call...hathach
2019-05-02support hid generic inout #58hathach
2019-04-11clean uphathach