summaryrefslogtreecommitdiff
path: root/tinyusb/common
AgeCommit message (Expand)Author
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
2013-09-21house keepinghathach
2013-09-20start to add msc host, fix dangerous problem with unstable device when plugge...hathach
2013-09-19starting to add support for IAR workbenchhathach
2013-09-13integrate & able to run cmsis-rtx with current code basehathach
2013-07-04add some printf when a class is mountedhathach
2013-07-03change some license texthathach
2013-07-02add tusbh_cdc_send, t usbh_cdc_receivehathach
2013-07-01add & pass a first few test for cdc hosthathach
2013-06-27add mutex support for osalhathach
2013-06-27add set idle request for hidh_open_subtaskhathach
2013-06-26remove app_os_prio.h in os_none configurehathach
2013-06-22fix licensehathach
2013-06-21[host lpc43xx] adding support for host custom classhathach
2013-06-14implement hidd_control_request including std & class specific to interface nu...hathach
2013-06-08ADDING LPC176X devicehathach
2013-06-01rename romdriver handlehathach
2013-05-31refractor string descriptors, allow one-stop configure descriptor forhathach
2013-05-28rename NGX to ngxhathach
2013-05-12test refractorhathach
2013-05-11add cardinality_of function to return number of set bitshathach