aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAJM <poslathian@poslathian.(none)>2010-04-25 17:42:34 -0400
committerbnewbold <bnewbold@robocracy.org>2010-05-20 22:09:16 -0400
commitba9ff3861bbcc17c78086b1887691c324f13ba0e (patch)
tree15e3203954cc568065b219a576a344ebbeaeefdd /Makefile
parentfc4b9b386a80d06c73e03d70767643aae3961e2a (diff)
downloadlibrambutan-ba9ff3861bbcc17c78086b1887691c324f13ba0e.tar.gz
librambutan-ba9ff3861bbcc17c78086b1887691c324f13ba0e.zip
added a delay to the resrt slide to allow enough time for graceul closures of the serial port
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