You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using boards with complex parameter sets (i.e.: ESP*), it would be nice to be able to generate the full fqbn with all the parameters.
This would allow anyone to choose the options using the IDE's GUI and reuse such output in CLI for automation.
Example:
Using board 'atxy7' from platform in folder: /Users/ubidefeo/Library/Arduino15/packages/megaTinyCore/hardware/megaavr/2.6.5
Using core 'megatinycore' from platform in folder: /Users/ubidefeo/Library/Arduino15/packages/megaTinyCore/hardware/megaavr/2.6.5
***
Board FQBN: megaTinyCore:megaavr:atxy7:chip=1607,clock=5internal,bodvoltage=1v8,bodmode=disabled,eesave=enable,millis=enabled,resetpin=UPDI,startuptime=0,uartvoltage=skip
****
Detecting libraries used...
[...]
Generating function prototypes...
ubidefeo
changed the title
Generate full fqbn with options and print as first line in compile output
Generate full fqbn with options and print as one of the first lines in compile output
Mar 20, 2023
Describe the request
When using boards with complex parameter sets (i.e.: ESP*), it would be nice to be able to generate the full fqbn with all the parameters.
This would allow anyone to choose the options using the IDE's GUI and reuse such output in CLI for automation.
Example:
Describe the current behavior
n/a
Arduino CLI version
n/a
Operating system
N/A
Operating system version
n/a
Additional context
n/a
Issue checklist
The text was updated successfully, but these errors were encountered: