-
-
Notifications
You must be signed in to change notification settings - Fork 422
feat(doc): document empty vendor and arch in FQBN #2550
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
Conversation
CLA assistant check
All committers have signed the CLA.
CLAassistant
commented
Feb 24, 2024
CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
The spec should be aligned with the implementation; empty `vendor` and `architecture` parts are allowed in the FQBN. Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
2d6300a
to
0a164a8
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@ ## master #2550 +/- ## ======================================= Coverage 69.38% 69.38% ======================================= Files 205 205 Lines 20162 20162 ======================================= Hits 13989 13989 Misses 5050 5050 Partials 1123 1123
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Please check if the PR fulfills these requirements
See how to contribute
before creating one)
our contributing guidelines
UPGRADING.md
has been updated with a migration guide (for breaking changes)configuration.schema.json
updated if new parameters are added.What kind of change does this PR introduce?
The spec should be aligned with the implementation; empty
vendor
andarchitecture
parts are allowed in the FQBN.This PR updates the documentation to mention the empty
vendor
andarchitecture
parts in the FQBN.What is the current behavior?
The docs do not mention the empty
vendor
/architecture
cases but the CLI supports them:arduino-cli/internal/arduino/cores/fqbn_test.go
Lines 33 to 56 in 870a48f
What is the new behavior?
The new doc includes the special empty parts case: https://github.com/dankeboy36/arduino-cli/blob/feat-doc-fqbn/docs/FAQ.md#whats-the-fqbn-string
Does this PR introduce a breaking change, and is titled accordingly?
No.
Other information