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: f2202ca51ed4
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: 42cb99d9c056
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 5, 2019

  1. support.logging: dump_hex: show total bytes, not elided bytes.

    It's not actually clear how many bytes are shown, so printing how
    many bytes are elided isn't helpful at all. Instead, print the total
    count, which is handy e.g. to see if a complete packet was received.
    whitequark committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    79e038c View commit details
    Browse the repository at this point in the history
  2. applet.memory.onfi: explicitly flush IN FIFO.

    Improves throughput.
    whitequark committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    82b391b View commit details
    Browse the repository at this point in the history
  3. applet.memory.onfi: elide hex dumps from logs.

    Improves throughput by avoiding converting to hex the data that will
    never get actually shown, and makes logs more readable.
    whitequark committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    42cb99d View commit details
    Browse the repository at this point in the history