X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=test-opencm3%2FMakefile;h=3e3438f9f92ea65065736c6032b9d448c82e5067;hb=983ef3bfc89667d792c85d7de11b25cf6221ff44;hp=89f989794dd04593404b4efd931b022b69494b0b;hpb=5f30fc3f24fb95a4ff745d3a8fadd0b4e4affaa3;p=home-hw.git diff --git a/test-opencm3/Makefile b/test-opencm3/Makefile index 89f9897..3e3438f 100644 --- a/test-opencm3/Makefile +++ b/test-opencm3/Makefile @@ -9,6 +9,9 @@ all: $(BINARY).elf $(BINARY).bin flash: all ../bin/st-flash write $(BINARY).bin 0x8000000 +reset: all + ../bin/st-flash reset + ifneq ($(V),1) Q := @ NULL := 2>/dev/null