Skip to content
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
@pirropirro

Description

@pirropirro

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

Screenshot 2019-11-22 at 10 13 51


Behavior on the Arduino Pro IDE

Screenshot 2019-11-22 at 10 25 14

Desktop (please complete the following information):

  • OS: any
  • Version any

Activity

kittaakos

kittaakos commented on Nov 22, 2019

@kittaakos
Contributor

The flavours section should appear with the selected board options

What is flavours, can you please specify it? Does the CLI capable of providing this info?

pirropirro

pirropirro commented on Nov 22, 2019

@pirropirro
CollaboratorAuthor

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

kittaakos commented on Nov 22, 2019

@kittaakos
Contributor

👍 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

pirropirro commented on Nov 22, 2019

@pirropirro
CollaboratorAuthor

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.

self-assigned this
on Nov 22, 2019
kittaakos

kittaakos commented on Apr 9, 2020

@kittaakos
Contributor

Same as #10.

added this to the v0.0.6 milestone on Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @kittaakos@pirropirro

      Issue actions

        No "flavours" section on Select Board dialog · Issue #146 · arduino/arduino-pro-ide