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: adafruit/Adafruit_CircuitPython_PIOASM
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_PIOASM
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 20, 2024

  1. Add public_labels, test of labels

    Now, a label declared with `public foo:` will be exported in the
    `public_labels` property of `Program` objects.
    
    Additionally, a test of this feature as well as the existing
    duplicate label detection feature is added.
    
    Change the return type of `assemble` so that it better reflects reality
    
    Add docstrings for the public properties of Program objects
    jepler committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b746aec View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Update adafruit_pioasm.py

    Co-authored-by: Scott Shawcroft <scott@adafruit.com>
    jepler and tannewt authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d6dcfab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #72 from adafruit/public-labels-etc

    Add public_labels, test of labels
    jepler authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    11ddcb5 View commit details
    Browse the repository at this point in the history
Loading