This repository was archived by the owner on Oct 22, 2021. It is now read-only.
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
No "flavours" section on Select Board dialog #146
Closed
Description
Describe the bug
Inside the Select Board
dialog, when I choose a board (es. Arduino Mini) I would expect to see the flavours section in order to change boards' custom options.
To Reproduce
- Open the
Select Board
dialog - Choose a customizable board (es.
Arduino Mini
)
Expected behavior
The flavours section should appear with the selected board options
Screenshots
Behavior on the Arduino Web Editor
Behavior on the Arduino Pro IDE
Desktop (please complete the following information):
- OS: any
- Version any
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
kittaakos commentedon Nov 22, 2019
What is
flavours
, can you please specify it? Does the CLI capable of providing this info?pirropirro commentedon Nov 22, 2019
Some board (es. 'Arduino Mini') are distributed with the same fqbn (
arduino:avr:mini
) but with some different specifications (as the processor, CPU frequency, etc...) defined as extra fields in the fqbn (arduino:avr:mini:cpu=atmega168;
).In the Web IDE (as you can see in the second screenshot) these kinds of differences are defined as 'flavours' and the user can choose the right board.
Fortunately, the CLI has a command (
boardDetails
) where you can retrieve these options but the IDE still not handle them.kittaakos commentedon Nov 22, 2019
👍 Cool, thanks for explaining! Are you working on this item? Just asking why is it scheduled for the milestone? Did you put it in the milestone on purpose?
pirropirro commentedon Nov 22, 2019
Yup, I'm working on it (I forgot to assign it to myself 😅) but I just put it on the backlog and not in the milestone scope.
kittaakos commentedon Apr 9, 2020
Same as #10.