X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2FMakefile;h=41f8dabe0ee6cf2a6bfc7c56d9b712d08f7b3584;hp=b0b6e9051dab44d8caee4a9ef2ba90262594e3ee;hb=431b6de5c30361f444ec74e2469b5ac090d2f39d;hpb=a0c78ba4e0584022cb65e683ce4a316c900f5842 diff --git a/firmware/Makefile b/firmware/Makefile index b0b6e90..41f8dab 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -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: