Arduino 1.8.19
Is it possible to create a sub-menu inside boards.txt
that would allow having the boards grouped for example by the manufacturer?
If it is possible, please provide an example or at least documentation for the language which is used for boards.txt.
I don't want to add a new board.
1 Answer 1
No, it's not possible.
The board menu (defined here) is a single flat menu with "scroller" added to it.
To have multiple layers of menu you'd have to rewrite that entire part of the IDE.
-
Thank you very much, this is truly a great answer!Tomáš Viks Pilný– Tomáš Viks Pilný08/19/2022 08:28:14Commented Aug 19, 2022 at 8:28