Skip to content

Commit

Permalink
Merge branch 'feature/usb/update_cdc_examples' into 'master'
Browse files Browse the repository at this point in the history
usb: Update host CDC examples

See merge request espressif/esp-idf!22825
  • Loading branch information
tore-espressif committed Apr 4, 2023
2 parents 9d607c0 + 2c6d0ba commit 9f20121
Show file tree
Hide file tree
Showing 15 changed files with 212 additions and 550 deletions.
4 changes: 2 additions & 2 deletions docs/en/api-reference/peripherals/usb_host.rst
Expand Up @@ -363,8 +363,8 @@ CDC-ACM

* A host class driver for the Communication Device Class (Abstract Control Model) is deployed to `IDF component registry <https://components.espressif.com/component/espressif/usb_host_cdc_acm>`__.
* The :example:`peripherals/usb/host/cdc/cdc_acm_host` example uses the CDC-ACM host driver component to communicate with CDC-ACM devices
* The :example:`peripherals/usb/host/cdc/cdc_acm_bg96` example uses the CDC-ACM host driver component to communicate with non-compliant CDC-ACM devices (i.e., vendor-specific classes that support a subset of CDC-ACM features) such as the Quectel BG96 modem.
* The :example:`peripherals/usb/host/cdc/cdc_acm_vcp` example shows how can you extend the CDC-ACM host driver to interface Virtual COM Port devices.
* The CDC-ACM driver is also used in `esp_modem examples <https://github.com/espressif/esp-protocols/tree/master/components/esp_modem/examples>`__, where it is used for communication with cellular modems.

MSC
"""
Expand Down Expand Up @@ -405,4 +405,4 @@ Maintainers Notes
:hidden:
:maxdepth: 0

usb_host/usb_host_notes_index
usb_host/usb_host_notes_index
8 changes: 0 additions & 8 deletions examples/peripherals/usb/host/cdc/cdc_acm_bg96/CMakeLists.txt

This file was deleted.

99 changes: 0 additions & 99 deletions examples/peripherals/usb/host/cdc/cdc_acm_bg96/README.md

This file was deleted.

This file was deleted.

84 changes: 0 additions & 84 deletions examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/bg96_usb.hpp

This file was deleted.

0 comments on commit 9f20121

Please sign in to comment.