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

Commits on Jul 28, 2020

  1. applet: metaclass improvements for abstract applet base classes.

      * Make GlasgowAppletMeta inherit from ABCMeta.
      * Make build() and run() abstract methods.
      * Allow inheriting from GlasgowApplet without specifying a name.
        This results in an abstract applet, which is not registered in
        the applet database, and can be used to provide shared functions
        to other applets (usually, the interactive frontend).
    whitequark committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    36f8b39 View commit details
    Browse the repository at this point in the history
  2. applet.avr: split CLI frontend off applet.program.avr.

    Other AVR programming interfaces generally expose the same features,
    and they should share the frontend.
    whitequark committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    574986c View commit details
    Browse the repository at this point in the history