summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-27house keepinghathach
2018-07-26update device msc callbackhathach
2018-07-26rename some scsi command struct, add SCSI_CMD_MODE_SENSE_6 to built-in suppor...hathach
2018-07-26move nrf_drv_usbd_errata to portable folderhathach
2018-07-26clean uphathach
2018-07-26add tud_msc_set_sense(), update msc device to reponse with default sense (ill...hathach
2018-07-26fix hid keyboard idle ratehathach
2018-07-25add SCSI_CMD_REQUEST_SENSE into device msc built-in commandhathach
2018-07-25clean up device mschathach
2018-07-25update msc examplehathach
2018-07-25correct msc stall behaviorhathach
2018-07-25enhance device msc response in case of STALL responsehathach
2018-07-25add dcd_edpt_stalled() APIhathach
2018-07-25clean up device msc APIhathach
2018-07-25add scsi start stop unit struct, improve device msc, correctly stall unsuppor...hathach
2018-07-25add control set boot protocol support and keyboard idle ratehathach
2018-07-25add tusb_usbser.inf for windowshathach
2018-07-25add tud_msc_ready()hathach
2018-07-25tested boot mouse workinghathach
2018-07-24fix boot mouse descriptor issuehathach
2018-07-24improve tud_hid_mouse API()hathach
2018-07-24rename tud_hid_mouse_busy to tud_hid_mouse_readyhathach
2018-07-24change tud_hid_keyboard_busy() to tud_hid_keyboard_ready() for positive meaninghathach
2018-07-24house keepinghathach
2018-07-24rename device mouse APIhathach
2018-07-24rename device keyboard apihathach
2018-07-24nrf52840 boot mouse does not work, need more workhathach
2018-07-23clean up includehathach
2018-07-23rename timeout_ API to tu_timeout APIhathach
2018-07-23rename timeout_timer.h to tusb_timeout.hhathach
2018-07-23rename tud_hid_mouse_is_busy to tud_hid_mouse_busyhathach
2018-07-23enhance device hidhathach
2018-07-23add descriptor string count for tud_desc_set_thathach
2018-07-23fix descriptor minor issuehathach
2018-07-23reworking device hid class driverhathach
2018-07-20also added wanted char to fifohathach
2018-07-17nrf: move power setup out of stack (to application)hathach
2018-07-17forgot to add tud_cdc_read_flush()hathach
2018-07-17revert usbd_control_xfer_st() implementationhathach
2018-07-14rename tud_cdc_flush() to tud_cdc_write_flush(), add tud_cdc_read_flush()hathach
2018-07-14add device cdc wanted char callback, cdc peekhathach
2018-07-14use _usbd_ctrl_buf for control transferm refactor cdc devicehathach
2018-07-13only call class xfer callback associated with endpoint addresshathach
2018-07-13add ep2drv, rename descriptor offsethathach
2018-07-13change mapping interface to driver instead of class codehathach
2018-07-13rename class driver close() to reset()hathach
2018-07-13remove unused usbd dev statehathach
2018-07-13more clean uphathach
2018-07-13clean uphathach
2018-07-13better multiple interfaces support for cdc devicehathach