Skip to content

Commit

Permalink
trunner: armv7m7 unify DAP link device search
Browse files Browse the repository at this point in the history
Change provided for new revisions of boards with different vid/pid configuration.
JIRA: CI-500
  • Loading branch information
maska989 committed Oct 7, 2024
1 parent c3b2ba6 commit b5aa6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunner/target/armv7m7.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit b5aa6c4

Please sign in to comment.