summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Collapse)Author
2018-07-25add scsi start stop unit struct, improve device msc, correctly stall ↵hathach
unsupported scsi command
2018-07-24house keepinghathach
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-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-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-13add ep2drv, rename descriptor offsethathach
2018-07-04rename fifo * to tu_fifo to avoid conflict with other modulehathach
2018-07-03add TUD_DESC_STRCONVhathach
2018-07-02clean uphathach
2018-06-23clean up device cdchathach
separate cdc tx & rx bufsize
2018-06-18clean uphathach
2018-06-18rename subfolder source to srchathach