-
-
Notifications
You must be signed in to change notification settings - Fork 398
Missing FQBNs for non AVR boards #996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@PeterWone
and
|
I have an hypothesis that I am currently testing. This one may also turn out to be a documentation thing.
|
I can now reproduce consistent behaviour. A board's FQBN is reported by Whether this is a bug depends on whether the documentation says it should happen. Personally I can't see the value of listing the boards without FQBNs. |
@PeterWone the timing is right |
Bug Report
Current behavior
Boards listed for the arduino:avr core specify FQBNs.
Boards listed for other cores do not provide FQBN.
The FQBN is required by
arduino-cli compile
and other commands.arduino-cli core search --format json
Expected behavior
All boards for which an FQBN is defined should report FQBN in the response to
core search
Environment
arduino-cli version
): arduino-cli Version: 0.13.0 Commit: 693a045Additional context
67 boards are reported for various cores. 30 are from arduino:avr and only these report FQBN.
The text was updated successfully, but these errors were encountered: