summaryrefslogtreecommitdiff
path: root/tinyusb/device
AgeCommit message (Expand)Author
2018-06-18rename subfolder source to srchathach
2018-06-16adding device custom class supporthathach
2018-05-17complete enhancing osal with static memoryhathach
2018-05-17complete osal queue, semaphore static APIhathach
2018-05-17add osal_queue_send_isr/osal_semaphore_post_isr for better support freeRTOShathach
2018-05-15add xferred bytes for device controlhathach
2018-05-14refactor usbd class drivers hanlding class/interfacehathach
2018-04-16make dcd_connect/dcd_disconnect optional with attr weakhathach
2018-04-16add tud_set_descriptorshathach
2018-04-14rename CFG_TUSB_CONTROLLER_0_MODE to CFG_TUSB_RHPORT0_MODEhathach
2018-04-13rename CFG_TUSB_OS_TASK_PRIO to CFG_TUD_TASK_PRIO, TUC_DEVICE_STACKSIZE to CF...hathach
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 CFG_TUSB_DEVICE_* to CFG_TUD_*hathach
2018-04-12rename OPT_MODE_hathach
2018-04-12refactor nrf5x mcu macrohathach
2018-04-10rename ATTR_USB_MIN_ALIGNMENT to CFG_TUSB_MEM_ALIGNhathach
2018-04-10mass rename TUSB_CFG to CFG_TUSBhathach
2018-03-31change usbd_control_xfer_st from function to macro to prevent compiler issue ...hathach
2018-03-31clean up nrf52hathach
2018-03-30clean up usbdhathach
2018-03-30rename clean uphathach
2018-03-29assert clean uphathach
2018-03-28rename ASSERT to TU_ASSERT to avoid name conflicthathach
2018-03-28rename STATIC_ASSERT to VERIFY_STATIC to avoid name conflict with other codeshathach
2018-03-28more dcd clean uphathach
2018-03-28mass rename tusb_dcd API to simply dcdhathach
2018-03-28dcd renaminghathach
2018-03-23fix compatible issue with MacOS, response to GET CONFIGURATION requesthathach
2018-03-23MSC tested with nrf52840hathach
2018-03-23shorten descriptor typehathach
2018-03-23move mcu usb port back to tinyusb's portable folderhathach
2018-03-23rename port to rhport for clarificationhathach
2018-03-22refactor MSC device driverhathach
2018-03-22msc clean uphathach
2018-03-22rename funciton trailing _subtask to _sthathach
2018-03-22rename osal SUBSTASK to STASKhathach
2018-03-22clean uphathach
2018-03-22improve usbd control transferhathach
2018-03-21osal subtask renamehathach
2018-03-21merge tusb_dcd_control_stall() to tusb_dcd_edpt_stall()hathach
2018-03-21remove int_on_complete for tusb_dcd_control_xferhathach
2018-03-21fix lpc43xx isr issue, fix control status response for usbdhathach
2018-03-21rename TUSB_REQUEST to simply TUSB_REQ_hathach
2018-03-17adding bulk/int supporthathach
2018-03-15nrf52 control transfer work reliablyhathach
2018-03-14add usbd_control_xfer_substakhathach
2018-03-13house keepinghathach
2018-03-12more renamehathach
2018-03-12more hcd clean uphathach