summaryrefslogtreecommitdiff
path: root/tinyusb/common
AgeCommit message (Expand)Author
2014-03-25update keil & iar device project to add lpcxpresso11u14 supporthathach
2014-03-25more doxygen stuffshathach
2014-03-25doxygen documentinghathach
2014-03-24more doxygen workshathach
2014-03-24doxygen documentinghathach
2014-03-23doxygen clean uphathach
2014-03-22rename dcd_11u_13u_qhd_t::total_bytes to nbytes to prevent confusionhathach
2014-03-21some doxygenhathach
2014-03-18rename errors.c/h to tusb_errors.c/hhathach
2014-03-16doxygen documenthathach
2014-03-14more warnings clean uphathach
2014-03-14clean more warningshathach
2014-03-14clean up warning in lpcxpressohathach
2014-03-12fix build error with lpcxpresso device os nonehathach
2014-03-12able to build lpc11u with IARhathach
2014-03-12IAR line ending warninghathach
2014-03-12fix iar warninghathach
2014-03-10cannot get IAR work with lpc1769 device demohathach
2014-03-10change desc_str_table to array of pointer of uint8_t* to be compatible with I...hathach
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...hathach
2014-03-04added support for IAR retarget but not yet succeeded. lpc17xx have problem co...hathach
2014-03-04change lpc17xx cmsis file & ohci to be able to build with IARhathach
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-12-02refractor hid device driverhathach
2013-11-26change endian conversion to native to be & be to nativehathach
2013-11-22clean uphathach
2013-11-21clean uphathach
2013-11-15IAD supporthathach
2013-11-14complete double buffering for queueing xfer for lpc11u/13u requried by msc de...hathach
2013-11-13fix potential issue with stall endpointshathach
2013-11-11adding support for lpc13uxxhathach
2013-11-08add tusbd_cdc_is_busyhathach
2013-11-08add windows driver for cdchathach
2013-11-05msc add supporthathach
2013-11-01implement msc device classhathach
2013-10-29implementing sw device stackhathach
2013-10-25more doxygen workhathach
2013-10-25move descriptor to common folderhathach
2013-10-16clean uphathach
2013-10-02clean up warnings here and therehathach
2013-09-30able to mount one device on the hubhathach
2013-09-26refractor mschhathach
2013-09-25add tusbh_msc_statushathach
2013-09-24allow a limited model to deal with stalled pipe/transactionhathach
2013-09-24add some tests support for msc hosthathach
2013-09-22added read capacity 10 with hacking codehathach