summaryrefslogtreecommitdiff
path: root/tinyusb/common/std_descriptors.h
AgeCommit message (Collapse)Author
2018-03-28repo cleanuphathach
2018-03-23shorten descriptor typehathach
2015-05-01formattinghathach
2015-05-01replace ATTR_PACKED_STRUCT by simply ATTR_PACKED (drop IAR support)hathach
remove "primitive_types.h" by simply include stdbool.h, stdint.h
2014-04-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
disable test for a class of cdc host temporarily disable test for test_osal_none.c change include in some core files remove osal.h from common.h
2014-03-25more doxygen stuffshathach
2014-03-25doxygen documentinghathach
2014-03-21some doxygenhathach
2014-03-12able to build lpc11u with IARhathach
clean ending warming with IAR
2013-11-22clean uphathach
add some doxygen work finalize device disconnection & suspend - suspend & resume & remote wake up is not supported yet
2013-11-11adding support for lpc13uxxhathach
2013-11-08add windows driver for cdchathach
add simple echo cdc serial demo add cdc device send/receive API refractor descriptor refractor cdc.h add usbd driver function - init - bus_reset
2013-10-25move descriptor to common folderhathach