summaryrefslogtreecommitdiff
path: root/tinyusb/class
AgeCommit message (Expand)Author
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 up cdc devicehathach
2018-03-22wrap up usbd control transfer updatehathach
2018-03-22improve usbd control transferhathach
2018-03-21osal subtask renamehathach
2018-03-21update msc driverhathach
2018-03-21rename TUSB_REQUEST to simply TUSB_REQ_hathach
2018-03-20nrf52 cdc example work on nrf52840pdkhathach
2018-03-17adding bulk/int supporthathach
2018-03-15nrf52 control transfer work reliablyhathach
2018-03-14rename OSAL_SUBTASK_INVOKEDhathach
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-11clean up examplehathach
2018-03-11clean uphathach
2018-03-11create new name for multiple port API, to simplify APIhathach
2018-03-11upgrade hid device to match new dcd APIhathach
2018-03-11update msc device driver to new dcd 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-11rename dcd_* API to tusb_dcd_*hathach
2018-03-11rename endpoint_handle_t to edpt_hdl_thathach
2018-03-09rename coreid to porthathach
2018-03-08clean up virtual com examplehathach
2018-03-08cdc device require SOF to operatehathach
2018-03-08enhance cdc device APIhathach
2018-03-08enhancehathach
2018-03-07updatehathach
2018-03-07enhance cdc implementationhathach
2018-03-06move class fileshathach
2018-03-06clean uphathach
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
2018-03-06rename to hal_dcd_control_xfer() and hal_dcd_control_stall()hathach
2018-03-05reame SUBTASK_EXIT to SUBTASK_RETURNhathach
2018-03-02clean up compilerhathach
2018-03-02add tud_mount_cb, tud_umount_cbhathach
2018-03-01rename tud_configured() to mounted()hathach
2018-03-01device API renamehathach
2018-03-01osal macro clean uphathach
2018-03-01more osal clean uphathach