summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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
2018-10-23remove tools/usbtreeviewhathach
2018-10-23clean uphathach
2018-10-22Merge branch 'develop' of github.com:hathach/tinyusb into develophathach
2018-10-05comment out cdc flush on write (for now). Since it has issue with circuitpythonhathach
2018-09-28rename queue.h to sys_queue.h to prevent name conflicthathach
2018-09-26format queue.h a bithathach
2018-09-26add sys/queue.h to commonhathach
2018-09-25clean up, update nrfx to 1.3.0hathach
2018-09-11update qspihathach
2018-09-08better qspihathach
2018-09-08qspi msc flash seems to workhathach
2018-09-07rename example fileshathach
2018-09-07clean up msc apphathach
2018-09-07more clean uphathach
2018-09-07clean uphathach
2018-09-04adding mynewt to osalhathach
2018-09-02rename filehathach
2018-09-02clean uphathach
2018-09-02add repo & verion ymlhathach
2018-09-02clean uphathach
2018-08-30allow no mode compilation (no host/device enabled). Handy for project without...hathach
2018-08-30cdc flush on write() if queue more than epsizehathach
2018-08-30clean up osal task and subtaskhathach
2018-08-30remove CFG_TUD_CDC_FLUSH_ON_SOF optionhathach