summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-11-28correct TUD_OPT_HIGH_SPEEDhathach
2018-11-28more dcd lpc17xx clean uphathach
2018-11-28clean uphathach
2018-11-28improve non-control xfer for lpc17xxhathach
2018-11-28add Auto descriptor endpoint num config to support lpc17xxhathach
2018-11-27clean uphathach
2018-11-27clean uphathach
2018-11-27improve dcd control lpc17xxhathach
2018-11-27enhance dcd lpc17xx. Able to pass enumerationhathach
2018-11-26add OPT_MODE_HIGH_SPEEDhathach
2018-11-26clean up warningshathach
2018-11-25Introduce a Makefile for the OS_NONE device exampleScott Shawcroft
2018-11-23One tweak to make -Wdiscarded-qualifiers happy.Scott Shawcroft
2018-11-23Make sure OUT endpoint 0 on the SAMDs always has a valid buffer to storeScott Shawcroft
2018-11-23Turn off interrupts when working with the event queue.Scott Shawcroft
2018-11-23Reset USB peripheral and wait for startupScott Shawcroft
2018-11-23remove pragma GCC diagnostichathach
2018-11-23rename DCD_XFER_SUCCESS to XFER_RESULT_SUCCESShathach
2018-11-23rename xfer complete enumhathach
2018-11-23rename tusb_event_t to xfer_result_thathach
2018-11-23nrf5x add DCD_EVENT_UNPLUGGED eventhathach
2018-11-22more clean uphathach
2018-11-22clean up dcd lpc43xxhathach
2018-11-22cdc work ok with lpc43xxhathach
2018-11-22rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTIONhathach
2018-11-22msc device block count and block numhathach
2018-11-21clean uphathach
2018-11-21samd21 work well with cdchathach
2018-11-21clean uphathach
2018-11-21update dcd samd21hathach
2018-11-21fix ses irq vectorhathach
2018-11-20samd51 fix stable issue with dcdhathach
2018-11-20clean uphathach
2018-11-16rename control_statehathach
2018-11-16nrf5x: clean up dcd, add commenthathach
2018-11-16rename control.c to usbd_controlhathach
2018-11-16remove control.h (move prototype to usbd_pvt.h)hathach
2018-11-16nrf5x: refactor device control transfer.hathach
2018-11-16nrf5x: correct control transfer directionhathach
2018-11-14remove control from class driver arrayhathach
2018-11-14usbd clean uphathach
2018-11-14clean uphathach
2018-11-14change osal_queue_receive() signaturehathach
2018-11-14update example for PR. correct share_control definitionhathach
2018-11-14Merge pull request #7 from tannewt/tinyusb_samdhathach
2018-11-13added tud_cdc_write_str, tu_fifo only use mutex for RTOS confighathach
2018-11-09Support the no CDC protocol as well.Scott Shawcroft
2018-11-09Exempt from strict warnings for struct packing and add MCU optionsScott Shawcroft
2018-11-08Polish up control split and treat it more like a normal endpoint.Scott Shawcroft
2018-11-07Split out the control endpoint logicScott Shawcroft