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: arduino/arduino-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: arduino/arduino-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: add-profiles-command-support
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 20 files changed
  • 2 contributors

Commits on May 22, 2025

  1. Add profile init command

    It creates a `sketch.yaml` file at the provided path. A new profile can be added to the file by providing a profile name and FQBN.
    MatteoPologruto committed May 22, 2025
    Configuration menu
    Copy the full SHA
    c282cc6 View commit details
    Browse the repository at this point in the history
  2. Add profile lib add command

    It adds one or multiple libraries to the specified profile.
    MatteoPologruto committed May 22, 2025
    Configuration menu
    Copy the full SHA
    d3d7a59 View commit details
    Browse the repository at this point in the history
  3. Add profile lib remove command

    It removes a library from the specified profile.
    MatteoPologruto committed May 22, 2025
    Configuration menu
    Copy the full SHA
    f98bf7d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. Support default profiles

    If the project file contains only one profile, it is automatically set as default, otherwise the `--default` flag can be used.
    Library operations are automatically executed on the default profile.
    MatteoPologruto committed May 23, 2025
    Configuration menu
    Copy the full SHA
    235005d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d47a687 View commit details
    Browse the repository at this point in the history
  3. Add more test cases

    MatteoPologruto committed May 23, 2025
    Configuration menu
    Copy the full SHA
    4d167f3 View commit details
    Browse the repository at this point in the history
  4. Add profile set-default command

    Sets the default profile to the provided existing profile.
    MatteoPologruto committed May 23, 2025
    Configuration menu
    Copy the full SHA
    a2c86ef View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Add profile dump command

    It dumps the content of the project file.
    MatteoPologruto committed May 27, 2025
    Configuration menu
    Copy the full SHA
    0d295ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8a3e4e View commit details
    Browse the repository at this point in the history
  3. Fix spacing

    MatteoPologruto committed May 27, 2025
    Configuration menu
    Copy the full SHA
    a99efdd View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. taskfile: build deb pkgs

    Ship .deb packages for all supported linux archs
    alessio-perugini committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    feb07cf View commit details
    Browse the repository at this point in the history
Loading