0

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.

StarCat
  • 1,671
  • 1
  • 7
  • 15

1 Answers1

0

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.

Majenko
  • 105,851
  • 5
  • 82
  • 139