Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | board_pins: Use an explicit parameter to specify mcu name(s) | Kevin O'Connor | 2020-11-20 | 1 | -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 checking | Kevin O'Connor | 2019-08-19 | 1 | -3/+8 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | board_pins: Add a new "extras" module to support per-board pin aliases | Kevin O'Connor | 2019-08-19 | 1 | -0/+24 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |