]> mj.ucw.cz Git - home-hw.git/blobdiff - test-opencm3/Makefile
ocm3 test: DS18B20 code now supports multiple sensors on the same bus
[home-hw.git] / test-opencm3 / Makefile
index 89f989794dd04593404b4efd931b022b69494b0b..3e3438f9f92ea65065736c6032b9d448c82e5067 100644 (file)
@@ -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