-
Notifications
You must be signed in to change notification settings - Fork 200
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: GlasgowEmbedded/glasgow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 42144aa6a487
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: GlasgowEmbedded/glasgow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fd1b3bbfa7c8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 4 commits
- 1 file changed
- 1 contributor
Commits on Nov 5, 2020
-
applet.interface.jtag_probe: remove read_dr(idempotent=) argument.
Before this commit, this unused option had to be threaded through a lot of unrelated code, which polluted interfaces. Moreover, since commit 42144aa, it is also worse than useless, because scan_dr() does the exact same thing more safely (it does not rely on provided DR length).
Configuration menu - View commit details
-
Copy full SHA for e408539 - Browse repository at this point
Copy the full SHA e408539View commit details -
applet.interface.jtag_probe: improve TAP selection logic.
* Require --tap-index option if more than one TAP is found. Before this commit, TAP #0 was implicitly chosen. * Extract redundant error handling code into select_tap(). * Convert logger errors into exceptions where appropriate.
Configuration menu - View commit details
-
Copy full SHA for 493f2b6 - Browse repository at this point
Copy the full SHA 493f2b6View commit details -
applet.interface.jtag_probe: don't track IR offsets. NFCI.
Per-TAP IR offsets are redundant, pointless, and complicate the logic of specifying IR lengths manually.
Configuration menu - View commit details
-
Copy full SHA for 7742553 - Browse repository at this point
Copy the full SHA 7742553View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd1b3bb - Browse repository at this point
Copy the full SHA fd1b3bbView commit details
There are no files selected for viewing