aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/board_pins.py
Commit message (Collapse)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-4/+7
|
* board_pins: Use config list helpersKevin O'Connor2021-08-211-13/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* board_pins: Use an explicit parameter to specify mcu name(s)Kevin O'Connor2020-11-201-18/+25
| | | | | | | | | | | 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>
* board_pins: Improve config error checkingKevin O'Connor2019-08-191-3/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* board_pins: Add a new "extras" module to support per-board pin aliasesKevin O'Connor2019-08-191-0/+24
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>