Missing board option and Programmer menus for manually installed platforms #565
Labels
conclusion: resolved
Issue was resolved
criticality: high
Of high impact
priority: high
Resolution is a high priority
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the bug
Menus are not added to the Arduino IDE Tools menu for boards of platforms installed to the sketchbook folder which have custom board options.
A Programmer menu is not added to the Arduino IDE Tools menu when a board of a platform installed to the sketchbook folder is selected.
To Reproduce
Steps to reproduce the behavior:
attiny:avr
boards platform to the sketchbook. For example:attiny:avr
platform. It should occur with any platform that has custom board menus.attiny:avr:ATtinyX4
board has custom menus. and inherits programmers from the referencedarduino:avr
core.They are handled correctly by the classic IDE:

and by Arduino CLI:
(
arduino-cli
doesn't show the board's referenced programmers, but the output is the same even with the working Boards Manager installation, so I'm not sure it's related)If you install the same platform via Boards Manager, the menus are shown as expected:
Expected behavior
Menus should be added to the Tools menu for programmers and custom options of the selected board regardless of how the board's platform was installed.
Desktop (please complete the following information):
Date: 2021-10-21T03:03:16.691Z
CLI Version: 0.19.1 alpha [718bbbf2]
Additional context
Originally reported at:
Related: #126
The text was updated successfully, but these errors were encountered: