aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 061ea0c..d263bdd 100644
--- a/Makefile
+++ b/Makefile
@@ -199,9 +199,11 @@ jtag: $(BUILD_PATH)/main.bin
@echo "JTAG build"
program_ram: ram
+# ./reset.py
$(DFU) -a0 -d 0110:1001 -D build/main.bin -R
program_flash: flash
+ ./reset.py
$(DFU) -a1 -d 0110:1001 -D build/main.bin -R
program_jtag: jtag