-
-
Notifications
You must be signed in to change notification settings - Fork 398
List boards with cpu option in FQBN #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It may be turned on with an optional flag |
Oh. I forget that there could be more than one option (E.G. esp8266 have a lot of options). {
fqbn: 'arduino:avr:mega',
name: 'Arduino/Genuino Mega or Mega 2560',
options: {
cpu: [
{
value: 'atmega2560',
name: 'ATmega 2560 (Mega 2560)',
default: true,
},
{
value: 'atmega1280',
name: 'ATmega 1280'
}
]
}
} And for text output, something like this:
So it could be extended with any amount of options. |
Add check for dead URL in library.properties url field
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:
When listing connected boards:
The text was updated successfully, but these errors were encountered: