goodfet.spiflash now does verification.
[goodfet] / firmware / Makefile
index 3e8271d..4e4cbc4 100644 (file)
@@ -33,7 +33,7 @@ install: $(app).hex
 verify:
        $(BSL) -P $(app).hex -v $(app).hex
 dumpinfo:
-       $(BSL) --dumpinfo -c /dev/ttyUSB0
+       $(BSL) --dumpinfo
 $(app): $(app).c $(libs) $(apps)
 $(app).hex: $(app)
        msp430-objcopy goodfet -O ihex goodfet.hex