fixed preprocessor directives in ccspi, readded application to default compilation...
[goodfet] / firmware / README.txt
index cc85ad7..6e7cc44 100644 (file)
@@ -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