| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-27 | more include clean up | hathach | |
| 2021-05-27 | include clean up | hathach | |
| 2021-04-30 | Fix bug in cdc_peek | Reinhard Panhuber | |
| 2021-04-30 | Fix cdc peeks() | Reinhard Panhuber | |
| 2021-04-30 | Remove all remainings with peek_at | Reinhard Panhuber | |
| 2021-04-03 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-03-12 | use !tu_fifo_empty() instead of tu_fifo_count() | hathach | |
| 2021-03-11 | Add fifo empty check. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2021-03-10 | Merge branch 'master' into edpt_ISO_xfer | hathach | |
| 2021-03-10 | Call One time tu_fifo_write_n on cdcd_xfer_cb | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2021-03-04 | Extend FIFO mutex to use separate write and read mutexes. | Reinhard Panhuber | |
| Adjust all USB drivers using FIFO and mutexes. | |||
| 2021-02-26 | Update cdc_device.h | boggyb | |
| Minor api callback change as requested | |||
| 2021-02-25 | initial break request handling | amit verma | |
| 2021-02-18 | Implement requested PR changes | Jeremiah McCarthy | |
| Removes CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT, and makes the manual padding behavior standard. Replaced unused variable name with TU_RESERVED. | |||
| 2021-02-16 | Add alternate bitfield padding option | Jeremiah McCarthy | |
| Adds configuration option CFG_TUSB_ALT_BIT_PACKING_ALIGNMENT, which substitutes bitfield variable " : 0" padding syntax with an unused variable of size equal to the remaining number of bits. This change resolves aligned access issues for some platforms. Default behavior is original if the option is not explicitly enabled. | |||
| 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-19 | migrate cdc_device to new control_xfer_cb | hathach | |
| 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-07 | Merge pull request #553 from hathach/host-async-control | Ha Thach | |
| Host async control | |||
| 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-02 | enable cdc auto flush on write() | hathach | |
| if there is enough data in the fifo | |||
| 2020-11-02 | remove legacy blocking usbh_control_xfer() | hathach | |
| reworking cdc host driver | |||
| 2020-10-31 | Rename CDC_COMM_SUBCLASS_ETHERNET_NETWORKING_CONTROL_MODEL | Jacob Potter | |
| This was a confusing name; "Ethernet control model" (CDC ECM) and "network control model" (CDC NCM) are two separate USB subclasses. | |||
| 2020-10-11 | Merge branch 'master' into host-async-control | hathach | |
| 2020-09-14 | cdc device: claim endpoint before checking fifo availability | hathach | |
| - add pre-check to reduce mutex lock in usbd_edpt_claim | |||
| 2020-09-12 | typo | hathach | |
| 2020-09-10 | update claim edpt for hid and midi | hathach | |
| 2020-09-10 | Set new define because of build failure | Jan Dümpelmann | |
| 2020-09-09 | typo | hathach | |
| 2020-09-09 | clean up | hathach | |
| 2020-09-09 | update cdc edpt read | hathach | |
| 2020-09-09 | introduce optional usbd_edpt_claim, usbd_edpt_release which can be used to ↵ | hathach | |
| gain exclusive access to usbd_edpt_xfer | |||
| 2020-09-06 | change xfer_cb return type from void to bool | hathach | |
| 2020-09-05 | defer xfer_isr to xfer_cb | hathach | |
| 2020-09-04 | Add functionality to abort an ongoing transfer | Jan Dümpelmann | |
| 2020-09-03 | New function to modify fifo overwritability | Jan Dümpelmann | |
| 2020-09-03 | Turn transmit fifo overwritable in no DTR mode | Jan Dümpelmann | |
| 2020-09-03 | Remove connected check for write flushing | Jan Dümpelmann | |
| 2020-09-01 | Merge branch 'master' into update-host | hathach | |
| 2020-08-24 | improve midi | hathach | |
| - fix #436 tud_midi_rx_cb() not invoked - fix xfer_cb() not handle ep in - add ZLP if needed | |||
| 2020-08-21 | Merge pull request #434 from gh2o/master | Ha Thach | |
| Add TX callback to CDC device | |||
| 2020-08-20 | Slight optimization for cdc tx refill | Gavin Li | |
| 2020-08-20 | Smarter CDC TX refill logic | Gavin Li | |
| 2020-07-17 | add new name warning to cdc and midi (skip msc, hid warning for now) | hathach | |
| 2020-07-16 | add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lun | hathach | |
| 2020-07-16 | add tud_speed_get() | hathach | |
| - define both fs and hs configuration descriptor - rename CFG_TUD_CDC_EPSIZE to CFG_TUD_CDC_EP_BUFSIZE with default size of 64 for FS, and 512 for HS | |||
| 2020-07-10 | Improve comment on CDC tud_cdc_write_available() | Craig Hutchinson | |
| Fixes #460 | |||
| 2020-07-01 | fix dfu-rt to response to SET_INTERFACE and DFU_GETSTATUS | hathach | |
| fix #450 | |||
