summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-16nrf5x: correct control transfer directionhathach
added dcd description.
2018-11-15Merge pull request #8 from mithro/masterhathach
Small fixes to the README file.
2018-11-14remove control from class driver arrayhathach
2018-11-14usbd clean uphathach
2018-11-14clean uphathach
2018-11-14change osal_queue_receive() signaturehathach
- fix build issue with freertos
2018-11-14update example for PR. correct share_control definitionhathach
- rename dcd,hal to dcd_samd51, hal_samd51 since some IDE has issue with duplicated names (e.g keil, ses).
2018-11-14Merge pull request #7 from tannewt/tinyusb_samdhathach
Add SAMD support and simplify OS_NONE
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
clean up board
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
The ProtoThreads style subtasks were removed because it led to extremely unclear control flow. RTOSes can be used if threading is needed. Also added some additional functionality to MSC to support dynamic LUNs and read-only LUNs.
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 ↵hathach
osal_semaphore_post
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