summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Collapse)Author
2018-07-24change tud_hid_keyboard_busy() to tud_hid_keyboard_ready() for positive meaninghathach
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
- add CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP - add tud_hid_keyboard_send_keycode(), tud_hid_keyboard_send_char(), tud_hid_keyboard_send_string() - add timeout_blocking_wait()
2018-07-23reworking device hid class driverhathach
2018-07-20also added wanted char to fifohathach
2018-07-17forgot to add tud_cdc_read_flush()hathach
2018-07-17revert usbd_control_xfer_st() implementationhathach
enhance cdc with better multiple interfaces support add default ep size for cdc and msc device CFG_TUD_CDC_EPSIZE, CFG_TUD_MSC_EPSIZE
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-13rename class driver close() to reset()hathach
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-04add CFG_TUD_MSC_VENDOR,CFG_TUD_MSC_PRODUCT, CFG_TUD_MSC_PRODUCT_REV for msc ↵hathach
inquiry response
2018-07-04add CFG_TUD_MSC_BLOCK_NUM, CFG_TUD_MSC_BLOCK_SZ msc device auto response to ↵hathach
scsi read capa and read format cap
2018-07-04rename fifo * to tu_fifo to avoid conflict with other modulehathach
2018-07-01clean uphathach
2018-06-24clean uphathach
2018-06-24fix msc device with transfer len > 65k byteshathach
2018-06-23clean up device cdchathach
separate cdc tx & rx bufsize
2018-06-21fix msc block count gethathach
2018-06-19update msc device adjust lba for read10, write10 callbackhathach
2018-06-19re-increase cdc buffer for nrf52840 due to bulk out issuehathach
2018-06-18rename subfolder source to srchathach