| Age | Commit message (Expand) | Author |
| 2018-11-13 | added tud_cdc_write_str, tu_fifo only use mutex for RTOS config | hathach |
| 2018-11-09 | Support the no CDC protocol as well. | Scott Shawcroft |
| 2018-11-09 | Exempt from strict warnings for struct packing and add MCU options | Scott Shawcroft |
| 2018-11-08 | Polish up control split and treat it more like a normal endpoint. | Scott Shawcroft |
| 2018-11-07 | Split out the control endpoint logic | Scott Shawcroft |
| 2018-11-07 | Add SAMD21 and SAMD51 support for CircuitPython. | Scott Shawcroft |
| 2018-11-02 | use mutex for cdc device fifo | hathach |
| 2018-10-24 | rename verify_breakpoint to TU_BREAKPOINT | hathach |
| 2018-10-24 | replace dcd_xfer_complete by dcd_xfer_complete() | hathach |
| 2018-10-23 | clean up msc device | hathach |
| 2018-10-23 | clean up helper func | hathach |
| 2018-10-05 | comment out cdc flush on write (for now). Since it has issue with circuitpython | hathach |
| 2018-08-30 | cdc flush on write() if queue more than epsize | hathach |
| 2018-08-30 | remove CFG_TUD_CDC_FLUSH_ON_SOF option | hathach |
| 2018-08-28 | cdc device : rename epin_buf, epout_buf | hathach |
| 2018-08-28 | minor nrf52 driver correct | hathach |
| 2018-08-23 | rename common func to avoid conflict | hathach |
| 2018-08-15 | correct cdc line coding memory align | hathach |
| 2018-08-13 | rename VERIFY to TU_VERIFY to avoid conflict with application | hathach |
| 2018-08-01 | improve auto descriptor | hathach |
| 2018-07-31 | dev hid enhancement, add report descriptor templates for keyboard, mouse, con... | hathach |
| 2018-07-31 | fix hid warning, move report descriptor template to hid.h | hathach |
| 2018-07-31 | move default option | hathach |
| 2018-07-31 | tud_hid_generic_get_report_cb and tud_hid_generic_set_report_cb are mandantory | hathach |
| 2018-07-31 | add tud_hid_generic_report() | hathach |
| 2018-07-30 | enhance device hid driver | hathach |
| 2018-07-29 | hid device enhance | hathach |
| 2018-07-28 | fix hid generic various error | hathach |
| 2018-07-28 | beter hid report | hathach |
| 2018-07-28 | adding hid_generic support | hathach |
| 2018-07-28 | change HID config, move HID boot config to part of auto descriptor only | hathach |
| 2018-07-27 | seperate CFG_TUD_HID_BOOT_PROTOCOL to CFG_TUD_HID_KEYBOARD_BOOT & CFG_TUD_HID... | hathach |
| 2018-07-27 | add usb msc callback description | hathach |
| 2018-07-27 | house keeping | hathach |
| 2018-07-26 | update device msc callback | hathach |
| 2018-07-26 | rename some scsi command struct, add SCSI_CMD_MODE_SENSE_6 to built-in suppor... | hathach |
| 2018-07-26 | clean up | hathach |
| 2018-07-26 | add tud_msc_set_sense(), update msc device to reponse with default sense (ill... | hathach |
| 2018-07-26 | fix hid keyboard idle rate | hathach |
| 2018-07-25 | add SCSI_CMD_REQUEST_SENSE into device msc built-in command | hathach |
| 2018-07-25 | clean up device msc | hathach |
| 2018-07-25 | update msc example | hathach |
| 2018-07-25 | correct msc stall behavior | hathach |
| 2018-07-25 | enhance device msc response in case of STALL response | hathach |
| 2018-07-25 | clean up device msc API | hathach |
| 2018-07-25 | add scsi start stop unit struct, improve device msc, correctly stall unsuppor... | hathach |
| 2018-07-25 | add control set boot protocol support and keyboard idle rate | hathach |
| 2018-07-25 | add tud_msc_ready() | hathach |
| 2018-07-24 | improve tud_hid_mouse API() | hathach |
| 2018-07-24 | rename tud_hid_mouse_busy to tud_hid_mouse_ready | hathach |