| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-22 | Merge pull request #950 from HiFiPhile/dfu | Ha Thach | |
| DFU improvements | |||
| 2021-07-22 | fix ci | hathach | |
| 2021-07-22 | add dcd_attr for DCD_ATTR_ENDPOINT_MAX | hathach | |
| could be useful with more dcd specific attribute | |||
| 2021-07-17 | Merge branch 'master' into dcd_same70 | HiFiPhile | |
| 2021-07-12 | simplify TUD_DFU_DESCRIPTOR with alternate count | hathach | |
| remove CFG_TUD_DFU_ALT_COUNT since there is only one DFU functional descriptor | |||
| 2021-07-12 | rename TUD_DFU_MODE_DESCRIPTOR to TUD_DFU_DESCRIPTOR | hathach | |
| 2021-07-12 | Merge branch 'dfu' of https://github.com/HiFiPhile/tinyusb into HiFiPhile-dfu | hathach | |
| 2021-07-08 | Add bwPollTimeout set callback, postpone download callback after GETSTATUS | Mengsk | |
| 2021-07-07 | Refactor with one DFU functionnal descriptor | HiFiPhile | |
| 2021-07-07 | Reactor to one functional descriptor. | Mengsk | |
| 2021-07-05 | Add alt settings support in DFU class. | Mengsk | |
| 2021-07-04 | Fix audiod_get_AS_interface_index in audio class. | MasterPhi | |
| Enhance uac2_headset example with multiple sample rates. Add macro to calculate EP size. | |||
| 2021-06-24 | fix warning | Mengsk | |
| 2021-06-11 | weak atrribute work around removed from CCRX_Port | Wini-Buh | |
| 2021-06-03 | Merge remote-tracking branch 'upstream/master' into CCRX_Port | Wini-Buh | |
| 2021-05-29 | Adaptations for Renesas CCRX toolchain and Rx72N controller performed | Wini-Buh | |
| 2021-05-27 | clean up | hathach | |
| 2021-05-25 | Merge remote-tracking branch 'official/master' | Jeremiah McCarthy | |
| 2021-05-18 | add tuh_device_ready() | hathach | |
| 2021-05-18 | separte tusb_init/inited() to tud/tuh init/inited | hathach | |
| add rhport to tud_init() | |||
| 2021-05-18 | add tuh_inited() and tud_inited() | hathach | |
| 2021-05-06 | Merge branch 'master' of github.com:xmos-jmccarthy/tinyusb | Jeremiah McCarthy | |
| 2021-04-22 | Remove unused alt_setting | Jeremiah McCarthy | |
| 2021-04-03 | Generalize audio driver for 3 audio functions plus a lot more. | Reinhard Panhuber | |
| - Audio format and parameters are parsed from descriptors thus user no longer needs to give them explicitely - Tested for 4 channel software type I PCM encoding with 16 bit with 1 channel per FIFO and 2 channels per FIFO (this is I2S specific) | |||
| 2021-03-26 | Add DFU Class per Version 1.1 Spec | Jeremiah McCarthy | |
| 2021-03-04 | add note for MIDI (audio v1.0) endpoint decriptor use 9 bytes instead of 7 | hathach | |
| 2021-02-28 | Fix Endpoint descriptor for MIDI Device | Duddie | |
| Endpoint descriptor should be 9 bytes in length (not 7) and have two extra bytes at the end: bRefresh and bSynchAddress According to MIDI USB specification 1.0 (6.2.1 Standard MS Bulk Data Endpoint Descriptor) | |||
| 2021-02-05 | prepare for release | hathach | |
| 2021-01-03 | Merge branch 'master' into ncm | Jacob Potter | |
| 2020-11-24 | add tud_connected() | hathach | |
| which return true as long as we receive the very first SETUP packet from host. | |||
| 2020-11-20 | migrate vendor 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-07 | Merge pull request #553 from hathach/host-async-control | Ha Thach | |
| Host async control | |||
| 2020-11-05 | Reduce excessive poll rate on interrupt endpoint | Jacob Potter | |
| 2020-11-04 | Add CDC NCM driver | Jacob Potter | |
| 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-15 | audio: Add two channel feature unit descriptor | Jerzy Kasenberg | |
| Feature unit descriptor size depends on number of channels. So far only single channel feature unit was present. This change adds feature unit descriptor for two channels. | |||
| 2020-10-11 | Merge branch 'master' into host-async-control | hathach | |
| 2020-10-07 | tab -> spaces | hathach | |
| 2020-10-01 | Change AUDIO_CS_INTERFACE_HEADER to AUDIO_CS_AC_INTERFACE_HEADER | Reinhard Panhuber | |
| 2020-09-29 | Change AUDIO_FUNC_PROTOCOL_CODE_UNDEF for midi in usbd.h | Reinhard Panhuber | |
| 2020-09-28 | audio: Add descriptor for mono speaker | Jerzy Kasenberg | |
| This provides descriptor for mono speaker with explicit feedback. | |||
| 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-05 | clean up | hathach | |
| 2020-08-16 | Merge remote-tracking branch 'upstream/master' into uac2 | Reinhard Panhuber | |
| Conflicts: src/device/usbd.c src/device/usbd.h src/portable/st/synopsys/dcd_synopsys.c | |||
| 2020-08-07 | allow application driver to overwrite built-in one | hathach | |
| - position application driver before built-in - remove dcd.h from public include. | |||
| 2020-07-25 | Merge remote-tracking branch 'upstream/master' into uac2 | Reinhard Panhuber | |
| 2020-07-23 | example to call tud_init() after freeRTOS kernel is started | hathach | |
| add note for usb init when using with RTOS | |||
| 2020-07-17 | Intermediate commit. | Reinhard Panhuber | |
| 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 | |||
