Thanks to visit codestin.com
Credit goes to github.com

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.0.2
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.0.3
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 10, 2024

  1. Better diagnose the incorrect lines like "side 1" or "[5]"

    Before this, the exception would be 'IndexError: list index out of range'.
    Now it is 'Unknown instruction: side' or similar.
    
    (These need an instruction, even if it's a `nop`: `nop side 1 [5]`)
    jepler committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    be66c02 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Merge pull request #65 from adafruit/better-error-sideset-delay

    Better diagnose the incorrect lines like "side 1" or "[5]"
    jepler authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    357f933 View commit details
    Browse the repository at this point in the history
Loading