diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-11-20 11:36:36 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-11-20 12:00:36 -0500 |
commit | bdd938b5787c03c417cb093837dbc86f39a2af58 (patch) | |
tree | 37c44a0c04c0d4d6aae8c63ed5e552b7be241b3c /docs/Config_Changes.md | |
parent | 37b475815e07a6877ff2f99aa559a593fd050915 (diff) | |
download | kutter-bdd938b5787c03c417cb093837dbc86f39a2af58.tar.gz kutter-bdd938b5787c03c417cb093837dbc86f39a2af58.tar.xz kutter-bdd938b5787c03c417cb093837dbc86f39a2af58.zip |
board_pins: Use an explicit parameter to specify mcu name(s)
Add an 'mcu' option to the board_pins config and use that to specify
the name of the mcu to apply the aliases to. Support applying the
aliases to multiple mcus.
Add support for any number of options starting with an "aliases_"
prefix.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 39dcafb7..ff3a2028 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -6,6 +6,12 @@ All dates in this document are approximate. # Changes +20201120: The `[board_pins]` config section now specifies the mcu name +in an explicit `mcu:` parameter. If using board_pins for a secondary +mcu, then the config must be updated to specify that name. See the +[config reference](Config_Reference.md#[board_pins]) for further +details. + 20201112: The time reported by `print_stats.print_duration` has changed. The duration prior to the first detected extrusion is now excluded. |