summaryrefslogtreecommitdiff
path: root/docs/getting_started.md
AgeCommit message (Collapse)Author
2018-12-17docs clean uphathach
2018-12-13seperate tusb_task() to tud_task() and tuh_task()hathach
tusb_task() still exists for backward compatible
2018-12-13osal clean uphathach
remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task and call tinyusb_task(). This make API consistent with NO OS.
2018-12-06clean up usbh, rename doxygen folder to docshathach