summaryrefslogtreecommitdiff
path: root/tinyusb/common
AgeCommit message (Collapse)Author
2018-06-18rename subfolder source to srchathach
2018-04-17clean uphathach
2018-04-16add tud_set_descriptorshathach
2018-04-12add OSAL_TIMEOUT_CONTROL_XFER = OSAL_TIMEOUT_WAIT_FOREVERhathach
2018-04-12rename ASSERT_ERR to TU_ASSERT_ERR to prevent conflict with user codehathach
2018-04-12rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOShathach
2018-04-10mass rename TUSB_CFG to CFG_TUSBhathach
2018-04-10clean uphathach
2018-04-09fix cdc driver for connected state.hathach
2018-03-31change usbd_control_xfer_st from function to macro to prevent compiler issue ↵hathach
with substask
2018-03-30get freertos buildhathach
2018-03-29rename tusb_hal_tick_get to tusb_hal_millishathach
rename TUSB_CFG_TICKS_HZ to BOARD_TICKS_HZ
2018-03-29rename verify.hhathach
2018-03-29rename ASSERT_STATUS to ASSERT_ERR, merge assertion.h to verify.hhathach
2018-03-29more clean uphathach
2018-03-29rename VERIFY_STATUS to VERIFY_ERRhathach
2018-03-29more verify and assert clean uphathach
2018-03-29assert clean uphathach
2018-03-29clean up assert and verifyhathach
2018-03-28add verify_breakpoint hw independencehathach
2018-03-28rename ASSERT to TU_ASSERT to avoid name conflicthathach
2018-03-28clean up static asserthathach
2018-03-28rename STATIC_ASSERT to VERIFY_STATIC to avoid name conflict with other codeshathach
2018-03-28more error string clean uphathach
2018-03-28repo cleanuphathach
2018-03-28more renamehathach
2018-03-28repo cleanuphathach
2018-03-28more renamehathach
2018-03-28rename filehathach
2018-03-23shorten descriptor typehathach
2018-03-21rename TUSB_REQUEST to simply TUSB_REQ_hathach
2018-03-17adding bulk/int supporthathach
still does not work though
2018-03-14add usbd_control_xfer_substakhathach
seperate control xfer Data and Status phase
2018-03-12rename to avoid name conflictionhathach
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-11refactor dcd API, drop edpt_hdl_t in favor of endpoint address for easy porthathach
2018-03-11clean up examplehathach
2018-03-11rename hal_* to tusb_hal_*hathach
2018-03-08rename fifo_counthathach
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-03cleanup SUBTASK macroshathach
2018-03-02clean up compilerhathach
2018-03-02rename hal.h to tusb_hal.hhathach
2018-03-01add verify.hhathach