summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Collapse)Author
2018-11-23rename xfer complete enumhathach
2018-11-23rename tusb_event_t to xfer_result_thathach
2018-11-22cdc work ok with lpc43xxhathach
2018-11-16nrf5x: refactor device control transfer.hathach
- make control transfer as part of usbd. Class driver must use usbd_control_ API() instead of dcd_ api. - change the signature of class driver's control_request - allow control request complete to stall in staus stage - move control request parser & handling to usbd.
2018-11-14Merge pull request #7 from tannewt/tinyusb_samdhathach
Add SAMD support and simplify OS_NONE
2018-11-13added tud_cdc_write_str, tu_fifo only use mutex for RTOS confighathach
2018-11-09Exempt from strict warnings for struct packing and add MCU optionsScott Shawcroft
2018-11-02add mutex support (optional) for tu_fifohathach
2018-10-24rename verify_breakpoint to TU_BREAKPOINThathach
2018-10-24replace dcd_xfer_complete by dcd_xfer_complete()hathach
2018-10-23clean up helper funchathach
2018-09-28rename queue.h to sys_queue.h to prevent name conflicthathach
2018-09-26format queue.h a bithathach
2018-09-26add sys/queue.h to commonhathach
2018-09-02clean uphathach
2018-08-23fix compiler static assert complainhathach
2018-08-23rename common func to avoid conflicthathach
2018-08-21add string desc helperhathach
2018-08-13rename VERIFY to TU_VERIFY to avoid conflict with applicationhathach
2018-07-29hid device enhancehathach
2018-07-28change HID config, move HID boot config to part of auto descriptor onlyhathach
2018-07-27house keepinghathach
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