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: d1546cf03370
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: a2845aab7b00
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 3, 2019

  1. applet.interface.jtag_probe: disable autoflush.

    Potentially increases performance on large sequences of pipelined
    reads (not that we have a good way to submit such sequences yet.)
    whitequark committed Aug 3, 2019
    Copy the full SHA
    c70d1d3 View commit details
    Browse the repository at this point in the history
  2. applet.interface.spi_master: redesign command set to be like jtag_probe.

    The JTAG probe applet has a very nice orthogonal command set, more
    applets should be like it. In the future, the SS# line should be
    changed to be an ordinary aux signal, and all dependent applets with
    aux signals in registers should be redesigned to use those.
    whitequark committed Aug 3, 2019
    Copy the full SHA
    8c46f91 View commit details
    Browse the repository at this point in the history
  3. applet.interface.spi_master: remove length restrictions.

    These are however not removed downstream (mostly from memory-25x
    applet) because they are useful for progress indication.
    
    Also, this implementation does not take advantage of pipelining for
    transfers longer than 64K.
    whitequark committed Aug 3, 2019
    Copy the full SHA
    a2845aa View commit details
    Browse the repository at this point in the history