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-CI/arduino_ci
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bc9c7e5
Choose a base ref
...
head repository: hlovdal/arduino_ci
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ed62215
Choose a head ref
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    362aec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fae2591 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5af86f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    ad9bc8e View commit details
    Browse the repository at this point in the history
  2. Run "core update-index" before "core install"

    Running
    
        $HOME/arduino-cli --format json core install adafruit:avr --additional-urls https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
    
    for the first time fails with error message
    
        Error initializing instance: Loading index file: loading json index file $HOME/.arduino15/package_adafruit_index.json: open $HOME/.arduino15/package_adafruit_index.json: no such file or directory
        Error initializing instance: Loading index file: loading json index file $HOME/.arduino15/package_adafruit_index.json: open $HOME/.arduino15/package_adafruit_index.json: no such file or directory
        Invalid argument passed: Found 0 platform for reference "adafruit:avr":
    
    However by running an update-index command first, then it succeeds, e.g.
    
        $HOME/arduino-cli --format json core update-index --additional-urls https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
        $HOME/arduino-cli --format json core install adafruit:avr --additional-urls https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
    
    https://arduino.github.io/arduino-cli/0.29/getting-started/#adding-3rd-party-cores
    hlovdal committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    50cb640 View commit details
    Browse the repository at this point in the history
  3. Fixed typo

    hlovdal committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    ed62215 View commit details
    Browse the repository at this point in the history
Loading