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_TinyLoRa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.13
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_TinyLoRa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 20 files changed
  • 3 contributors

Commits on Apr 24, 2023

  1. 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.
    samatjain committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    201752e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. address review comments

    samatjain committed May 2, 2023
    Configuration menu
    Copy the full SHA
    d64bfe8 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Update pre-commit hooks

    Signed-off-by: Tekktrik <tekktrik@gmail.com>
    tekktrik committed May 10, 2023
    Configuration menu
    Copy the full SHA
    2508171 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Run pre-commit

    tekktrik committed May 11, 2023
    Configuration menu
    Copy the full SHA
    130b72e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Update .pylintrc, fix jQuery for docs

    Signed-off-by: Tekktrik <tekktrik@gmail.com>
    tekktrik committed May 24, 2023
    Configuration menu
    Copy the full SHA
    973ae0b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Merge branch 'main' into type-annotations

    # Conflicts:
    #	adafruit_tinylora/adafruit_tinylora_encryption.py
    FoamyGuy committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ecef5dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccc0d22 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #50 from samatjain/type-annotations

    lint: add almost all annotations to pass `mypy --strict`
    FoamyGuy authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6841313 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. "fix rtd theme

    "
    FoamyGuy committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    55f3bbb View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. unpin sphinx and add sphinx-rtd-theme to docs reqs

    Signed-off-by: foamyguy <foamyguy@gmail.com>
    FoamyGuy committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    2bfea45 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. remove deprecated get_html_theme_path() call

    Signed-off-by: foamyguy <foamyguy@gmail.com>
    FoamyGuy committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    c873835 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. add sphinx configuration to rtd.yaml

    Signed-off-by: foamyguy <foamyguy@gmail.com>
    FoamyGuy committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    33f2fed View commit details
    Browse the repository at this point in the history

Commits on May 16, 2025

  1. change to ruff

    FoamyGuy committed May 16, 2025
    Configuration menu
    Copy the full SHA
    897a8a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #51 from adafruit/use_ruff

    change to ruff
    FoamyGuy authored May 16, 2025
    Configuration menu
    Copy the full SHA
    a00b6c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. update rtd.yml file

    Signed-off-by: foamyguy <foamyguy@gmail.com>
    FoamyGuy committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    5abdc7a View commit details
    Browse the repository at this point in the history
Loading