Skip to content

Commit ae64532

Browse files
authored
[skip changelog] Document boards.txt hide property (#802)
The Arduino IDE has a useful, previously undocumented, feature that allows hiding boards from the Tools > Board menu.
1 parent 52d1e4b commit ae64532

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/platform-specification.md

+8
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,14 @@ In any case, the contents of the selected variant folder path is added to the in
369369

370370
The parameter **build.variant.path** is automatically generated.
371371

372+
### Hiding boards
373+
374+
Adding a **hide** property to a board definition causes it to not be shown in the Arduino IDE's **Tools > Board** menu.
375+
376+
uno.hide=
377+
378+
The value of the property is ignored; it's the presence or absence of the property that controls the board's visibility.
379+
372380
## Tools
373381

374382
The Arduino development software uses external command line tools to upload the compiled sketch to the board or to burn bootloaders using external programmers. For example, *avrdude* is used for AVR based boards and *bossac* for SAM based boards, but there is no limit, any command line executable can be used. The command line parameters are specified using **recipes** in the same way used for platform build process.

0 commit comments

Comments
 (0)