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
The spec should be aligned with the implementation; empty `vendor` and
`architecture` parts are allowed in the FQBN.
Signed-off-by: dankeboy36 <[email protected]>
Copy file name to clipboardExpand all lines: docs/FAQ.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ When you run [`arduino-cli board list`][arduino cli board list], your board does
12
12
FQBN stands for Fully Qualified Board Name. It has the following format:
13
13
`VENDOR:ARCHITECTURE:BOARD_ID[:MENU_ID=OPTION_ID[,MENU2_ID=OPTION_ID ...]]`, with each `MENU_ID=OPTION_ID` being an
14
14
optional key-value pair configuration. Each field accepts letters (`A-Z` or `a-z`), numbers (`0-9`), underscores (`_`),
15
-
dashes(`-`) and dots(`.`). The special character `=` is accepted in the configuration value. For a deeper understanding
15
+
dashes(`-`) and dots(`.`). The special character `=` is accepted in the configuration value. The `VENDOR` and `ARCHITECTURE` parts can be empty. For a deeper understanding
16
16
of how FQBN works, you should understand the [Arduino platform specification][0].
0 commit comments