summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2018-11-13added tud_cdc_write_str, tu_fifo only use mutex for RTOS confighathach
2018-11-09Support the no CDC protocol as well.Scott Shawcroft
2018-11-09Exempt from strict warnings for struct packing and add MCU optionsScott Shawcroft
2018-11-08Polish up control split and treat it more like a normal endpoint.Scott Shawcroft
2018-11-07Split out the control endpoint logicScott Shawcroft
2018-11-07Add SAMD21 and SAMD51 support for CircuitPython.Scott Shawcroft
2018-11-02use mutex for cdc device fifohathach
2018-10-24rename verify_breakpoint to TU_BREAKPOINThathach
2018-10-24replace dcd_xfer_complete by dcd_xfer_complete()hathach
2018-10-23clean up msc devicehathach
2018-10-23clean up helper funchathach
2018-10-05comment out cdc flush on write (for now). Since it has issue with circuitpythonhathach
2018-08-30cdc flush on write() if queue more than epsizehathach
2018-08-30remove CFG_TUD_CDC_FLUSH_ON_SOF optionhathach
2018-08-28cdc device : rename epin_buf, epout_bufhathach
2018-08-28minor nrf52 driver correcthathach
2018-08-23rename common func to avoid conflicthathach
2018-08-15correct cdc line coding memory alignhathach
2018-08-13rename VERIFY to TU_VERIFY to avoid conflict with applicationhathach
2018-08-01improve auto descriptorhathach
2018-07-31dev hid enhancement, add report descriptor templates for keyboard, mouse, con...hathach
2018-07-31fix hid warning, move report descriptor template to hid.hhathach
2018-07-31move default optionhathach
2018-07-31tud_hid_generic_get_report_cb and tud_hid_generic_set_report_cb are mandantoryhathach
2018-07-31add tud_hid_generic_report()hathach
2018-07-30enhance device hid driverhathach
2018-07-29hid device enhancehathach
2018-07-28fix hid generic various errorhathach
2018-07-28beter hid reporthathach
2018-07-28adding hid_generic supporthathach
2018-07-28change HID config, move HID boot config to part of auto descriptor onlyhathach
2018-07-27seperate CFG_TUD_HID_BOOT_PROTOCOL to CFG_TUD_HID_KEYBOARD_BOOT & CFG_TUD_HID...hathach
2018-07-27add usb msc callback descriptionhathach
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-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-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 tud_msc_ready()hathach
2018-07-24improve tud_hid_mouse API()hathach
2018-07-24rename tud_hid_mouse_busy to tud_hid_mouse_readyhathach