[tests] Migrate components to shared packages and fix ID ambiguity (#11819)

This commit is contained in:
J. Nick Koston
2025-11-10 19:00:54 -06:00
committed by GitHub
parent 1cccfdd2b9
commit 82692d7053
14 changed files with 111 additions and 165 deletions

View File

@@ -86,6 +86,7 @@ ISOLATED_COMPONENTS = {
"modbus_controller": "Defines multiple modbus buses for testing client/server functionality - conflicts with package modbus bus",
"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",
}