diff options
author | AJM <poslathian@poslathian.(none)> | 2010-04-25 17:42:34 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-05-20 22:09:16 -0400 |
commit | ba9ff3861bbcc17c78086b1887691c324f13ba0e (patch) | |
tree | 15e3203954cc568065b219a576a344ebbeaeefdd /Makefile | |
parent | fc4b9b386a80d06c73e03d70767643aae3961e2a (diff) | |
download | librambutan-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |