Patched CCSPI PEEK to restore the address before returning data. 0x40 bit is cleared.
[goodfet] / firmware / README.txt
1 GoodFET Firmware
2 by Travis Goodspeed <travis at radiantmachines.com>
3 and some good neighbors.
4
5 Set \$GOODFET to be the port of your GoodFET, such as
6 export GOODFET=/dev/cu.usbserial-*      #Darwin
7 export GOODFET=/dev/ttyUSB*             #Linux (Default)
8
9 The target board must be specified.  For example,
10 board=goodfet31 make clean install
11 board=goodfet41 make clean install
12 board=telosb make clean install
13
14 We require at least msp430-gcc-4.4.5, but older versions should work
15 if you're lucky.