| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | have tusb_init() return true instead of TUSB_ERROR_NONE | 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 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 | 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-11-01 | added host set_config driver | hathach | |
| to resolve control conflict with SET_CONFIGURE for class driver - open will be called to open endpoint only - set_config called later to initialized class 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-24 | net_device: re-factor code so as to not be specific to lwIP | Peter Lawrence | |
| 2020-10-24 | net_device: tweak 'pbuf chain' implementation | Peter Lawrence | |
| 2020-10-13 | more clean up | hathach | |
| 2020-10-13 | clean up | hathach | |
| 2020-10-13 | implement tuh_msc_scsi_inquiry() / tuh_msc_read_capacity() / ↵ | hathach | |
| tuh_msc_get_maxlun() | |||
| 2020-10-13 | rework msc host | hathach | |
| - msc host enum is now async - implement async tuh_msc_scsi_command() / tuh_msc_request_sense() / tuh_msc_test_unit_ready() | |||
| 2020-10-11 | Merge branch 'master' into host-async-control | hathach | |
| 2020-10-10 | Merge pull request #521 from PanRe/uac2 | Ha Thach | |
| Uac2 | |||
| 2020-10-09 | Revert dcd_alloc_mem_for_conf() but keep changes from @kasjer for ISO EP | Reinhard Panhuber | |
| Add tud_audio_set_itf_close_EP_cb() | |||
| 2020-10-09 | update tud_hid_boot_mode_cb/tud_hid_set_idle_cb support mul interfaces | hathach | |
| also clean up code | |||
| 2020-10-09 | rename multiple hid callback | hathach | |
| 2020-10-09 | Merge pull request #524 from zlittell/f_MultipleHIDInterfaces | Ha Thach | |
| Feature multiple hid interfaces | |||
| 2020-10-08 | Fix tu_verify args | Zachery Littell | |
| 2020-10-08 | Cleanup per review on PR | Zachery Littell | |
| 2020-10-07 | fix variable names. add itf n callbacks to multihid | Zachery Littell | |
| 2020-10-07 | Remove CFG_TUD_AUDIO_TX_DMA_RINGBUFFER_SIZE which is not needed any more | Reinhard Panhuber | |
| 2020-10-07 | fix audio_test build | hathach | |
| 2020-10-03 | Revert #define CFG_TUSB_DEBUG 2 to #define CFG_TUSB_DEBUG 0 | Reinhard Panhuber | |
| Change 1 << 31 to 0x100000000 in audio.h | |||
| 2020-10-02 | fix simple pull request comments. Implement descriptor index hack. | Zachery Littell | |
| 2020-10-01 | add index to report descriptor callback. this is breaking and needs to be ↵ | Zachery Littell | |
| reviewed | |||
| 2020-10-01 | create N functions and inlines for multi hid interfaces | Zachery Littell | |
| 2020-09-28 | Change AUDIO_PROTOCOL_V1 to AUDIO_FUNC_PROTOCOL_CODE_UNDEF in midi.c. | Reinhard Panhuber | |
| The USB specification does not define any AUDIO_PROTOCOL_V1! | |||
| 2020-09-28 | Cleanup for PR. | Reinhard Panhuber | |
| 2020-09-28 | Merge remote-tracking branch 'upstream/master' into uac2 | Reinhard Panhuber | |
| 2020-09-28 | audio_device: Update explicit feedback support | Jerzy Kasenberg | |
| Feedback can be specified by the user code and will be sent at feedback endpoint specified interval. | |||
| 2020-09-28 | audio_device: Allow one FIFO for N channels | Jerzy Kasenberg | |
| This allow to build with single FIFO for devices with multiple channels. Having just one FIFO greatly reduces time needed to feed endpoint. This change also allows to have one FIFO with 24 bit samples that is not rounded up to 32 bit elements. CFG_TUD_AUDIO_RX_ITEMSIZE and CFG_TUD_AUDIO_TX_ITEMSIZE can be manually defined. This allows to use FIFO more efficiently when 24 bits samples are already using 3 bytes, in this case there is no need to put them into FIFO one by one. For 8, 16, 32 bits samples size efficient FIFO access is always used when single FIFO is selected. This also changes FIFO element size to 1, FIFO usage was confusing in some place it treated content as byte base in other it looked like ITEM size is to be used. Also bufsize that in most (maybe all) cases was really meaning item count. bufsize now mean buffer size in bytes so there is no confusion. | |||
| 2020-09-28 | audio_device: Fix tud_audio_n_read_flush TU_VERIFY usage | Jerzy Kasenberg | |
| void function used TU_VERIFY in a way that returned bool value. It would not compile. | |||
| 2020-09-28 | audio_device: Fix audio_rx_done_type_I_pcm_ff_cb bufor size check | Jerzy Kasenberg | |
| Function was not checking buffer size correctly due missing parenthesis. | |||
