summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2018-07-12changing cdc device to support multiple interface (not yet)hathach
2018-07-12clean uphathach
2018-07-12rename CFG_TUD_ENUM_BUFFER_SIZE to CFG_TUD_CTRL_BUFSIZEhathach
2018-07-12dropping multiple port device supporthathach
2018-07-10add nrf errata check temporarily part of hal_nrfhathach
2018-07-10fix ITF counthathach
2018-07-10clean up usbd auto deschathach
2018-07-05allow tusb_init() to call multiple timeshathach
2018-07-04add CFG_TUD_MSC_VENDOR,CFG_TUD_MSC_PRODUCT, CFG_TUD_MSC_PRODUCT_REV for msc i...hathach
2018-07-04add CFG_TUD_MSC_BLOCK_NUM, CFG_TUD_MSC_BLOCK_SZ msc device auto response to s...hathach
2018-07-04rename fifo * to tu_fifo to avoid conflict with other modulehathach
2018-07-03add TUD_DESC_STRCONVhathach
2018-07-02clean uphathach
2018-07-02clean uphathach
2018-07-02remove sdk, add nrfx as submodulehathach
2018-07-01clean uphathach
2018-07-01update auto descriptorhathach
2018-07-01add CFG_TUD_DESC_AUTO for auto descritpor (device, config)hathach
2018-06-24clean uphathach
2018-06-24fix msc device with transfer len > 65k byteshathach
2018-06-23enhance and fix bug with dcd for nrf5xhathach
2018-06-23clean up device cdchathach
2018-06-22clean uphathach
2018-06-22enhance usbd: add usbd_defer_func()hathach
2018-06-22clean uphathach
2018-06-21fix msc block count gethathach
2018-06-19update msc device adjust lba for read10, write10 callbackhathach