X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2FMakefile;h=a92574bb7b12680570b59f22901c560f4a0d939d;hp=e4b021facffff91572eb22091a2bf7c0c7b36a8b;hb=e1fac2e62056841eeb482a001563ce981dd54d36;hpb=6dc88d2f1713d2bf9f2fabb5fbfb9f235a679b2f diff --git a/firmware/Makefile b/firmware/Makefile index e4b021f..a92574b 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -4,38 +4,46 @@ GOODFET?=/dev/ttyUSB0 #For tos-bsl, use --invert-reset --invert-test -BSL=goodfet.bsl -c $(GOODFET) --speed=38400 +BSL?=goodfet.bsl -c $(GOODFET) --speed=38400 + + +#One of these should be defined explicitly. +#Default removed because of confusion. #mcu=msp430x2274 #mcu=msp430x2618 -mcu?=msp430x1612 - +#mcu?=msp430x1612 +mcu?=RUNCONFIG #N.B., gcc WILL NOT BITCH if this file doesn't exist. #GCCINC=-T ldscripts/161x.x GCCINC=-T ldscripts/$(mcu).x CCEXTRA?= -CC=msp430-gcc -Wall -Os -g -mmcu=$(mcu) -DGCC $(GCCINC) -I include $(CCEXTRA) +CC=msp430-gcc -Wall -Os -g -mmcu=$(mcu) -D$(mcu) -DGCC $(GCCINC) -I include $(CCEXTRA) #Define extra modules here. -moreapps?= +moreapps?=apps/i2c/i2c.o apps/chipcon/chipcon.o apps/glitch/glitch.o apps/jtag/sbw.o apps/smartcard/smartcard.o -apps= $(moreapps) apps/monitor/monitor.o apps/spi/spi.o apps/i2c/i2c.o apps/chipcon/chipcon.o apps/jtag/jtag.o apps/jtag/jtag430.o apps/jtag/jtag430x2.o apps/avr/avr.o -libs= lib/$(mcu).o lib/command.o apps/jtag/jtag430asm.o +apps= $(moreapps) apps/monitor/monitor.o apps/spi/spi.o apps/jtag/jtag.o apps/jtag/jtag430.o apps/jtag/jtag430x2.o apps/avr/avr.o apps/jtag/ejtag.o apps/jtag/jtagxscale.o apps/jtag/jtagarm7tdmi-disabled.o +libs= lib/$(mcu).o lib/command.o apps/jtag/jtag430asm.o apps/chipcon/chipconasm.o app= goodfet all: $(app).hex +lib/RUNCONFIG.o: + ./configure + false + goodfet.hex: goodfet run: ../client/goodfet.msp430 test install: $(app).hex - $(BSL) -e - ls info.txt && $(BSL) -p info.txt || true #MSP430F2xx targets only, inelegant. - $(BSL) -p $(app).hex + #$(BSL) -e + #ls info.txt && $(BSL) -p info.txt || true #MSP430F2xx targets only, inelegant. + $(BSL) -e -p $(app).hex verify: $(BSL) -P $(app).hex -v $(app).hex dumpinfo: