summaryrefslogtreecommitdiff
path: root/tinyusb/common/tusb_types.h
AgeCommit message (Collapse)Author
2018-06-18rename subfolder source to srchathach
2018-03-28rename STATIC_ASSERT to VERIFY_STATIC to avoid name conflict with other codeshathach
2018-03-28repo cleanuphathach
2018-03-28more renamehathach
2018-03-28repo cleanuphathach
2018-03-21rename TUSB_REQUEST to simply TUSB_REQ_hathach
2018-03-17adding bulk/int supporthathach
still does not work though
2018-03-12more hcd clean uphathach
2018-03-11shorten TUSB_DESC_TYPE*hathach
2018-03-11tusb_type renamehathach
2018-03-11rename TUSB_DIR_OUT, TUSB_DIR_INhathach
2018-03-11rename tusb_dir_thathach
2018-03-02clean up compilerhathach
2015-05-01formattinghathach
2014-03-23doxygen clean uphathach
2014-03-14more warnings clean uphathach
2014-03-14clean up warning in lpcxpressohathach
remove -Wpacked -Wpadded in gcc
2014-03-12able to build lpc11u with IARhathach
clean ending warming with IAR
2013-12-02refractor hid device driverhathach
2013-11-22clean uphathach
add some doxygen work finalize device disconnection & suspend - suspend & resume & remote wake up is not supported yet
2013-11-21clean uphathach
2013-11-15IAD supporthathach
2013-11-01implement msc device classhathach
usbd auto stall control for not supported return from class control request usbd implement xfer isr callback mechanism DCD - implement dcd multiple qtd support - dcd dcd_pipe_stall - implement dcd_pipe_queue_xfer - xfer_complete_isr - flush control endpoint if received new setup while previous transfer is not complete change msc_cmd_block_wrapper_t flags field to dir force full speed for easy testing NOTEs: somehow unable to get endpoint IN interrupt with ioc
2013-10-25move descriptor to common folderhathach