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: whitequark/glasgow
base: 1fbf9767b58d
Choose a base ref
...
head repository: whitequark/glasgow
compare: 196629303064
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 23, 2018

  1. firmware: fix illegal IOx manipulation.

    Something like:
    
      IOx |= 0x02;
      IOx &= 0x01;
    
    doesn't guaranteed to work unless both of those are already outputs,
    since writing an 1 (or 0) to an input doesn't change the value read
    back.
    
    In practice this results in weird inconsistent bugs due to board-to-
    board variability.
    
    Fixes GlasgowEmbedded#77.
    whitequark committed Nov 23, 2018
    Copy the full SHA
    1966293 View commit details
    Browse the repository at this point in the history