initial_pins: Add ability to configure output pins at mcu startup

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2019-03-17 20:41:52 -04:00
parent 0af89e4766
commit 4a35f927fc
5 changed files with 103 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Main code build rules
src-y += sched.c command.c basecmd.c debugcmds.c
src-y += sched.c command.c basecmd.c debugcmds.c initial_pins.c
src-$(CONFIG_HAVE_GPIO) += gpiocmds.c stepper.c endstop.c
src-$(CONFIG_HAVE_GPIO_ADC) += adccmds.c
src-$(CONFIG_HAVE_GPIO_SPI) += spicmds.c thermocouple.c