Q: how can one pass ConfigOption
s for the compilation?
#1607
Labels
conclusion: duplicate
Has already been submitted
topic: documentation
Related to documentation for the project
type: imperfection
Perceived defect in any part of project
Bug Report
Background
Boards can provide
ConfigOption
s describing the board. For instance, "Nano" (arduino:avr:nano) provides 3 options (328, 328old and 168) based on the cpu and bootloader. Some arguments might make sense for the compilation, eg. cpu frequency.Current behavior
There is no config option argument to pass (or it's unclear to me on how to do it).
There are some "custom build properties", but it's unclear if it's what i mean.
Expected behavior
There is a way to pass a
ConfigOption
value and it's documented.Environment
arduino-cli version
): 0.20.2Additional context
The text was updated successfully, but these errors were encountered: