X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2FREADME.txt;h=6e7cc446059015a41803005da16a70c9144bcf3b;hp=cc85ad7a9cc8dd8e964fb2e7da6684ff0f2629c8;hb=d817685970c7d0601be3434bed24f835dccbe234;hpb=3e2cb34748f8b81f2b584da8174fce3bbcd5ae9e diff --git a/firmware/README.txt b/firmware/README.txt index cc85ad7..6e7cc44 100644 --- a/firmware/README.txt +++ b/firmware/README.txt @@ -4,6 +4,10 @@ by Travis Goodspeed Requires MSPGCC and msp430-bsl. -Assumes MSP430F161x by default. Call for others by -mcu=msp430x2618 make -e +Assumes MSP430F161x by default. Call for others by the following method, +recognizing that 2618 support is a rather recent addition and only works +in MSPGCC from CVS. + +export mcu=msp430x2618 +make -e