mirror of
https://github.com/andreili/katapult.git
synced 2025-09-22 04:54:40 +02:00
Some boards require an initial gpio state in order to start USB. Port the initial_pins capability from Klipper to provide that support. This also synchronizes scripts/buildcommands.py with the latest code from Klipper. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
5 lines
124 B
Makefile
5 lines
124 B
Makefile
# Main code build rules
|
|
|
|
src-y += sched.c bootentry.c command.c flashcmd.c initial_pins.c
|
|
src-$(CONFIG_ENABLE_LED) += led.c
|