Skip to content

Generate full fqbn with options and print as one of the first lines in compile output #2117

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

Closed
3 tasks done
ubidefeo opened this issue Mar 20, 2023 · 0 comments · Fixed by #2134
Closed
3 tasks done
Assignees
Labels
priority: medium Resolution is a medium priority type: enhancement Proposed improvement

Comments

@ubidefeo
Copy link

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:

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...

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

  • I searched for previous requests in the issue tracker
  • I verified the feature was still missing when using the nightly build
  • My request contains all necessary details
@ubidefeo ubidefeo added type: enhancement Proposed improvement priority: medium Resolution is a medium priority labels Mar 20, 2023
@ubidefeo 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: medium Resolution is a medium priority type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants