summaryrefslogtreecommitdiff
path: root/tinyusb/device
AgeCommit message (Collapse)Author
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
- add ASSERT_ - rename edpt_equal -
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
- remove endpointhandle_is_valid()
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-03rename usbd_dcd_bus_event_isr to hal_dcd_bus_eventhathach
2018-03-03rename usbd_setup_received_isr to hal_dcd_setup_receivedhathach
2018-03-03cleanup SUBTASK macroshathach
2018-03-02add config numberhathach
2018-03-02rename dcd_controller_* to hal_dcd_*hathach
2018-03-02rename dcd_init to hal_dcd_init()hathach
2018-03-02rename hal_init() to hal_usb_init()hathach
2018-03-02clean up compilerhathach
2018-03-02rename hal.h to tusb_hal.hhathach
2018-03-02add tud_mount_cb, tud_umount_cbhathach
remove device class/interface callback
2018-03-01rename tud_configured() to mounted()hathach
2018-03-01device API renamehathach
2018-03-01more clean uphathach
2018-03-01osal macro clean uphathach
2018-03-01more osal clean uphathach
2018-03-01change osal_task_create signaturehathach
2018-03-01clean up osal semaphore/queue/mutexhathach
2018-02-28refactor osal queue APIhathach
2018-02-28osal clean uphathach
- task create, task def macros
2017-08-03clean uphathach