peekword() for console.
[goodfet] / firmware / configure
1 #!/bin/sh
2
3 cat <<EOF
4 Set \$GOODFET to be the port of your GoodFET, such as
5 GOODFET=/dev/cu.usbserial-*      #Darwin
6 GOODFET=/dev/ttyUSB*             #Linux (Default)
7
8 The MSP430F161x is targetted by default.  Build for others
9 by setting one of the following.
10 mcu=msp430x2618                  #BadFET20
11 mcu=msp430x1612                  #GoodFET10, GoodFET20
12 mcu=msp430x2274                  #GoodFET30
13
14 EOF