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

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    2917a10 View commit details
    Browse the repository at this point in the history
  2. support.task_queue: improve cancellation support.

      * Propagate cancellation out of poll(), wait_one(), and wait_all().
      * Make cancel() an async function that waits until cancellation
        is finished.
    
    Before this commit, cancelling a demultiplexer read (e.g. with ^C)
    that was waiting on USB would cause it to fail an assert. After this
    commit, the read is also cancelled.
    whitequark committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    a7d041f View commit details
    Browse the repository at this point in the history