forked from pyocd/pyOCD
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: lists: update probe listing to use board info and fix issues (p…
…yocd#1401) Fixes issues caused by creating a session for each probe, such as having an unknown target type set for a probe config. This is done by switching to use the probe's associated board info instead of getting that info through a session. Adds 'board_vendor' key to probe info dict, and bumps probe list data version to 1.1. json_lists_test.py is updated to expect this version.
- Loading branch information
Showing
2 changed files
with
31 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters