From 8c7ee88332652e7e79f6c1e4baacabe2183f7e8e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Mar 2021 12:54:03 +0000 Subject: working, with hybrid FLL/PLL, new refclk input and support for max7219 displays, neo 5 and neo 7 and a bazillion other fixes --- boot/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'boot/Makefile') diff --git a/boot/Makefile b/boot/Makefile index e744d9a..b4d340c 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -21,6 +21,8 @@ CSRCS=bootloader.c usb.c dfu.c delay.c usart.c max7219.c PROG = bootloader +HOST=tick + CPROTO=cproto V=1 BINARY = ${PROG} @@ -44,6 +46,8 @@ protos: ${CSRCS} ${CPROTO} -E "${CPP} $(CPPFLAGS)" -e -v ${CSRCS} > prototypes.h.tmp /bin/mv -f prototypes.h.tmp prototypes.h +fl: ${PROG}.hex + ssh ${HOST} flash_stm32 < ${PROG}.hex tidy: astyle -A3 -s2 --attach-extern-c -L -c -w -Y -m0 -f -p -H -U -k3 -xj -xd ${CSRCS} -- cgit v1.2.3