From: travisutk Date: Sun, 23 Aug 2009 23:19:32 +0000 (+0000) Subject: Verification target, doing stress tests without decoupling caps. X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;ds=sidebyside;h=a81fa54a6643be1530358a602ab4d8adfa2af479;p=goodfet 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 --- 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