summaryrefslogtreecommitdiff
path: root/tinyusb
AgeCommit message (Collapse)Author
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-11clean uphathach
2018-03-11rename endpoint_handle_t to edpt_hdl_thathach
2018-03-11refactor dcd layerhathach
2018-03-11adding nrf52840 port, able to blink led with pca10056hathach
2018-03-09clean up hal debuggerhathach
2018-03-09rename hal_usb to hal_tusb.hhathach
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-08clean uphathach
2018-03-08rename fifo_counthathach
2018-03-08enhancehathach
- add ASSERT_ - rename edpt_equal -
2018-03-07rename tusb_tick_get to hal_tick_gethathach
2018-03-07rename tusb_task_runner() to tusb_task()hathach
2018-03-07fix tusb_mount_cb and tusb_umount_cb not calledhathach
2018-03-07updatehathach
2018-03-07add new example device_virtual_comhathach
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-06move class fileshathach
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-05clean uphathach
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_mcu to hal_usbhathach
2018-03-02rename hal_init() to hal_usb_init()hathach
2018-03-02clean up compilerhathach
2018-03-02repo clean uphathach
2018-03-02rename hal.h to tusb_hal.hhathach
2018-03-02hal updatehathach
2018-03-02clean up APIhathach
2018-03-02rename hal_interrupt_* to hal_usb_int_*hathach
2018-03-02more hal updatehathach