| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-27 | fix ci | hathach | |
| 2020-11-27 | add bus suspend & resume support for esp32s2 | hathach | |
| 2020-11-25 | Merge pull request #562 from hathach/correctly-invoke-scsi-callback | Ha Thach | |
| msc only invoke scsi complete callback after status transaction is complete | |||
| 2020-11-24 | msc only invoke scsi complete callback after status transaction is complete | hathach | |
| 2020-11-24 | Merge pull request #561 from hathach/add-tud-connected | Ha Thach | |
| add tud_connected() | |||
| 2020-11-24 | add tud_connected() | hathach | |
| which return true as long as we receive the very first SETUP packet from host. | |||
| 2020-11-24 | Merge pull request #506 from duempel/cdc_without_dtr | Ha Thach | |
| CDC without DTR being set | |||
| 2020-11-24 | more ci | hathach | |
| 2020-11-24 | fix ci build | hathach | |
| 2020-11-24 | comment out and add note for tud_cdc_connected() in cdc_msc examples | hathach | |
| 2020-11-23 | add tud_ready() check in tud_cdc_n_write_flush() | hathach | |
| other clean up | |||
| 2020-11-23 | Merge branch 'master' into cdc_without_dtr | Ha Thach | |
| 2020-11-23 | Merge pull request #560 from hathach/fix-559 | Ha Thach | |
| have tusb_init() return true instead of TUSB_ERROR_NONE | |||
| 2020-11-23 | have tusb_init() return true instead of TUSB_ERROR_NONE | hathach | |
| 2020-11-23 | Merge pull request #557 from hathach/rework-class-driver-control | Ha Thach | |
| Rework class driver control transfer | |||
| 2020-11-20 | remove control_complete | hathach | |
| 2020-11-20 | migrate audio device to new control xfer cb | hathach | |
| 2020-11-20 | migrate net device to new control xfer cb | hathach | |
| 2020-11-20 | clean up | hathach | |
| 2020-11-20 | migrate bth device to new control xfer cb | hathach | |
| 2020-11-20 | migrate vendor device to new control xfer cb | hathach | |
| 2020-11-20 | migrate dfu runtime device to new control xfer cb | hathach | |
| 2020-11-20 | migrate usbtmc device to new control xfer cb | hathach | |
| 2020-11-20 | clean up | hathach | |
| 2020-11-20 | migrate midi device to new control xfer cb | hathach | |
| 2020-11-19 | migrate hid device to new control xfer cb | hathach | |
| 2020-11-19 | migrate cdc_device to new control_xfer_cb | hathach | |
| 2020-11-19 | merge class driver control_request & control_complete to control_xfer_cb() | hathach | |
| migrated msc_device | |||
| 2020-11-18 | Remove dcd_edpt_xfer_abort from DCD header | Jan Dümpelmann | |
| 2020-11-18 | Changes to CDC example code: | Jan Dümpelmann | |
| - auto flush welcome message at connection event - provide information to the user if the terminal did not set DTR | |||
| 2020-11-18 | Reset CDC examples to original state | Jan Dümpelmann | |
| 2020-11-18 | Implementation of the discussed changes | Jan Dümpelmann | |
| - remove usbd_edpt_xfer_abort - rename tu_fifo_change_mode to tu_fifo_set_mode - remove CFG_TUD_CDC_CLEAR_AT_CONNECTION definition - remove auto fifo clear at connection event - add tud_cdc_n_write_clear function | |||
| 2020-11-09 | Merge pull request #554 from hathach/initial-same7x | Ha Thach | |
| Initial same7x | |||
| 2020-11-09 | fix ci | hathach | |
| 2020-11-09 | same70 xplained uart via edbg work with board_test | hathach | |
| 2020-11-09 | same70 xplained led and button works wiht board_test example | hathach | |
| 2020-11-08 | update microchipo driver submodule | hathach | |
| 2020-11-08 | clean up | hathach | |
| 2020-11-08 | Merge pull request #551 from dobairoland/master | Ha Thach | |
| Make the disk disappear on Windows after it was ejected | |||
| 2020-11-07 | release 0.7.0 with changelog and doc update0.7.0 | hathach | |
| 2020-11-07 | Merge pull request #553 from hathach/host-async-control | Ha Thach | |
| Host async control | |||
| 2020-11-07 | clean up | hathach | |
| 2020-11-05 | Make the disk disappear on Windows after it was ejected | Roland Dobai | |
| Make the disk disappear on Windows after it was ejected. The device need to be re-inserted or reseted to re-appear again. This doesn't affect Linux where the device can be mounted and unmounted repeatedly. Closes https://github.com/hathach/tinyusb/issues/549 | |||
| 2020-11-04 | Merge remote-tracking branch 'hathach/master' into cdc_without_dtr | Jan Dümpelmann | |
| 2020-11-03 | Merge pull request #547 from hathach/cdc-auto-write-flush | Ha Thach | |
| enable cdc auto flush on write() | |||
| 2020-11-03 | Merge pull request #546 from hathach/use-same51-from-asf4 | Ha Thach | |
| use same51 driver to adafruit asf4 submodule | |||
| 2020-11-02 | Merge pull request #545 from j4cbo/master | Ha Thach | |
| Rename CDC_COMM_SUBCLASS_ETHERNET_NETWORKING_CONTROL_MODEL | |||
| 2020-11-02 | enable cdc auto flush on write() | hathach | |
| if there is enough data in the fifo | |||
| 2020-11-02 | use same51 driver to adafruit asf4 submodule | hathach | |
| 2020-11-02 | remove legacy blocking usbh_control_xfer() | hathach | |
| reworking cdc host driver | |||
