You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install a 3rd party core (adafruit:avr) that depends on an official Arduino core (arduino:avr) and then I try to get the board details of one of the boards (adafruit:avr:adafruit32u4) from the 3rd party core, I get an error:
the dependency is not "visible" until the package is installed (because is written inside the boards.txt). To solve this we should add a field in the package_index.json to specify the dependency
the dependency may require a package available from another 3rd party URL, so if we want to install the dependency we may need to be ready to automatically add another 3rd party index to the config
Expected behavior
I do not have to install arduino:avr manually.
Environment
CLI version (output of arduino-cli version): arduino-cli Version: 0.13.0 Commit: 693a045
OS and platform: macOS Catalina 10.15.6 (19G2021)
The text was updated successfully, but these errors were encountered:
per1234
changed the title
Required cores are not installed automatically when installing a 3rd party core
Platform dependencies are not installed automatically when installing a dependent platform
Nov 8, 2022
When I install a 3rd party core (
adafruit:avr
) that depends on an official Arduino core (arduino:avr
) and then I try to get the board details of one of the boards (adafruit:avr:adafruit32u4
) from the 3rd party core, I get an error:I do not have the official board installed, I have expected it’s being installed automatically when the 3rd party is installed.
Steps to reproduce:
Remarks from @cmaglie:
Expected behavior
I do not have to install
arduino:avr
manually.Environment
arduino-cli version
):arduino-cli Version: 0.13.0 Commit: 693a045
10.15.6 (19G2021)
The text was updated successfully, but these errors were encountered: