diff options
-rw-r--r-- | Makefile | 4 | ||||
-rwxr-xr-x | support/scripts/reset.py (renamed from reset.py) | 0 |
2 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 diff --git a/reset.py b/support/scripts/reset.py index e4d0e99..e4d0e99 100755 --- a/reset.py +++ b/support/scripts/reset.py |