summaryrefslogtreecommitdiff
path: root/tinyusb/device
AgeCommit message (Expand)Author
2018-03-23fix compatible issue with MacOS, response to GET CONFIGURATION requesthathach
2018-03-23MSC tested with nrf52840hathach
2018-03-23shorten descriptor typehathach
2018-03-23move mcu usb port back to tinyusb's portable folderhathach
2018-03-23rename port to rhport for clarificationhathach
2018-03-22refactor MSC device driverhathach
2018-03-22msc clean uphathach
2018-03-22rename funciton trailing _subtask to _sthathach
2018-03-22rename osal SUBSTASK to STASKhathach
2018-03-22clean uphathach
2018-03-22improve usbd control transferhathach
2018-03-21osal subtask renamehathach
2018-03-21merge tusb_dcd_control_stall() to tusb_dcd_edpt_stall()hathach
2018-03-21remove int_on_complete for tusb_dcd_control_xferhathach
2018-03-21fix lpc43xx isr issue, fix control status response for usbdhathach
2018-03-21rename TUSB_REQUEST to simply TUSB_REQ_hathach
2018-03-17adding bulk/int supporthathach
2018-03-15nrf52 control transfer work reliablyhathach
2018-03-14add usbd_control_xfer_substakhathach
2018-03-13house keepinghathach
2018-03-12more renamehathach
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-11create new name for multiple port API, to simplify APIhathach
2018-03-11refactor dcd API, drop edpt_hdl_t in favor of endpoint address for easy porthathach
2018-03-11rename dcd_pipe to dcd_edpthathach
2018-03-11refactor dcd_xfer_completehathach
2018-03-11rename dcd_* API to tusb_dcd_*hathach
2018-03-11rename dcd.h to tusb_dcd.hhathach
2018-03-11move dcdhathach
2018-03-11rename hal_* to tusb_hal_*hathach
2018-03-11rename endpoint_handle_t to edpt_hdl_thathach
2018-03-11refactor dcd layerhathach
2018-03-09rename coreid to porthathach
2018-03-08enhance cdc device APIhathach
2018-03-08enhancehathach
2018-03-07fix tusb_mount_cb and tusb_umount_cb not calledhathach
2018-03-07updatehathach
2018-03-07enhance cdc implementationhathach
2018-03-06rename demo to exampleshathach
2018-03-06remove tusb_isr(), rename hal_hcd_isr() and hal_dcd_isr()hathach
2018-03-06clean uphathach
2018-03-06rename to hal_dcd_pipe_clear_stall()hathach
2018-03-06rename hal_dcd_pipe_stall()hathach
2018-03-06rename to hal_dcd_pipe_xfer()hathach
2018-03-06change hal_dcd_pipe_open() signature to return boolhathach
2018-03-06remove class code in pipe open()hathach