Closed
Description
Enhancement request
It will be handy to get a cpu
option in FQBN while listing boards (or listing all boards) as a subset.
When listing all boards:
...
Arduino/Genuino Mega or Mega 2560 arduino:avr:mega
↳ ATmega 2560 (Mega 2560) arduino:avr:mega:cpu=atmega2560
↳ ATmega 1280 arduino:avr:mega:cpu=atmega1280
...
When listing connected boards:
FQBN Port ID Board Name
arduino:avr:mega2560 /dev/cu.usbmodem1411 2341:0042 Arduino/Genuino Mega or Mega 2560
↳ arduino:avr:mega:cpu=atmega2560 ATmega 2560 (Mega 2560)
↳ arduino:avr:mega:cpu=atmega1280 ATmega 1280
Activity
brusherru commentedon Sep 21, 2018
It may be turned on with an optional flag
--verbose
or something like this.brusherru commentedon Sep 24, 2018
Oh. I forget that there could be more than one option (E.G. esp8266 have a lot of options).
So I propose to do something like:
And for text output, something like this:
So it could be extended with any amount of options.
Also, we could mark some of options as "default" (additional field
default: true
or column in text output), if it possible.Added 'board details' command
Added 'board details' command
Added 'board details' command
Added 'board details' command
Merge pull request #45 from arduino/per1234/dead-url-check