diff --git a/trunner/target/armv7m7.py b/trunner/target/armv7m7.py index f4162ea3..3b552469 100644 --- a/trunner/target/armv7m7.py +++ b/trunner/target/armv7m7.py @@ -89,7 +89,7 @@ def build_test(self, test: TestOptions) -> Callable[[TestResult], TestResult]: class IMXTarget(ARMv7M7Target): def __init__(self, host: Host, port: Optional[str] = None, baudrate: int = 115200): if not port: - port = find_port("0D28:0204") # vid:pid + port = find_port("CMSIS-DAP") super().__init__(host, port, baudrate)