-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit fbda05e
Refer to the platform "extra_flags" properties in a less confusing manner
There is a convention of configuring Arduino boards platforms to provide a user interface for configuring the build
process through the addition of references and fallback empty definitions of a series of properties that follow the
format of `compiler.<pattern type>.extra_flags`, where "<pattern type>" corresponds to the compilation pattern that
references them:
- `c`
- `cpp`
- `S`
- `ar`
- `c.elf`
Previously, `x` was used as a placeholder for the component of the property name that varies in order to allow a single
rule to refer to the entire set. "<pattern type>" is a little bit more clear than "x".1 parent f62a372 commit fbda05e
File tree
2 files changed
+3
-3
lines changed- internal/rule
- ruleconfiguration
- rulefunction
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1696 | 1696 | | |
1697 | 1697 | | |
1698 | 1698 | | |
1699 | - | ||
1700 | - | ||
1699 | + | ||
1700 | + | ||
1701 | 1701 | | |
1702 | 1702 | | |
1703 | 1703 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | - | ||
172 | + | ||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments