Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | initial_pins: Add check to reduce compile time size when not in use | Kevin O'Connor | 2022-12-16 | 1 | -0/+2 |
| | | | | | | | Add a check to the start of initial_pins_setup() to make it easier for gcc to optimize the code if it is not in use. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | initial_pins: Add ability to configure output pins at mcu startup | Kevin O'Connor | 2019-03-17 | 1 | -0/+25 |
Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |