Verification target, doing stress tests without decoupling caps.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sun, 23 Aug 2009 23:19:32 +0000 (23:19 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sun, 23 Aug 2009 23:19:32 +0000 (23:19 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@85 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/Makefile

index 44b60da..8b7eed7 100644 (file)
@@ -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