mirror of
https://github.com/andreili/katapult.git
synced 2025-08-24 03:44:06 +02:00
Support building a "flashing application" that one may run from an existing bootloader. This flashing application will then flash the main CanBoot binary to the start of flash. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
7 lines
150 B
Makefile
7 lines
150 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
|
|
|
|
deployer-y += deployer.c
|