[usb_cdc_acm] New component (#11687)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
This commit is contained in:
5
tests/components/usb_cdc_acm/test.esp32-p4-idf.yaml
Normal file
5
tests/components/usb_cdc_acm/test.esp32-p4-idf.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
<<: !include tinyusb_common.yaml
|
||||
|
||||
usb_cdc_acm:
|
||||
interfaces:
|
||||
id: usb_cdc_acm1
|
||||
5
tests/components/usb_cdc_acm/test.esp32-s2-idf.yaml
Normal file
5
tests/components/usb_cdc_acm/test.esp32-s2-idf.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
<<: !include tinyusb_common.yaml
|
||||
|
||||
usb_cdc_acm:
|
||||
interfaces:
|
||||
- id: usb_cdc_acm1
|
||||
6
tests/components/usb_cdc_acm/test.esp32-s3-idf.yaml
Normal file
6
tests/components/usb_cdc_acm/test.esp32-s3-idf.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
<<: !include tinyusb_common.yaml
|
||||
|
||||
usb_cdc_acm:
|
||||
interfaces:
|
||||
- id: usb_cdc_acm1
|
||||
- id: usb_cdc_acm2
|
||||
8
tests/components/usb_cdc_acm/tinyusb_common.yaml
Normal file
8
tests/components/usb_cdc_acm/tinyusb_common.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
tinyusb:
|
||||
id: tinyusb_test
|
||||
usb_lang_id: 0x0123
|
||||
usb_manufacturer_str: ESPHomeTestManufacturer
|
||||
usb_product_id: 0x1234
|
||||
usb_product_str: ESPHomeTestProduct
|
||||
usb_serial_str: ESPHomeTestSerialNumber
|
||||
usb_vendor_id: 0x2345
|
||||
Reference in New Issue
Block a user