summaryrefslogtreecommitdiff
path: root/tinyusb/device/usbd.c
AgeCommit message (Expand)Author
2018-03-09rename coreid to porthathach
2018-03-08enhance cdc device APIhathach
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-06clean uphathach
2018-03-06rename to hal_dcd_pipe_clear_stall()hathach
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-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-02add config numberhathach
2018-03-02rename dcd_controller_* to hal_dcd_*hathach
2018-03-02rename dcd_init to hal_dcd_init()hathach
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
2017-08-03clean uphathach
2015-05-01formattinghathach
2014-04-24added all assert check to osal_queue_send and osal_semaphore_posthathach
2014-04-24correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlayhathach
2014-04-21clean up code at usbd_setup_received_isrhathach
2014-04-21minor adjustment to dcd_lpc43xx.chathach
2014-04-09remove OSAL_VAR for the simplicityhathach
2014-04-04remove RF1GHZNODE from board/readme.mdhathach
2014-03-31refractor usbd_task as wrapper for body taskhathach
2014-03-23finished using usbd_enum_buffer for all std descriptorshathach
2014-03-23remove TUSB_CFG_DEVICE_STRING_DESCRIPTOR_COUNThathach
2014-03-23adding usbd_enum_buffer to usbdhathach
2014-03-19change OSAL_TASK_FUNCTION to adapt with cmsis rtxhathach
2014-03-18finish descriptor refractor for hid keyboard & mousehathach
2014-03-18refractor descriptor passing for device with user-friendly structureshathach
2014-03-18app descriptor renamehathach
2014-03-18clean up tusb_descriptorshathach
2014-03-14fix out of range array in usbdhathach
2014-03-14fix warning for device os nonehathach
2014-03-12fix iar warninghathach
2014-03-10change desc_str_table to array of pointer of uint8_t* to be compatible with I...hathach
2014-02-19some code clean uphathach
2014-01-24clean up warningshathach
2013-12-09add keyboard led maskhathach
2013-12-01change class_ixr to class_cbhathach
2013-11-26change endian conversion to native to be & be to nativehathach