summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-16nrf5x: correct control transfer directionhathach
2018-11-15Merge pull request #8 from mithro/masterhathach
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-14able to blink led on metro m4hathach
2018-11-14add sand51 project to seshathach
2018-11-14update generic example ses projecthathach
2018-11-14added ses solutionhathach
2018-11-14added board led for metro m4hathach
2018-11-13README: Fix spelling mistakes.Tim 'mithro' Ansell
2018-11-13Use more standard name for README.mdTim Ansell
2018-11-14add Adafruit samd-peripherals as submodule.hathach
2018-11-13update segger rtthathach
2018-11-13adding Adafruit metro m0/m4 expresshathach
2018-11-13clean uphathach
2018-11-13rename projecthathach
2018-11-13refactor exampleshathach
2018-11-13added tud_cdc_write_str, tu_fifo only use mutex for RTOS confighathach
2018-11-13clean up board.hhathach
2018-11-13add samd asf4 submodule repo from Adafruithathach
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
2018-11-07Add SAMD21 and SAMD51 support for CircuitPython.Scott Shawcroft
2018-11-02use mutex for cdc device fifohathach
2018-11-02defer DCD_EVENT_BUS_RESET, DCD_EVENT_UNPLUGGED to usbd taskhathach
2018-11-02add mutex support (optional) for tu_fifohathach
2018-11-02clean up osalhathach
2018-11-02add osal_mutexhathach
2018-10-25add dcd event helper setup_recieved and bus_signalhathach
2018-10-24clean uphathach
2018-10-24fix nrf52 freeRTOS interrupt priorityhathach
2018-10-24add mcu specific freeRTOSConfig.hhathach
2018-10-24freertos example clean uphathach
2018-10-24rename verify_breakpoint to TU_BREAKPOINThathach
2018-10-24replace dcd_xfer_complete by dcd_xfer_complete()hathach
2018-10-23clean uphathach
2018-10-23simplify qspi flash with blocking APIhathach
2018-10-23replace dcd_bus_event() and dcd_setup_received() by dcd_event_handler()hathach
2018-10-23merge osal_queue_send_isr to osal_queue_send, osal_semaphore_post_isr to osal...hathach
2018-10-23rename UBSD_EVT_ to DCD_EVENT_hathach
2018-10-23rename usbd_event_t to dcd_event_thathach
2018-10-23clean up usbdhathach
2018-10-23clean up msc devicehathach
2018-10-23clean up helper funchathach