-
Notifications
You must be signed in to change notification settings - Fork 45
Comparing changes
Open a pull request
base repository: adafruit/Adafruit_CircuitPython_TinyLoRa
base: 2.2.13
head repository: adafruit/Adafruit_CircuitPython_TinyLoRa
compare: main
- 15 commits
- 20 files changed
- 3 contributors
Commits on Apr 24, 2023
-
lint: add almost all annotations to pass
mypy --strict
Added type aliases bytearray2, bytearray4, etc to signal that the bytearrays passed must be 2 bytes, 4 bytes, etc. In adafruit_tinylora_encryption.py, there's a "state" matrix for the AES implementation there. It was mixing str and byte/int, which apparently works fine on circuitpython but fails on cpython. Change the state matrix to a bytearray, as was likely intended. Fixes #50.
Configuration menu - View commit details
-
Copy full SHA for 201752e - Browse repository at this point
Copy the full SHA 201752eView commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d64bfe8 - Browse repository at this point
Copy the full SHA d64bfe8View commit details
Commits on May 10, 2023
-
Signed-off-by: Tekktrik <tekktrik@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2508171 - Browse repository at this point
Copy the full SHA 2508171View commit details
Commits on May 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 130b72e - Browse repository at this point
Copy the full SHA 130b72eView commit details
Commits on May 24, 2023
-
Update .pylintrc, fix jQuery for docs
Signed-off-by: Tekktrik <tekktrik@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 973ae0b - Browse repository at this point
Copy the full SHA 973ae0bView commit details
Commits on Jul 31, 2023
-
Merge branch 'main' into type-annotations
# Conflicts: # adafruit_tinylora/adafruit_tinylora_encryption.py
Configuration menu - View commit details
-
Copy full SHA for ecef5dd - Browse repository at this point
Copy the full SHA ecef5ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccc0d22 - Browse repository at this point
Copy the full SHA ccc0d22View commit details -
Merge pull request #50 from samatjain/type-annotations
lint: add almost all annotations to pass `mypy --strict`
Configuration menu - View commit details
-
Copy full SHA for 6841313 - Browse repository at this point
Copy the full SHA 6841313View commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 55f3bbb - Browse repository at this point
Copy the full SHA 55f3bbbView commit details
Commits on Dec 4, 2023
-
unpin sphinx and add sphinx-rtd-theme to docs reqs
Signed-off-by: foamyguy <foamyguy@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2bfea45 - Browse repository at this point
Copy the full SHA 2bfea45View 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 c873835 - Browse repository at this point
Copy the full SHA c873835View 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 33f2fed - Browse repository at this point
Copy the full SHA 33f2fedView commit details
Commits on May 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 897a8a6 - Browse repository at this point
Copy the full SHA 897a8a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a00b6c8 - Browse repository at this point
Copy the full SHA a00b6c8View commit details
Commits on Jun 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5abdc7a - Browse repository at this point
Copy the full SHA 5abdc7aView 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 2.2.13...main