diff options
author | Perry Hung <iperry@alum.mit.edu> | 2010-05-28 05:24:21 -0400 |
---|---|---|
committer | Perry Hung <iperry@alum.mit.edu> | 2010-05-28 05:24:21 -0400 |
commit | 643461080317191cd3897527ad39a716d4e9d64c (patch) | |
tree | d696e6a833d45c29f5e61b1b660d0907636aeafa /Makefile | |
parent | 484e13cdb56001effbe7b232ba2ee847665ceb83 (diff) | |
download | librambutan-643461080317191cd3897527ad39a716d4e9d64c.tar.gz librambutan-643461080317191cd3897527ad39a716d4e9d64c.zip |
Moved reset script to support directory
For kicks.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -196,12 +196,12 @@ jtag: $(BUILD_PATH)/main.bin @echo "JTAG build" program_ram: ram - ./reset.py + support/scripts/reset.py sleep 1 $(DFU) -a0 -d $(VENDOR_ID):$(PRODUCT_ID) -D build/main.bin -R program_flash: flash - ./reset.py + support/scripts/reset.py sleep 1 $(DFU) -a1 -d $(VENDOR_ID):$(PRODUCT_ID) -D build/main.bin -R |