From a81fa54a6643be1530358a602ab4d8adfa2af479 Mon Sep 17 00:00:00 2001 From: travisutk Date: Sun, 23 Aug 2009 23:19:32 +0000 Subject: [PATCH] Verification target, doing stress tests without decoupling caps. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@85 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/Makefile b/firmware/Makefile index 44b60da..8b7eed7 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -25,6 +25,8 @@ run: install: $(app).hex $(BSL) -e -p $(app).hex +verify: + $(BSL) -P $(app).hex -v $(app).hex $(app): $(app).c $(libs) $(apps) $(app).hex: $(app) msp430-objcopy goodfet -O ihex goodfet.hex -- 2.20.1