summaryrefslogtreecommitdiff
path: root/src/common/tusb_types.h
AgeCommit message (Expand)Author
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
2019-03-30self powered and remote wakeup support are from configuration descriptor attr...hathach
2019-03-29working on suspend and resumehathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2018-12-14rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistencyhathach
2018-12-12clean uphathach
2018-12-12rename descriptor_* helper to tu_desc_*hathach
2018-12-12rename edpt_dir/number/addr to tu_edpt_*hathach
2018-12-12replace all hcd pipe close by hcd_device_removehathach
2018-12-11fix build error with ohcihathach
2018-12-07change usbh_control_xfer name and signaturehathach
2018-11-23remove pragma GCC diagnostichathach
2018-11-23rename xfer complete enumhathach
2018-11-23rename tusb_event_t to xfer_result_thathach
2018-11-16nrf5x: refactor device control transfer.hathach
2018-11-09Exempt from strict warnings for struct packing and add MCU optionsScott Shawcroft