422db30d32ec2bd84245d6a0359229bcce55d8d7
[goodfet] / firmware / tests / blink / Makefile
1
2 PORT=/dev/ttyUSB0
3 BSL=tos-bsl --invert-reset --invert-test -c $(PORT)
4
5 #mcu=msp430x1611
6 mcu=msp430x1612
7
8 CC=msp430-gcc -g -mmcu=$(mcu) -DGCC
9
10 app=blink
11
12 install: $(app)
13         $(BSL) -e -p $(app) 
14         #$(BSL) -P $(app) -g 0x2500
15         $(BSL) -P $(app) -r
16 erase:
17         $(BSL) -e