| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-05 | prepare for release | hathach | |
| 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-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 | |||
| 2020-06-13 | Fix mic audio descriptor, fix too strict check on IAD desc. in usbd.c | Reinhard Panhuber | |
| 2020-06-11 | Merge branch 'master' into uac2 | Reinhard Panhuber | |
| 2020-05-31 | Merge pull request #413 from kasjer/kasjer/ble-over-usb | Ha Thach | |
| Bluetooth HCI transport over USB | |||
| 2020-05-28 | add get device qualifier descriptor | hathach | |
| 2020-05-28 | Add bt hci device class | Jerzy Kasenberg | |
| Code implements USB transport for bluetooth HCI. | |||
| 2020-05-22 | Add basic UAC2 structure - untested | Reinhard Panhuber | |
| 2020-05-20 | added tud_task_event_ready() | hathach | |
| to check if there is pending events in the tud task without executing it. Useful to check before entering low power mode with WFI/WFE | |||
| 2020-04-20 | add back MIDI multiple jack | hathach | |
| 2020-04-17 | mass rename tud/dcd_irq_handler to tud/dcd_init_handler | hathach | |
| 2020-04-15 | add IAD for CDC ECM, remove EEM descriptor template | hathach | |
| 2020-04-15 | change cdc template protocol to None | hathach | |
| 2020-04-14 | adding subclass & protocol to class driver structure | hathach | |
| 2020-04-14 | Merge pull request #334 from majbthrd/usbnet_osagnostic | Ha Thach | |
| usbnet: OS-agnostic (Windows/Linux/macOS) network driver | |||
| 2020-04-12 | usbnet: OS-agnostic (Windows/Linux/macOS) network driver | Peter Lawrence | |
| 2020-04-11 | Merge branch 'master' into refactor-irqhandler | Ha Thach | |
| 2020-04-09 | adding dcd_connect/disconnect | hathach | |
| 2020-04-06 | mass rename dcd_isr() to dcd_irq_handler() | hathach | |
| 2020-04-06 | mass rename tud_isr to tud_irq_handler | hathach | |
| 2020-03-31 | revise argument order for TUD_CONFIG_DESCRIPTOR macro | Peter Lawrence | |
| 2020-03-30 | add provision for multiple configurations | Peter Lawrence | |
| 2020-03-02 | add CDC-ECM/RNDIS/CDC-EEM network device class with example | Peter Lawrence | |
| 2020-02-26 | Add langid support to descriptor string callback. | Chang Feng | |
| Signed-off-by: Chang Feng <[email protected]> | |||
| 2020-01-15 | Normalize line endings | Nathan Conrad | |
| 2019-12-20 | clean warnings | hathach | |
| 2019-11-21 | adding tud_isr/tuh_isr with lpc18/43 | hathach | |
| 2019-10-31 | Merge pull request #206 from hathach/develop | hathach | |
| Added a couple of unit testing with Ceedling/Cmock/Unity | |||
| 2019-10-30 | rename usbd_init() to tud_init() | hathach | |
| 2019-10-28 | Add support for DFU Runtime class for devices | Sylvain Munaut | |
| This is really just a few descriptors and then answering to the request from the host to reboot into DFU mode. That latter part is delegated to the app since this is platform specific. Signed-off-by: Sylvain Munaut <[email protected]> | |||
| 2019-09-19 | Move descriptors to usbd.h | Nathan Conrad | |
| 2019-08-23 | fix warnings of template descriptor | hathach | |
