initial commit of the donbL AVR boot loader
[goodfet] / firmware / README.txt
1 GoodFET Firmware
2 by Travis Goodspeed
3 <travis at radiantmachines.com>
4
5 Requires MSPGCC and msp430-bsl.
6
7 Assumes MSP430F161x by default.  Call for others by the following method,
8 recognizing that 2618 support is a rather recent addition and only works
9 in MSPGCC from CVS.
10
11 export mcu=msp430x2618
12 make -e
13
14
15
16 Some weird switches,
17 1) Build for a static DCO configuration.  Useful for standalone firmware.
18 CFLAGS="-DSTATICDCO=0x8F9E" make clean all