continued work on stability of register access
[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