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: 9fff92ddfbfd
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
compare: 54cc5a7446bc
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 29, 2020

  1. firmware: fix ~ALERT interrupt handling

    The interrupt is level triggered on the FX2, so disable the handler until the
    ADC disengages it.
    
    It did somehow "work" without this fix, but the CPU was spending most of it's time
    entering the interrupt handler.
    
    Found by mistakenly not properly disengaging the ~ALERT line, then all USB comms
    broke. This doesn't happen with this commit.
    electroniceel authored and whitequark committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    54cc5a7 View commit details
    Browse the repository at this point in the history