summaryrefslogtreecommitdiff
path: root/tinyusb/class
AgeCommit message (Expand)Author
2018-04-19msc device, fix potential mis algin accesshathach
2018-04-19rename and clean uphathach
2018-04-19clean up msc device driverhathach
2018-04-19finalize msc cb API with tud_msc_read10_cb and tud_msc_write10_cbhathach
2018-04-18add msc device optional callbackshathach
2018-04-18improve msc devicehathach
2018-04-18improve scsi: support non read10, write10 out datahathach
2018-04-18improving msc device driverhathach
2018-04-17correct cdc connectedhathach
2018-04-17add tud_n_cdc_get_line_state and tud_n_cdc_get_line_codinghathach
2018-04-14house keepinghathach
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-12refactor nrf5x mcu macrohathach
2018-04-12rename MCU_ to OPT_MCUhathach
2018-04-12minor update dcd nrf5xhathach
2018-04-10rename ATTR_USB_MIN_ALIGNMENT to CFG_TUSB_MEM_ALIGNhathach
2018-04-10mass rename TUSB_CFG to CFG_TUSBhathach
2018-04-10enhance cdc add tud_cdc_line_state_cb(), tud_cdc_line_coding_cb()hathach
2018-04-09fix cdc driver for connected state.hathach
2018-04-07fix cdc_device flush send zero byteshathach
2018-03-31change usbd_control_xfer_st from function to macro to prevent compiler issue ...hathach
2018-03-29rename ASSERT_STATUS to ASSERT_ERR, merge assertion.h to verify.hhathach
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-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-28repo cleanuphathach
2018-03-23MSC tested with nrf52840hathach
2018-03-23more shorten namehathach
2018-03-23shorten descriptor typehathach
2018-03-23rename port to rhport for clarificationhathach
2018-03-23remove DCD API dependency tusb_dcd_edpt_queue_xferhathach
2018-03-22simplify tusb_dcd_edpt_xfer APIhathach
2018-03-22more msc driver improvehathach
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 up cdc devicehathach
2018-03-22wrap up usbd control transfer updatehathach
2018-03-22improve usbd control transferhathach
2018-03-21osal subtask renamehathach
2018-03-21update msc driverhathach
2018-03-21rename TUSB_REQUEST to simply TUSB_REQ_hathach
2018-03-20nrf52 cdc example work on nrf52840pdkhathach
2018-03-17adding bulk/int supporthathach