Skip to content
Permalink

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
base: 49abc2c92277
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: 5c27fe47f8db
Choose a head ref
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on Aug 2, 2019

  1. applet.interface.jtag_probe: add explicit support for sideband signals.

    One example of a sideband signal is TRST#, already present, but other
    ones are also useful, for example SRST#, device programming signals
    like PROGRAM#, and also alternative transport layers, which might use
    these sidebands internally.
    
    A number of pulse_trst() calls has been removed from other applets
    on the grounds that the TRST# driver (if TRST# is present) is enabled
    by default, and so TMS-driven reset should be sufficient for most
    use cases. The reset argument to JTAGProbeApplet.run() may later be
    exposed via a command line argument as well, in case some devices
    turn out to need an explicit TRST# pulse.
    whitequark committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    5c27fe4 View commit details
    Browse the repository at this point in the history