[ci] Isolate usb_cdc_acm in component tests due to tinyusb/usb_host conflict (#12392)

This commit is contained in:
J. Nick Koston
2025-12-10 00:49:29 +01:00
committed by GitHub
parent 5919355d18
commit 608f834eaa

View File

@@ -87,6 +87,7 @@ ISOLATED_COMPONENTS = {
"neopixelbus": "RMT type conflict with ESP32 Arduino/ESP-IDF headers (enum vs struct rmt_channel_t)",
"packages": "cannot merge packages",
"tinyusb": "Conflicts with usb_host component - cannot be used together",
"usb_cdc_acm": "Depends on tinyusb which conflicts with usb_host",
}