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>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user