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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a193aaff4c03
Choose a base ref
...
head repository: GlasgowEmbedded/glasgow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 22339294e39c
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 10, 2020

  1. applet.debug.arm.swd: remove.

    This applet has never worked, and keeping it in-tree is misleading.
    It is also somewhat badly designed.
    whitequark committed Nov 10, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    tfmoraes Thiago Franco de Moraes
    Copy the full SHA
    2233929 View commit details
Showing with 0 additions and 394 deletions.
  1. +0 −1 software/glasgow/applet/all.py
  2. +0 −393 software/glasgow/applet/debug/arm/swd.py
1 change: 0 additions & 1 deletion software/glasgow/applet/all.py
Original file line number Diff line number Diff line change
@@ -21,7 +21,6 @@

from .debug.arc import DebugARCApplet
from .debug.mips import DebugMIPSApplet
from .debug.arm.swd import DebugARMSWDApplet

from .program.avr.spi import ProgramAVRSPIApplet
from .program.ice40_flash import ProgramICE40FlashApplet
Loading