From 6b28efc0117eed9b93306e0cb17109dc432fdb1d Mon Sep 17 00:00:00 2001 From: phl0 Date: Sun, 1 Jul 2018 01:45:42 +0200 Subject: [PATCH] Flash F7Hat via GPIO --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0386a2c..e5fec13 100644 --- a/Makefile +++ b/Makefile @@ -344,7 +344,8 @@ ifneq ($(wildcard /usr/bin/stm32flash),) /usr/bin/stm32flash -v -w bin/$(BINBIN_F7) -g 0x0 -R -c /dev/ttyAMA0 endif -deploy-f7m: deploy-pi-f7 +deploy-f7m: deploy-pi-f7 +deploy-f7hat: deploy-pi-f7 # Export the current git version if the index file exists, else 000... GitVersion.h: