X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=inline;f=firmware%2FMakefile;h=41f8dabe0ee6cf2a6bfc7c56d9b712d08f7b3584;hb=431b6de5c30361f444ec74e2469b5ac090d2f39d;hp=86924b2682e89b58217b1d86a5bc325733fb8d9e;hpb=29c88436fcb77cc01088694e54731ac950956afd;p=goodfet diff --git a/firmware/Makefile b/firmware/Makefile index 86924b2..41f8dab 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -23,7 +23,7 @@ platform?=goodfet GCCINC=-T ldscripts/$(mcu).x CCEXTRA?= -CC=msp430-gcc -Wall -Os -g -mmcu=$(mcu) -D$(mcu) -D$(platform) -Dplatform=$(platform) -DGCC $(GCCINC) -I include $(CCEXTRA) +CC=msp430-gcc -Wall -Os -g -mmcu=$(mcu) -D$(mcu) -D$(platform) -Dplatform=$(platform) -DGCC $(GCCINC) -I include -I platforms $(CCEXTRA) # Available Applications # ====================== @@ -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 glitch 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: