GoodFET11 sent to Gold Phoenix for fabrication.
[goodfet] / firmware / Makefile
1
2 PORT=/dev/ttyUSB0
3 BSL=tos-bsl --invert-reset --invert-test -c $(PORT)
4
5 CC=msp430-gcc -g -mmcu=msp430x1611 -DGCC
6
7 app=blink
8
9 install: $(app)
10         $(BSL) -e -p $(app)
11         $(BSL) -P $(app) -g 0x4000
12 erase:
13         $(BSL) -e