| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-26 | clean up warnings | hathach | |
| 2018-11-23 | rename tusb_event_t to xfer_result_t | hathach | |
| 2018-11-16 | nrf5x: 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-14 | Merge pull request #7 from tannewt/tinyusb_samd | hathach | |
| Add SAMD support and simplify OS_NONE | |||
| 2018-11-13 | added tud_cdc_write_str, tu_fifo only use mutex for RTOS config | hathach | |
| 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-08-30 | remove CFG_TUD_CDC_FLUSH_ON_SOF option | hathach | |
| 2018-07-17 | forgot to add tud_cdc_read_flush() | hathach | |
| 2018-07-17 | revert usbd_control_xfer_st() implementation | hathach | |
| 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-14 | rename tud_cdc_flush() to tud_cdc_write_flush(), add tud_cdc_read_flush() | hathach | |
| 2018-07-14 | add device cdc wanted char callback, cdc peek | hathach | |
| 2018-07-14 | use _usbd_ctrl_buf for control transferm refactor cdc device | hathach | |
| 2018-07-13 | rename class driver close() to reset() | hathach | |
| 2018-07-13 | clean up | hathach | |
| 2018-07-13 | better multiple interfaces support for cdc device | hathach | |
| 2018-07-12 | changing cdc device to support multiple interface (not yet) | hathach | |
| 2018-06-18 | rename subfolder source to src | hathach | |
