Fixed restart in JTAG430 module to prevent a reconnection warning on startup.
[goodfet] / firmware / Makefile
index b0b6e90..41f8dab 100644 (file)
@@ -88,7 +88,10 @@ CC=msp430-gcc -Wall -Os -g -mmcu=$(mcu) -D$(mcu) -D$(platform) -Dplatform=$(plat
 # config = monitor jtagxscale
 
 # Old Default Config
-config = monitor sbw  chipcon nrf ccspi spi jtagarm7 jtag430 jtag430x2 avr
+#config = monitor sbw  chipcon nrf ccspi spi jtagarm7 jtag430 jtag430x2 avr
+
+# New default.
+config = monitor chipcon nrf spi jtagarm7 jtag430 avr
 
 
 # Build the needed list of app and lib object files from the config
@@ -296,7 +299,8 @@ run:
 
 install: $(app).hex
        $(BSL) -e -p $(app).hex 
-       #ls info.txt && $(BSL) -P $(app).hex -p info.txt || true  #MSP430F2xx targets only, inelegant.
+installinfo:
+       $(BSL) -P $(app).hex -p info.txt || true  #MSP430F2xx targets only, inelegant.
 verify:
        $(BSL) -P $(app).hex -v $(app).hex
 dumpinfo: