-
Notifications
You must be signed in to change notification settings - Fork 18
Comparing changes
Open a pull request
base repository: adafruit/Adafruit_CircuitPython_PIOASM
base: 1.1.0
head repository: adafruit/Adafruit_CircuitPython_PIOASM
compare: main
- 11 commits
- 38 files changed
- 3 contributors
Commits on Sep 20, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for b746aec - Browse repository at this point
Copy the full SHA b746aecView commit details
Commits on Sep 24, 2024
-
Co-authored-by: Scott Shawcroft <scott@adafruit.com>
Configuration menu - View commit details
-
Copy full SHA for d6dcfab - Browse repository at this point
Copy the full SHA d6dcfabView commit details -
Merge pull request #72 from adafruit/public-labels-etc
Add public_labels, test of labels
Configuration menu - View commit details
-
Copy full SHA for 11ddcb5 - Browse repository at this point
Copy the full SHA 11ddcb5View commit details
Commits on Oct 7, 2024
-
remove deprecated get_html_theme_path() call
Signed-off-by: foamyguy <foamyguy@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for de37174 - Browse repository at this point
Copy the full SHA de37174View commit details
Commits on Dec 1, 2024
-
Add support for
.side_set ... pindirs
This also requires a core change to set the respective bit in the PIO hardware.
Configuration menu - View commit details
-
Copy full SHA for 23bd1b1 - Browse repository at this point
Copy the full SHA 23bd1b1View commit details
Commits on Dec 3, 2024
-
Merge pull request #73 from adafruit/side-set-pindirs-directive
Add support for `.side_set ... pindirs`
Configuration menu - View commit details
-
Copy full SHA for 0482020 - Browse repository at this point
Copy the full SHA 0482020View commit details
Commits on Jan 16, 2025
-
add sphinx configuration to rtd.yaml
Signed-off-by: foamyguy <foamyguy@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 00cb534 - Browse repository at this point
Copy the full SHA 00cb534View commit details
Commits on Jan 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6495261 - Browse repository at this point
Copy the full SHA 6495261View commit details -
Merge pull request #76 from adafruit/fix-print-c-program
Avoid printing `True` in C program
Configuration menu - View commit details
-
Copy full SHA for f78d675 - Browse repository at this point
Copy the full SHA f78d675View commit details
Commits on May 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1539f0a - Browse repository at this point
Copy the full SHA 1539f0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52ba2fa - Browse repository at this point
Copy the full SHA 52ba2faView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.1.0...main