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/circuitpython-build-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.16.0
Choose a base ref
...
head repository: adafruit/circuitpython-build-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.17.0
Choose a head ref
  • 8 commits
  • 7 files changed
  • 3 contributors

Commits on Jun 15, 2024

  1. mpy_cross: Cache it in the user cache path

    .. rather than in a build_deps folder, polluting the repo where it's used
    
    this also enables sharing the copy of mpy-cross across multiple repos.
    jepler committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c8a8513 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    8fe3db1 View commit details
    Browse the repository at this point in the history
  2. Add circuitpython-mpy-cross

    This wraps the process of building or downloading mpy-cross for a specified
    version, then running it with specified arguments.
    
    e.g.,
    ```
    $ circuitpython-mpy-cross --circuitpython-version 9.x -- --version
    CircuitPython 9.0.0-alpha.2 on 2023-10-27; mpy-cross emitting mpy v6.1
    ```
    jepler committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    9524f77 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Merge pull request #119 from jepler/circuitpython-mpy-cross-command

     Add circuitpython-mpy-cross command
    jepler authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d7e66be View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2025

  1. Configuration menu
    Copy the full SHA
    b354208 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #124 from jepler/reduce-metadata-blocklist

    remove entries for fixed projects
    FoamyGuy authored Jan 5, 2025
    Configuration menu
    Copy the full SHA
    d696ac5 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2025

  1. Drop building 8.x bundles

    dhalbert authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    fd0d426 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #125 from adafruit/drop-8.x-bundles

    Drop building 8.x bundles
    dhalbert authored Feb 8, 2025
    Configuration menu
    Copy the full SHA
    855b939 View commit details
    Browse the repository at this point in the history
Loading