Update to add support for MSP430-GCC 4.6 which moved things around;
authordragorn <dragorn@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 17 Jan 2012 16:13:17 +0000 (16:13 +0000)
committerdragorn <dragorn@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 17 Jan 2012 16:13:17 +0000 (16:13 +0000)
commite5fc8a027fccccf4311771fb364ae86731591101
tree307c008fa1dd4ac871c5e7475d48f7bc4a53c3c1
parent593dd80ba8c49c429e1f8d2d2185fa4ee47bda4d
Update to add support for MSP430-GCC 4.6 which moved things around;
 - Use standard linker scripts, existing ones no longer work
 - Refer to MCUs as 'msp430fZZZZ' instead of 'msp430xZZZZ', the 'x'
   references no longer work
 - Rename lib/msp430xZZZZ to msp430fZZZZ to simplify compiling with
   new MCU name
 - Compiles clean against all platforms, tested against hardware for
   gf20, gf30, telosb, nhb12

git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1082 12e2690d-a6be-4b82-a7b7-67c4a43b65c8
16 files changed:
firmware/Makefile
firmware/config.mk
firmware/include/command.h
firmware/lib/msp430f1611.c [new file with mode: 0644]
firmware/lib/msp430f1612.c [new file with mode: 0644]
firmware/lib/msp430f2254.c [new file with mode: 0644]
firmware/lib/msp430f2274.c [new file with mode: 0644]
firmware/lib/msp430f2618.c [new file with mode: 0644]
firmware/lib/msp430x1611.c [deleted file]
firmware/lib/msp430x1612.c [deleted file]
firmware/lib/msp430x2254.c [deleted file]
firmware/lib/msp430x2274.c [deleted file]
firmware/lib/msp430x2618.c [deleted file]
firmware/platforms/arduino.h
firmware/platforms/donbfet.h
firmware/platforms/goodfet.h