mirror of
https://github.com/esphome/esphome.git
synced 2026-02-18 15:35:59 -07:00
[tinyusb] New component (#11678)
This commit is contained in:
8
tests/components/tinyusb/common.yaml
Normal file
8
tests/components/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
|
||||
1
tests/components/tinyusb/test.esp32-p4-idf.yaml
Normal file
1
tests/components/tinyusb/test.esp32-p4-idf.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
||||
1
tests/components/tinyusb/test.esp32-s2-idf.yaml
Normal file
1
tests/components/tinyusb/test.esp32-s2-idf.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
||||
1
tests/components/tinyusb/test.esp32-s3-idf.yaml
Normal file
1
tests/components/tinyusb/test.esp32-s3-idf.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
||||
Reference in New Issue
Block a user