Further bugfixes and documentation fixes#338
Merged
ianfixes merged 19 commits intoArduino-CI:masterfrom Jan 17, 2023
Merged
Conversation
f288d6c to
c5af86f
Compare
Collaborator
Author
|
I will need to address #339 in this PR. |
Contributor
|
#339 should be fixed by my Feel free to just add my fork as a remote and merge it into your branch, or do you want me to create a pull request? |
This was referenced Dec 29, 2022
Collaborator
Author
|
@hlovdal disregard my other message on your closed PR, I will cherry pick your changes into this branch |
3e698f9 to
4baaec3
Compare
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
4baaec3 to
5e542a6
Compare
c161c3d to
89ce4d5
Compare
12cb8f9 to
cd93245
Compare
cd93245 to
4aad210
Compare
Collaborator
Author
|
I believe this verifies the fix for #339 -- fixing the problem that @RobTillaart was seeing: |
|
The PR looks good to me so if there are no other showstoppers please merge and add a tag! |
Collaborator
Author
|
Sorry for the delay, this has been released as |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This cleans up the
v1.4.0release and makes progress on past milestones