summaryrefslogtreecommitdiff
path: root/tinyusb/common/common.h
AgeCommit message (Expand)Author
2018-03-12rename to avoid name conflictionhathach
2018-03-08enhancehathach
2018-03-02clean up compilerhathach
2018-02-28refactor osal queue APIhathach
2018-02-28osal clean uphathach
2015-05-01replace ATTR_PACKED_STRUCT by simply ATTR_PACKED (drop IAR support)hathach
2014-04-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
2014-03-25more doxygen stuffshathach
2014-03-24doxygen documentinghathach
2014-03-18rename errors.c/h to tusb_errors.c/hhathach
2014-03-16doxygen documenthathach
2014-03-10change desc_str_table to array of pointer of uint8_t* to be compatible with I...hathach
2014-02-20fix the duplicated plug connection status change with lpc17xx by using immedi...hathach
2014-01-24refractor __n2be_16hathach
2013-12-27add device_os_none keil project for all boardshathach
2013-12-12implement inline bit manipulation functionhathach
2013-12-09add keyboard led maskhathach
2013-11-26change endian conversion to native to be & be to nativehathach
2013-11-13fix potential issue with stall endpointshathach
2013-11-05msc add supporthathach
2013-11-01implement msc device classhathach
2013-10-25more doxygen workhathach
2013-10-02clean up warnings here and therehathach
2013-09-26refractor mschhathach
2013-07-04add some printf when a class is mountedhathach
2013-07-01add & pass a first few test for cdc hosthathach
2013-05-12test refractorhathach
2013-05-11add cardinality_of function to return number of set bitshathach
2013-05-06add log2_of and use this function in get_period_headhathach
2013-04-21rename nxp_sof_received to nxp_int_sofhathach
2013-03-25change website from tinyusb.net to tinyusb.orghathach
2013-03-22- fix bug when unplugged unmounted-already device (mostly plugged when power on)hathach
2013-03-12add semaphore post in usbh_isr for control pipehathach
2013-03-03implement hcd_init controller_inithathach
2013-02-28start to add code for hcd_init testhathach
2013-02-26add osal subtask supporthathach
2013-02-08updating usbh init with class inithathach
2013-02-06update enumeration up to get full configuration descriptorhathach
2013-02-06refractor move test enum to its own filehathach
2013-02-05remove TUSB prefix for class enum definitionshathach
2013-02-04add usbh_hcd to hold common structure/typedef for usbh and hcdhathach
2013-02-04refractor include chain with following policieshathach
2013-02-02refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_ENDhathach
2013-01-31add version macroshathach
2013-01-30add primitive_types.h for portable with uint8,16,32_t, and boolhathach
2013-01-27update license year from 2012 to 2013hathach
2013-01-27add STATIC for local variableshathach
2013-01-22start to supporthathach
2013-01-19change error type to lower case for more consistencyhathach
2013-01-18add ASSERT POINTER supporthathach