<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<COMPILER NAME="GCC for MSP430" ID="MSP430GCC" VERSION="4.6.3" URL="http://mspgcc.sourceforge.net" DOWNLOAD_URL="http://downloads.labcenter.co.uk/vsmstudio/win/compilers/mspgcc-setup.exe" AVAILABILITY="Hosted" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../schema/compiler.xsd">
  <!-- C Compiler -->
  <TOOL NAME="CC" FILE="msp430-gcc.exe">
    <!-- And C++ Compiler as well -->
    <ALIAS NAME="CPP"/>
    <!-- And Objective C and Objecive C++ Compiler as well -->
    <ALIAS NAME="OC"/>
    <!-- And assembler as well -->
    <ALIAS NAME="ASM"/>
    <!-- And linker as well -->
    <ALIAS NAME="LD"/>
    <!-- And librarian as well -->
    <ALIAS NAME="LIB"/>
    <!-- Options -->
    <OPTION KIND="Overall" NAME="-c" DESC="Compile to object file" ADVANCED="1"/>
    <OPTION KIND="Overall" NAME="-E" DESC="Preprocess only; do not compile, assemble or link" ADVANCED="1"/>
    <OPTION KIND="Overall" NAME="-o" DESC="Place the output into &lt;file&gt;" PARAM="STRING" ADVANCED="1"/>
    <OPTION KIND="Overall" NAME="-combine" DESC="Pass multiple source files to compiler at once" ADVANCED="1"/>
    <OPTION KIND="Overall" NAME="-x " DESC="Specify the language of the input files" PARAM="STRING" ADVANCED="1"/>
    <OPTION KIND="Overall" NAME="-v" DESC="Display the programs invoked by the compiler" ADVANCED="1"/>
    <OPTION KIND="Overall" NAME="-V" DESC="Run gcc version number &lt;version&gt;, if installed" PARAM="STRING" ADVANCED="1"/>
    <OPTION KIND="Overall" NAME="--version" DESC="Display compiler version information" PARAM="STRING" ADVANCED="1"/>
    <OPTION KIND="C Language" TOOL="CC" NAME="-ansi" DESC="A synonym for -std=c89 (for C) or -std=c++98 (for C++)" ADVANCED="1"/>
    <OPTION KIND="C Language" TOOL="CC" NAME="-std=" DESC="Standard to conform to" PARAM="STRING" ADVANCED="1"/>
    <OPTION KIND="C Language" TOOL="CC" NAME="-fhosted" DESC="Assume normal C execution environment" ADVANCED="1"/>
    <OPTION KIND="C Language" TOOL="CC" NAME="-ffreestanding" DESC="Do not assume that standard C libraries and 'main' exist" ADVANCED="1"/>
    <OPTION KIND="C Language" TOOL="CC" NAME="-fopenmp" DESC="Enable OpenMP (implies -frecursive in Fortran)" ADVANCED="1"/>
    <OPTION KIND="C Language" TOOL="CC" NAME="-traditional-cpp" DESC="Enable traditional preprocessing" ADVANCED="1"/>
    <OPTION KIND="C Language" TOOL="CC" NAME="-fsigned-char" DESC="Make 'char' signed by default" ADVANCED="1"/>
    <OPTION KIND="C Language" TOOL="CC" NAME="-funsigned-char" DESC="Make 'char' unsigned by default" ADVANCED="1"/>
    <OPTION KIND="C++ Language" TOOL="CPP" NAME="-ffor-scope" DESC="Scope of for-init-statement variables is local to the loop" ADVANCED="1"/>
    <OPTION KIND="C++ Language" TOOL="CPP" NAME="-fgnu-keywords" DESC="Recognize GNU-defined keywords" ADVANCED="1"/>
    <OPTION KIND="C++ Language" TOOL="CPP" NAME="-foperator-names" DESC="Recognize C++ keywords like 'compl' and 'xor'" ADVANCED="1"/>
    <OPTION KIND="C++ Language" TOOL="CPP" NAME="-frtti" DESC="Generate run time type descriptor information" ADVANCED="1"/>
    <OPTION KIND="C++ Language" TOOL="CPP" NAME="-fstats" DESC="Display statistics accumulated during compilation" ADVANCED="1"/>
    <OPTION KIND="C++ Language" TOOL="CPP" NAME="-nostdinc++" DESC="Do not search standard system include directories for C++" ADVANCED="1"/>
    <OPTION KIND="C++ Language" TOOL="CPP" NAME="-Wnon-virtual-dtor" DESC="Warn about non-virtual destructors" ADVANCED="1"/>
    <OPTION KIND="C++ Language" TOOL="CPP" NAME="-Wreorder" DESC="Warn when the compiler reorders code" ADVANCED="1"/>
    <OPTION KIND="C++ Language" TOOL="CPP" NAME="-Wold-style-cast" DESC="Warn if a C-style cast is used in a program" ADVANCED="1"/>
    <OPTION KIND="C++ Language" TOOL="CPP" NAME="-Woverloaded-virtual" DESC="Warn about overloaded virtual function names" ADVANCED="1"/>
    <OPTION KIND="C++ Language" TOOL="CPP" NAME="-Wsign-promo" DESC="Warn when overload promotes from unsigned to signed" ADVANCED="1"/>
    <OPTION KIND="Warning" NAME="-fsyntax-only" DESC=" Check for syntax errors, then stop" ADVANCED="1"/>
    <OPTION KIND="Warning" NAME="-pedantic" DESC="Issue warnings needed for strict compliance to the standard" ADVANCED="1"/>
    <OPTION KIND="Warning" NAME="-w" DESC="Suppress warnings"/>
    <OPTION KIND="Warning" NAME="-W" DESC="Warning options" SEPARATOR="" MULTIPLE="1" PARAM="CHOICE">
      <PARAM VALUE="" DESC="Supress all warnings"/>
      <PARAM VALUE="extra" DESC=""/>
      <PARAM VALUE="all" DESC=""/>
      <PARAM VALUE="address" DESC=""/>
      <PARAM VALUE="array-bounds" DESC=""/>
      <PARAM VALUE="fatal-errors" DESC=""/>
      <PARAM VALUE="ignored-qualifiers" DESC=""/>
      <PARAM VALUE="implicit-function-declaration" DESC=""/>
      <PARAM VALUE="implicit-int" DESC=""/>
      <PARAM VALUE="inline" DESC=""/>
      <PARAM VALUE="unsafe-loop-optimizations" DESC=""/>
      <PARAM VALUE="overlength-strings" DESC=""/>
      <PARAM VALUE="redundant-decls" DESC=""/>
      <PARAM VALUE="return-type" DESC=""/>
      <PARAM VALUE="sign-compare" DESC=""/>
      <PARAM VALUE="sign-conversion" DESC=""/>
      <PARAM VALUE="uninitialized" DESC=""/>
      <PARAM VALUE="unknown-pragmas" DESC=""/>
      <PARAM VALUE="unreachable-code" DESC=""/>
      <PARAM VALUE="unused-function" DESC=""/>
      <PARAM VALUE="unused-variable" DESC=""/>
    </OPTION>
    <OPTION KIND="Debugging" NAME="-dumpmachine" DESC="Display the compiler's target processor" ADVANCED="1"/>
    <OPTION KIND="Debugging" NAME="-dumpversion" DESC="Display the version of the compiler" ADVANCED="1"/>
    <OPTION KIND="Debugging" NAME="-feliminate-dwarf2-dups" DESC="Perform DWARF2 duplicate elimination" ADVANCED="1"/>
    <OPTION NAME="-g" KIND="Debugging" DESC="Generate debug information " PARAM="CHOICE" SEPARATOR="" ADVANCED="1">
      <PARAM VALUE="" DESC="in default format"/>
      <PARAM VALUE="coff" DESC="in COFF format"/>
      <PARAM VALUE="gdb" DESC="in default extended"/>
      <PARAM VALUE="stabs" DESC="in STABS format"/>
      <PARAM VALUE="stabs+" DESC="in extended STABS"/>
      <PARAM VALUE="dwarf-2" DESC="in DWARF v2 format"/>
      <PARAM VALUE="vms" DESC="in VMS formats"/>
      <PARAM VALUE="xcoff" DESC="in XCOFF format"/>
      <PARAM VALUE="xcoff+" DESC="in extended XCOFF"/>
    </OPTION>
    <OPTION KIND="Debugging" NAME="-p" DESC="Enable function profiling" ADVANCED="1"/>
    <OPTION KIND="Debugging" NAME="-save-temps" DESC="Do not delete intermediate files" ADVANCED="1"/>
    <OPTION KIND="Debugging" NAME="-time" DESC="Time the execution of each subprocess" ADVANCED="1"/>
    <OPTION KIND="Optimization" NAME="-O" DESC="Optimization level. 0 is none, s optimizes for space" PARAM="CHOICE" SEPARATOR="">
      <PARAM VALUE="0" DESC=""/>
      <PARAM VALUE="1" DESC=""/>
      <PARAM VALUE="2" DESC=""/>
      <PARAM VALUE="3" DESC=""/>
      <PARAM VALUE="s" DESC=""/>
    </OPTION>
    <OPTION KIND="Optimization" NAME="-falign-labels" DESC="-falign-labels[=n]" PARAM="STRING" ADVANCED="1"/>
    <OPTION KIND="Optimization" NAME="-ffast-math" DESC="" ADVANCED="1"/>
    <OPTION KIND="Optimization" NAME="-ffinite-math-only" DESC="Assume no NaNs or infinities are generated" ADVANCED="1"/>
    <OPTION KIND="Optimization" NAME="-finline-functions" DESC="Integrate simple functions into their callers" ADVANCED="1"/>
    <OPTION KIND="Optimization" NAME="-finline-functions-called-once" DESC="Integrate functions called once into their callers" ADVANCED="1"/>
    <OPTION KIND="Optimization" NAME="-fno-inline" DESC="" ADVANCED="1"/>
    <OPTION KIND="Optimization" NAME="-fomit-frame-pointer" DESC="When possible do not generate stack frames" ADVANCED="1"/>
    <OPTION KIND="Optimization" NAME="-fwhole-program" DESC="Perform whole program optimizations" ADVANCED="1"/>
    <OPTION KIND="Preprocessor" NAME="-C" DESC="Do not discard comments" ADVANCED="1"/>
    <OPTION KIND="Preprocessor" NAME="-D" DESC="Define a macro -Dmacro[=defn]" PARAM="STRING" MULTIPLE="1" ADVANCED="1"/>
    <OPTION KIND="Preprocessor" NAME="-H" DESC="Print the name of header files as they are used" ADVANCED="1"/>
    <OPTION KIND="Preprocessor" NAME="-include " DESC="-include file" PARAM="STRING" MULTIPLE="1" ADVANCED="1"/>
    <OPTION KIND="Preprocessor" NAME="-imultilib " DESC="-imultilib dir" PARAM="STRING" ADVANCED="1"/>
    <OPTION KIND="Preprocessor" NAME="-MD" DESC="Generate make dependencies and compile" ADVANCED="1"/>
    <OPTION KIND="Preprocessor" NAME="-MP" DESC="Generate phony targets for all headers" ADVANCED="1"/>
    <OPTION KIND="Preprocessor" NAME="-nostdinc" DESC="Do not search standard system include directories (those specified with -isystem will still be used)" ADVANCED="1"/>
    <OPTION KIND="Preprocessor" NAME="-remap" DESC="Remap file names when including files" ADVANCED="1"/>
    <OPTION KIND="Preprocessor" NAME="-undef" DESC="Do not predefine system-specific and GCC-specific macros" ADVANCED="1"/>
    <OPTION KIND="Preprocessor" NAME="-U" DESC="Undefine &lt;macro&gt;" PARAM="STRING" MULTIPLE="1"/>
    <OPTION KIND="Preprocessor" NAME="-Wp," DESC="Pass comma-separated &lt;options&gt; on to the preprocessor" PARAM="STRING" MULTIPLE="1" ADVANCED="1"/>
    <OPTION KIND="Preprocessor" NAME="-Xpreprocessor " DESC="-Xpreprocessor option" PARAM="STRING" MULTIPLE="1" ADVANCED="1"/>
    <OPTION KIND="Assembler" TOOL="ASM" NAME="-Wa," DESC="-Wa,options: comma separated list of assembler options" PARAM="STRING" MULTIPLE="1" ADVANCED="1"/>
    <OPTION KIND="Assembler" TOOL="ASM" NAME="-Xassembler " DESC="-Xassembler option" PARAM="STRING" MULTIPLE="1" ADVANCED="1"/>
    <OPTION KIND="Linker" TOOL="LD" NAME="-l " DESC="-l library (to search for)" PARAM="STRING" MULTIPLE="1"/>
    <OPTION KIND="Linker" TOOL="LD" NAME="-nostartfiles" DESC="" ADVANCED="1"/>
    <OPTION KIND="Linker" TOOL="LD" NAME="-nodefaultlibs" DESC="" ADVANCED="1"/>
    <OPTION KIND="Linker" TOOL="LD" NAME="-nostdlib" DESC="Only use library directories specified on the command line" ADVANCED="1"/>
    <OPTION KIND="Linker" TOOL="LD" NAME="-pie" DESC="Create a position independent executable" ADVANCED="1"/>
    <OPTION KIND="Linker" TOOL="LD" NAME="-static" DESC="Do not link against shared libraries" ADVANCED="1"/>
    <OPTION KIND="Linker" TOOL="LD" NAME="-shared" DESC="Create a shared library" ADVANCED="1"/>
    <OPTION KIND="Linker" TOOL="LD" NAME="-Wl," DESC="-Wl,options: comma separted list of linker options" PARAM="STRING" MULTIPLE="1" ADVANCED="1"/>
    <OPTION KIND="Linker" TOOL="LD" NAME="-Xlinker " DESC="-Xlinker option" PARAM="STRING" MULTIPLE="1" ADVANCED="1"/>
    <OPTION KIND="Linker" TOOL="LD" NAME="-T " DESC="Linker script" PARAM="STRING" ID="LKR"/>
    <OPTION KIND="Directory" NAME="-B " DESC="-B dir (add dir to search path)" PARAM="STRING"/>
    <OPTION KIND="Directory" NAME="-I" DESC="Add &lt;dir&gt; to the end of the main include path" PARAM="STRING" MULTIPLE="1"/>
    <OPTION KIND="Directory" NAME="-L" DESC="-Ldir" PARAM="STRING" MULTIPLE="1"/>
    <OPTION KIND="Directory" NAME="-specs=" DESC="-specs=file" PARAM="STRING" ADVANCED="1"/>
    <OPTION KIND="Target" NAME="-b " DESC="Run gcc for target &lt;machine&gt;, if installed" PARAM="STRING" ADVANCED="1"/>
    <OPTION KIND="Code Generation" NAME="-u " DESC="Start with undefined reference to SYMBOL" PARAM="STRING" MULTIPLE="1" ADVANCED="1"/>
    <OPTION KIND="Code Generation" NAME="-fexceptions" DESC="Enable exception handling" ADVANCED="1"/>
    <OPTION KIND="Code Generation" NAME="-fpic" DESC="Generate position-independent code if possible (small mode)" ADVANCED="1"/>
    <OPTION KIND="Code Generation" NAME="-fPIC" DESC="Generate position-independent code if possible (large mode)" ADVANCED="1"/>
    <OPTION KIND="Code Generation" NAME="-fpie" DESC="Generate position-independent code for executables if possible (small mode)" ADVANCED="1"/>
    <OPTION KIND="Code Generation" NAME="-fPIE" DESC="Generate position-independent code for executables if possible (large mode)" ADVANCED="1"/>
    <OPTION KIND="Code Generation" NAME="-fshort-enums" DESC="Use the narrowest integer type possible for enumeration types" ADVANCED="1"/>
    <OPTION KIND="Code Generation" NAME="-fshort-double" DESC="Use the same size for double as for float" ADVANCED="1"/>
    <OPTION KIND="Code Generation" NAME="-fshort-wchar" DESC="Force the underlying type for 'wchar_t' to be 'unsigned short'" ADVANCED="1"/>
    <OPTION KIND="Code Generation" NAME="-fverbose-asm" DESC="Add extra commentary to assembler output" ADVANCED="1"/>
    <OPTION KIND="Code Generation" NAME="-fpack-struct" DESC="structure packing [member alignment] -fpack-struct[=n]" PARAM="STRING" ADVANCED="1"/>
    <OPTION KIND="Code Generation" NAME="-fbounds-check" DESC="Generate code to check bounds before indexing arrays" ADVANCED="1"/>
  </TOOL>
  <TOOL NAME="BIN2HEX" FILE="msp430-objcopy.exe">
    <OPTION NAME="-I " DESC="Assume input file is in format (bfdname)" PARAM="CHOICE" ADVANCED="1">
      <ALIAS NAME="--input-target "/>
      <PARAM VALUE="elf32-littlearm" DESC=""/>
      <PARAM VALUE="elf32-bigarm" DESC=""/>
      <PARAM VALUE="elf32-little" DESC=""/>
      <PARAM VALUE="elf32-big" DESC=""/>
    </OPTION>
    <OPTION NAME="-O " DESC="Create an output file in format (bfdname)" PARAM="CHOICE" ADVANCED="1">
      <ALIAS NAME="--output-target "/>
      <PARAM VALUE="srec" DESC=""/>
      <PARAM VALUE="verilog" DESC=""/>
      <PARAM VALUE="tekhex" DESC=""/>
      <PARAM VALUE="binary" DESC=""/>
      <PARAM VALUE="ihex" DESC=""/>
    </OPTION>
    <OPTION NAME="-B " DESC="(arch)  Set arch of output file, when input is binary" PARAM="STRING" ADVANCED="1">
      <ALIAS NAME="--binary-architecture "/>
    </OPTION>
    <OPTION NAME="-F " DESC="(bfdname) Set both input and output format to (bfdname) " PARAM="STRING" ADVANCED="1">
      <ALIAS NAME="--target"/>
    </OPTION>
    <OPTION NAME="--debugging" DESC="Convert debugging information, if possible" ADVANCED="1"/>
    <OPTION NAME="-p" DESC="Copy modified/access timestamps to the output" ADVANCED="1">
      <ALIAS NAME="--preserve-dates"/>
    </OPTION>
    <OPTION NAME="-j " DESC="Only copy section (name) into the output" PARAM="STRING" ADVANCED="1">
      <ALIAS NAME="--only-section "/>
    </OPTION>
    <OPTION NAME="--add-gnu-debuglink=" DESC="(file) Add section .gnu_debuglink linking to (file)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="-R " DESC="Remove section (name) from the output" PARAM="STRING" ADVANCED="1">
      <ALIAS NAME="--remove-section "/>
    </OPTION>
    <OPTION NAME="-S" DESC="Remove all symbol and relocation information" ADVANCED="1">
      <ALIAS NAME="--strip-all"/>
    </OPTION>
    <OPTION NAME="-g" DESC="Remove all debugging symbols and sections" ADVANCED="1">
      <ALIAS NAME="--strip-debug"/>
    </OPTION>
    <OPTION NAME="--strip-unneeded" DESC="Remove all symbols not needed by relocations" ADVANCED="1"/>
    <OPTION NAME="-N " DESC="Do not copy symbol (name)" PARAM="STRING" ADVANCED="1">
      <ALIAS NAME="--strip-symbol "/>
    </OPTION>
    <OPTION NAME="--strip-unneeded-symbol " DESC="Do not copy symbol (name) unless needed by relocations" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--only-keep-debug" DESC="Strip everything but the debug information" ADVANCED="1"/>
    <OPTION NAME="--extract-symbol" DESC="Remove section contents but keep symbols" ADVANCED="1"/>
    <OPTION NAME="-K " DESC="Do not strip symbol (name)" PARAM="STRING" ADVANCED="1">
      <ALIAS NAME="--keep-symbol "/>
    </OPTION>
    <OPTION NAME="--keep-file-symbols" DESC="Do not strip file symbol(s)" ADVANCED="1"/>
    <OPTION NAME="--localize-hidden" DESC="Turn all ELF hidden symbols into locals" ADVANCED="1"/>
    <OPTION NAME="-L " DESC="Force symbol (name) to be marked as a local" PARAM="STRING" ADVANCED="1">
      <ALIAS NAME="--localize-symbol "/>
    </OPTION>
    <OPTION NAME="--globalize-symbol " DESC="Force symbol (name) to be marked as a global" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="-G " DESC="Localize all symbols except (name)" PARAM="STRING" ADVANCED="1">
      <ALIAS NAME="--keep-global-symbol "/>
    </OPTION>
    <OPTION NAME="-W " DESC="Force symbol (name) to be marked as a weak" PARAM="STRING" ADVANCED="1">
      <ALIAS NAME="--weaken-symbol "/>
    </OPTION>
    <OPTION NAME="--weaken" DESC="Force all global symbols to be marked as weak" ADVANCED="1"/>
    <OPTION NAME="-w" DESC="Permit wildcard in symbol comparison" ADVANCED="1">
      <ALIAS NAME="--wildcard"/>
    </OPTION>
    <OPTION NAME="-x" DESC="Remove all non-global symbols" ADVANCED="1">
      <ALIAS NAME="--discard-all"/>
    </OPTION>
    <OPTION NAME="-X" DESC="Remove any compiler-generated symbols" ADVANCED="1">
      <ALIAS NAME="--discard-locals"/>
    </OPTION>
    <OPTION NAME="-i " DESC="Only copy one out of every (number) bytes" PARAM="STRING" ADVANCED="1">
      <ALIAS NAME="--interleave "/>
    </OPTION>
    <OPTION NAME="-b " DESC="Select byte (num) in every interleaved block" PARAM="STRING" ADVANCED="1">
      <ALIAS NAME="--byte "/>
    </OPTION>
    <OPTION NAME="--gap-fill " DESC="Fill gaps between sections with (val)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--pad-to " DESC="Pad the last section up to address (addr)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--set-start " DESC="Set the start address to (addr)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--change-start " DESC="Add (incr) to the start address" PARAM="STRING" ADVANCED="1">
      <ALIAS NAME="--adjust-start "/>
    </OPTION>
    <OPTION NAME="--change-addresses " DESC="Add (incr) to LMA, VMA and start addresses" PARAM="STRING" ADVANCED="1">
      <ALIAS NAME="--adjust-vma "/>
    </OPTION>
    <OPTION NAME="--change-section-address " DESC="(name){=|+|-}(val)\nChange LMA and VMA of section (name) by (val)" PARAM="STRING" ADVANCED="1">
      <ALIAS NAME="--adjust-section-vma "/>
    </OPTION>
    <OPTION NAME="--change-section-lma " DESC="(name){=|+|-}(val)\nChange the LMA of section (name) by (val)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--change-section-vma " DESC="(name){=|+|-}(val)\nChange the VMA of section (name) by (val)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--no-change-warnings" DESC="Don't warn if a named section does not exist" ADVANCED="1">
      <ALIAS NAME="--no-adjust-warnings"/>
    </OPTION>
    <OPTION NAME="--change-warnings" DESC="Warn if a named section does not exist" ADVANCED="1">
      <ALIAS NAME="--adjust-warnings"/>
    </OPTION>
    <OPTION NAME="--set-section-flags " DESC="(name)=(flags)\nSet section (name)'s properties to (flags)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--add-section " DESC="(name)=(file)\nAdd section (name) found in (file) to output" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--rename-section " DESC="(old)=(new)[,(flags)]\nRename section (old) to (new)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--long-section-names " DESC="Handle long section names in Coff objects." PARAM="CHOICE" ADVANCED="1">
      <PARAM VALUE="enable" DESC=""/>
      <PARAM VALUE="disable" DESC=""/>
      <PARAM VALUE="keep" DESC=""/>
    </OPTION>
    <OPTION NAME="--change-leading-char" DESC="Force output format's leading character style" ADVANCED="1"/>
    <OPTION NAME="--remove-leading-char" DESC="Remove leading character from global symbols" ADVANCED="1"/>
    <OPTION NAME="--reverse-bytes=" DESC="Reverse (num) bytes at a time, in output sections with content" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--redefine-sym " DESC="(old)=(new)\nRedefine symbol name (old) to (new)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--redefine-syms " DESC="--redefine-sym for all symbol pairs  listed in (file)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--srec-len " DESC="(number) Restrict the length of generated Srecords" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--srec-forceS3" DESC="Restrict the type of generated Srecords to S3" ADVANCED="1"/>
    <OPTION NAME="--strip-symbols " DESC="-N for all symbols listed in (file)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--strip-unneeded-symbols " DESC="--strip-unneeded-symbol for all symbols listed in (file)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--keep-symbols " DESC="-K for all symbols listed in (file)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--localize-symbols " DESC="-L for all symbols listed in (file)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--globalize-symbols " DESC="--globalize-symbol for all in (file)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--keep-global-symbols " DESC="-G for all symbols listed in (file)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--weaken-symbols " DESC="-W for all symbols listed in (file)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--alt-machine-code " DESC="Use the target's (index)'th alternative machine" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--writable-text" DESC="Mark the output text as writable" ADVANCED="1"/>
    <OPTION NAME="--readonly-text" DESC="Make the output text write protected" ADVANCED="1"/>
    <OPTION NAME="--pure" DESC="Mark the output file as demand paged" ADVANCED="1"/>
    <OPTION NAME="--impure" DESC="Mark the output file as impure" ADVANCED="1"/>
    <OPTION NAME="--prefix-symbols " DESC="Add (prefix) to start of every symbol name" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--prefix-sections " DESC="Add (prefix) to start of every section name" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--prefix-alloc-sections " DESC="Add (prefix) to start of every allocatable section name" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--file-alignment " DESC="Set PE file alignment to (num)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--heap " DESC="(reserve)[,(commit)]\nSet PE reserve/commit heap to (reserve)/(commit)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--image-base " DESC="Set PE image base to (address)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--section-alignment " DESC="Set PE section alignment to (num)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--stack " DESC="(reserve)[,(commit)]\nSet PE reserve/commit stack to (reserve)/(commit)" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="--subsystem " DESC="(name)[:(version)]\nSet PE subsystem to (name) [and (version)]" PARAM="STRING" ADVANCED="1"/>
    <OPTION NAME="-v" DESC="List all object files modified">
      <ALIAS NAME="--verbose"/>
    </OPTION>
  </TOOL>
  <!-- Available controllers for this compiler -->
  <FAMILY NAME="MSP430">
    <TEMPLATE NAME="INCFILE" VALUE="MSP430.h"/>
    <CONTROLLER NAME="msp430afe221">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430afe221" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430afe221" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430afe221" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430afe221" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430afe221" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430afe221" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430afe222">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430afe222" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430afe222" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430afe222" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430afe222" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430afe222" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430afe222" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430afe223">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430afe223" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430afe223" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430afe223" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430afe223" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430afe223" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430afe223" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430afe231">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430afe231" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430afe231" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430afe231" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430afe231" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430afe231" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430afe231" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430afe232">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430afe232" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430afe232" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430afe232" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430afe232" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430afe232" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430afe232" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430afe233">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430afe233" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430afe233" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430afe233" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430afe233" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430afe233" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430afe233" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430afe251">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430afe251" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430afe251" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430afe251" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430afe251" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430afe251" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430afe251" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430afe252">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430afe252" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430afe252" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430afe252" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430afe252" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430afe252" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430afe252" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430afe253">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430afe253" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430afe253" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430afe253" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430afe253" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430afe253" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430afe253" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430bt5190">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430bt5190" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430bt5190" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430bt5190" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430bt5190" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430bt5190" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430bt5190" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c091">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c091" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c091" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c091" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c091" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c091" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c091" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c092">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c092" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c092" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c092" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c092" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c092" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c092" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c111">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c111" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c111" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c111" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c111" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c111" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c111" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c1111">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c1111" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c1111" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c1111" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c1111" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c1111" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c1111" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c1101">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c1101" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c1101" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c1101" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c1101" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c1101" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c1101" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c112">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c112" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c112" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c112" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c112" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c112" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c112" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c1121">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c1121" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c1121" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c1121" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c1121" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c1121" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c1121" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c1331">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c1331" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c1331" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c1331" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c1331" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c1331" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c1331" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c1351">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c1351" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c1351" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c1351" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c1351" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c1351" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c1351" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c311s">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c311s" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c311s" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c311s" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c311s" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c311s" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c311s" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c312">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c312" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c312" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c312" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c312" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c312" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c312" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c313">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c313" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c313" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c313" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c313" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c313" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c313" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c314">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c314" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c314" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c314" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c314" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c314" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c314" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c315">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c315" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c315" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c315" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c315" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c315" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c315" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c323">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c323" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c323" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c323" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c323" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c323" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c323" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c325">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c325" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c325" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c325" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c325" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c325" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c325" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c336">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c336" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c336" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c336" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c336" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c336" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c336" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c337">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c337" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c337" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c337" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c337" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c337" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c337" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c412">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c412" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c412" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c412" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c412" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c412" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c412" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430c413">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430c413" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430c413" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430c413" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430c413" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430c413" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430c413" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430cg4616">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430cg4616" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430cg4616" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430cg4616" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430cg4616" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430cg4616" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430cg4616" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430cg4617">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430cg4617" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430cg4617" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430cg4617" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430cg4617" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430cg4617" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430cg4617" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430cg4618">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430cg4618" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430cg4618" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430cg4618" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430cg4618" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430cg4618" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430cg4618" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430cg4619">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430cg4619" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430cg4619" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430cg4619" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430cg4619" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430cg4619" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430cg4619" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430e112">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430e112" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430e112" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430e112" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430e112" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430e112" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430e112" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430e313">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430e313" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430e313" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430e313" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430e313" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430e313" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430e313" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430e315">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430e315" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430e315" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430e315" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430e315" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430e315" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430e315" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430e325">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430e325" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430e325" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430e325" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430e325" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430e325" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430e325" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430e337">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430e337" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430e337" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430e337" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430e337" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430e337" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430e337" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f110">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f110" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f110" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f110" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f110" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f110" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f110" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f1101">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f1101" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f1101" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f1101" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f1101" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f1101" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f1101" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f1101a">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f1101a" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f1101a" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f1101a" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f1101a" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f1101a" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f1101a" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f1111">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f1111" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f1111" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f1111" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f1111" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f1111" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f1111" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f1111a">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f1111a" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f1111a" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f1111a" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f1111a" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f1111a" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f1111a" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f112">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f112" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f112" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f112" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f112" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f112" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f112" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f1121">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f1121" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f1121" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f1121" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f1121" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f1121" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f1121" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f1121a">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f1121a" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f1121a" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f1121a" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f1121a" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f1121a" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f1121a" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f1122">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f1122" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f1122" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f1122" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f1122" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f1122" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f1122" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f1132">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f1132" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f1132" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f1132" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f1132" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f1132" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f1132" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f122">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f122" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f122" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f122" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f122" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f122" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f122" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f1222">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f1222" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f1222" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f1222" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f1222" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f1222" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f1222" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f123">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f123" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f123" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f123" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f123" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f123" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f123" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f1232">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f1232" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f1232" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f1232" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f1232" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f1232" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f1232" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f133">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f133" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f133" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f133" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f133" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f133" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f133" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f135">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f135" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f135" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f135" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f135" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f135" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f135" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f147">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f147" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f147" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f147" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f147" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f147" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f147" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f1471">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f1471" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f1471" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f1471" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f1471" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f1471" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f1471" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f148">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f148" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f148" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f148" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f148" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f148" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f148" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f1481">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f1481" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f1481" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f1481" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f1481" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f1481" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f1481" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f149">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f149" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f149" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f149" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f149" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f149" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f149" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f1491">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f1491" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f1491" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f1491" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f1491" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f1491" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f1491" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f155">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f155" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f155" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f155" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f155" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f155" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f155" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f156">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f156" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f156" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f156" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f156" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f156" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f156" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f157">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f157" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f157" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f157" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f157" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f157" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f157" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f1610">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f1610" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f1610" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f1610" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f1610" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f1610" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f1610" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f1611">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f1611" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f1611" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f1611" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f1611" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f1611" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f1611" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f1612">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f1612" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f1612" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f1612" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f1612" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f1612" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f1612" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f167">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f167" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f167" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f167" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f167" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f167" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f167" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f168">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f168" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f168" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f168" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f168" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f168" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f168" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f169">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f169" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f169" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f169" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f169" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f169" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f169" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2001">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2001" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2001" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2001" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2001" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2001" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2001" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2002">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2002" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2002" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2002" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2002" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2002" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2002" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2003">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2003" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2003" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2003" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2003" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2003" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2003" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2011">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2011" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2011" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2011" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2011" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2011" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2011" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2012">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2012" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2012" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2012" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2012" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2012" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2012" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2013">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2013" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2013" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2013" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2013" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2013" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2013" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2101">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2101" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2101" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2101" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2101" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2101" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2101" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2111">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2111" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2111" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2111" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2111" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2111" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2111" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2112">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2112" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2112" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2112" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2112" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2112" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2112" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2121">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2121" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2121" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2121" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2121" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2121" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2121" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2122">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2122" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2122" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2122" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2122" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2122" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2122" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2131">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2131" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2131" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2131" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2131" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2131" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2131" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2132">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2132" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2132" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2132" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2132" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2132" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2132" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2232">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2232" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2232" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2232" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2232" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2232" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2232" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2234">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2234" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2234" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2234" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2234" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2234" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2234" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2252">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2252" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2252" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2252" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2252" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2252" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2252" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2254">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2254" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2254" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2254" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2254" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2254" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2254" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2272">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2272" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2272" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2272" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2272" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2272" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2272" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2274">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2274" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2274" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2274" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2274" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2274" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2274" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f233">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f233" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f233" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f233" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f233" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f233" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f233" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2330">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2330" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2330" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2330" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2330" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2330" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2330" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f235">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f235" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f235" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f235" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f235" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f235" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f235" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2350">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2350" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2350" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2350" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2350" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2350" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2350" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2370">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2370" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2370" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2370" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2370" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2370" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2370" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2410">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2410" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2410" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2410" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2410" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2410" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2410" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2416">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2416" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2416" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2416" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2416" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2416" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2416" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2417">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2417" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2417" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2417" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2417" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2417" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2417" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2418">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2418" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2418" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2418" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2418" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2418" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2418" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2419">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2419" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2419" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2419" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2419" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2419" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2419" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f247">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f247" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f247" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f247" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f247" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f247" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f247" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2471">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2471" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2471" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2471" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2471" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2471" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2471" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f248">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f248" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f248" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f248" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f248" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f248" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f248" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2481">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2481" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2481" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2481" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2481" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2481" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2481" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f249">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f249" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f249" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f249" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f249" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f249" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f249" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2491">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2491" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2491" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2491" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2491" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2491" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2491" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2616">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2616" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2616" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2616" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2616" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2616" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2616" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2617">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2617" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2617" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2617" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2617" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2617" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2617" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2618">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2618" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2618" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2618" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2618" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2618" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2618" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f2619">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f2619" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f2619" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f2619" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f2619" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f2619" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f2619" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f412">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f412" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f412" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f412" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f412" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f412" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f412" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f413">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f413" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f413" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f413" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f413" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f413" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f413" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4132">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4132" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4132" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4132" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4132" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4132" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4132" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f415">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f415" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f415" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f415" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f415" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f415" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f415" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4152">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4152" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4152" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4152" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4152" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4152" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4152" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f417">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f417" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f417" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f417" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f417" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f417" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f417" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f423">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f423" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f423" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f423" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f423" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f423" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f423" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f423a">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f423a" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f423a" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f423a" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f423a" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f423a" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f423a" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f425">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f425" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f425" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f425" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f425" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f425" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f425" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4250">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4250" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4250" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4250" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4250" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4250" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4250" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f425a">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f425a" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f425a" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f425a" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f425a" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f425a" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f425a" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4260">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4260" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4260" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4260" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4260" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4260" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4260" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f427">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f427" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f427" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f427" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f427" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f427" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f427" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4270">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4270" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4270" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4270" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4270" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4270" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4270" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f427a">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f427a" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f427a" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f427a" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f427a" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f427a" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f427a" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f435">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f435" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f435" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f435" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f435" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f435" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f435" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4351">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4351" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4351" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4351" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4351" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4351" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4351" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f436">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f436" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f436" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f436" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f436" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f436" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f436" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4361">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4361" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4361" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4361" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4361" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4361" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4361" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f437">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f437" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f437" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f437" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f437" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f437" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f437" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4371">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4371" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4371" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4371" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4371" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4371" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4371" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f438">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f438" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f438" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f438" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f438" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f438" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f438" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f439">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f439" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f439" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f439" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f439" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f439" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f439" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f447">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f447" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f447" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f447" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f447" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f447" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f447" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f448">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f448" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f448" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f448" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f448" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f448" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f448" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4481">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4481" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4481" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4481" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4481" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4481" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4481" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f449">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f449" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f449" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f449" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f449" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f449" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f449" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4491">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4491" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4491" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4491" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4491" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4491" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4491" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4616">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4616" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4616" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4616" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4616" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4616" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4616" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f46161">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f46161" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f46161" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f46161" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f46161" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f46161" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f46161" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4617">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4617" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4617" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4617" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4617" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4617" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4617" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f46171">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f46171" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f46171" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f46171" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f46171" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f46171" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f46171" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4618">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4618" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4618" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4618" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4618" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4618" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4618" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f46181">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f46181" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f46181" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f46181" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f46181" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f46181" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f46181" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4619">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4619" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4619" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4619" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4619" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4619" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4619" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f46191">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f46191" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f46191" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f46191" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f46191" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f46191" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f46191" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f47126">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f47126" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f47126" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f47126" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f47126" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f47126" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f47126" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f47127">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f47127" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f47127" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f47127" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f47127" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f47127" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f47127" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f47163">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f47163" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f47163" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f47163" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f47163" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f47163" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f47163" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f47166">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f47166" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f47166" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f47166" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f47166" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f47166" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f47166" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f47167">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f47167" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f47167" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f47167" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f47167" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f47167" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f47167" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f47173">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f47173" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f47173" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f47173" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f47173" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f47173" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f47173" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f47176">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f47176" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f47176" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f47176" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f47176" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f47176" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f47176" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f47177">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f47177" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f47177" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f47177" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f47177" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f47177" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f47177" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f47183">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f47183" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f47183" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f47183" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f47183" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f47183" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f47183" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f47186">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f47186" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f47186" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f47186" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f47186" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f47186" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f47186" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f47187">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f47187" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f47187" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f47187" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f47187" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f47187" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f47187" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f47193">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f47193" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f47193" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f47193" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f47193" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f47193" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f47193" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f47196">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f47196" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f47196" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f47196" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f47196" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f47196" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f47196" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f47197">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f47197" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f47197" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f47197" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f47197" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f47197" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f47197" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f477">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f477" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f477" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f477" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f477" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f477" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f477" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f478">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f478" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f478" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f478" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f478" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f478" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f478" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4783">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4783" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4783" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4783" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4783" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4783" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4783" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4784">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4784" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4784" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4784" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4784" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4784" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4784" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f479">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f479" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f479" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f479" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f479" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f479" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f479" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4793">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4793" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4793" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4793" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4793" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4793" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4793" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f4794">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f4794" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f4794" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f4794" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f4794" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f4794" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f4794" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5131">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5131" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5131" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5131" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5131" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5131" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5131" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5132">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5132" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5132" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5132" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5132" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5132" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5132" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5151">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5151" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5151" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5151" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5151" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5151" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5151" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5152">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5152" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5152" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5152" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5152" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5152" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5152" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5171">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5171" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5171" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5171" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5171" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5171" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5171" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5172">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5172" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5172" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5172" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5172" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5172" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5172" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5212">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5212" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5212" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5212" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5212" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5212" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5212" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5213">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5213" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5213" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5213" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5213" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5213" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5213" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5214">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5214" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5214" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5214" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5214" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5214" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5214" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5217">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5217" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5217" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5217" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5217" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5217" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5217" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5218">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5218" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5218" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5218" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5218" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5218" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5218" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5219">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5219" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5219" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5219" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5219" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5219" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5219" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5222">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5222" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5222" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5222" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5222" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5222" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5222" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5223">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5223" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5223" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5223" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5223" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5223" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5223" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5224">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5224" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5224" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5224" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5224" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5224" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5224" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5227">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5227" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5227" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5227" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5227" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5227" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5227" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5228">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5228" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5228" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5228" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5228" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5228" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5228" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5229">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5229" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5229" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5229" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5229" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5229" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5229" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5304">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5304" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5304" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5304" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5304" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5304" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5304" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5308">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5308" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5308" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5308" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5308" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5308" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5308" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5309">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5309" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5309" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5309" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5309" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5309" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5309" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5310">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5310" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5310" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5310" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5310" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5310" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5310" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5324">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5324" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5324" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5324" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5324" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5324" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5324" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5325">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5325" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5325" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5325" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5325" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5325" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5325" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5326">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5326" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5326" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5326" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5326" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5326" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5326" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5327">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5327" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5327" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5327" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5327" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5327" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5327" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5328">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5328" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5328" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5328" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5328" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5328" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5328" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5329">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5329" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5329" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5329" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5329" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5329" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5329" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5333">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5333" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5333" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5333" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5333" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5333" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5333" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5335">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5335" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5335" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5335" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5335" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5335" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5335" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5336">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5336" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5336" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5336" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5336" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5336" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5336" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5338">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5338" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5338" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5338" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5338" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5338" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5338" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5340">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5340" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5340" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5340" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5340" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5340" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5340" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5341">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5341" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5341" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5341" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5341" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5341" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5341" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5342">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5342" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5342" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5342" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5342" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5342" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5342" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5418">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5418" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5418" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5418" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5418" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5418" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5418" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5418a">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5418a" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5418a" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5418a" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5418a" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5418a" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5418a" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5419">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5419" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5419" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5419" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5419" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5419" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5419" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5419a">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5419a" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5419a" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5419a" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5419a" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5419a" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5419a" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5435">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5435" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5435" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5435" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5435" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5435" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5435" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5435a">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5435a" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5435a" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5435a" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5435a" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5435a" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5435a" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5436">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5436" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5436" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5436" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5436" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5436" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5436" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5436a">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5436a" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5436a" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5436a" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5436a" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5436a" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5436a" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5437">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5437" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5437" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5437" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5437" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5437" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5437" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5437a">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5437a" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5437a" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5437a" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5437a" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5437a" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5437a" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5438">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5438" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5438" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5438" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5438" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5438" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5438" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5438a">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5438a" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5438a" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5438a" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5438a" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5438a" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5438a" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5500">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5500" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5500" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5500" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5500" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5500" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5500" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5501">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5501" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5501" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5501" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5501" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5501" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5501" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5502">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5502" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5502" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5502" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5502" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5502" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5502" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5503">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5503" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5503" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5503" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5503" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5503" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5503" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5504">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5504" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5504" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5504" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5504" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5504" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5504" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5505">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5505" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5505" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5505" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5505" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5505" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5505" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5506">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5506" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5506" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5506" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5506" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5506" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5506" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5507">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5507" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5507" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5507" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5507" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5507" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5507" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5508">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5508" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5508" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5508" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5508" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5508" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5508" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5509">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5509" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5509" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5509" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5509" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5509" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5509" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5510">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5510" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5510" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5510" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5510" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5510" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5510" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5513">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5513" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5513" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5513" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5513" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5513" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5513" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5514">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5514" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5514" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5514" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5514" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5514" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5514" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5515">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5515" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5515" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5515" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5515" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5515" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5515" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5517">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5517" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5517" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5517" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5517" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5517" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5517" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5519">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5519" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5519" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5519" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5519" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5519" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5519" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5521">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5521" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5521" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5521" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5521" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5521" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5521" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5522">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5522" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5522" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5522" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5522" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5522" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5522" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5524">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5524" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5524" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5524" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5524" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5524" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5524" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5525">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5525" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5525" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5525" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5525" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5525" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5525" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5526">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5526" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5526" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5526" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5526" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5526" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5526" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5527">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5527" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5527" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5527" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5527" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5527" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5527" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5528">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5528" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5528" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5528" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5528" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5528" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5528" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5529">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5529" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5529" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5529" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5529" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5529" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5529" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5630">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5630" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5630" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5630" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5630" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5630" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5630" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5631">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5631" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5631" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5631" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5631" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5631" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5631" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5632">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5632" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5632" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5632" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5632" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5632" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5632" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5633">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5633" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5633" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5633" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5633" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5633" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5633" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5634">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5634" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5634" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5634" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5634" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5634" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5634" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5635">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5635" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5635" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5635" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5635" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5635" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5635" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5636">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5636" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5636" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5636" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5636" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5636" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5636" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5637">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5637" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5637" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5637" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5637" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5637" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5637" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f5638">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f5638" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f5638" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f5638" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f5638" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f5638" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f5638" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6433">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6433" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6433" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6433" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6433" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6433" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6433" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6435">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6435" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6435" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6435" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6435" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6435" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6435" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6436">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6436" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6436" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6436" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6436" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6436" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6436" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6438">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6438" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6438" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6438" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6438" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6438" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6438" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6630">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6630" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6630" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6630" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6630" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6630" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6630" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6631">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6631" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6631" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6631" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6631" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6631" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6631" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6632">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6632" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6632" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6632" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6632" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6632" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6632" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6633">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6633" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6633" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6633" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6633" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6633" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6633" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6634">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6634" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6634" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6634" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6634" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6634" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6634" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6635">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6635" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6635" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6635" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6635" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6635" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6635" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6636">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6636" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6636" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6636" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6636" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6636" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6636" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6637">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6637" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6637" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6637" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6637" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6637" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6637" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6638">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6638" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6638" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6638" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6638" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6638" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6638" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6720">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6720" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6720" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6720" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6720" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6720" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6720" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6721">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6721" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6721" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6721" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6721" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6721" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6721" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6723">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6723" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6723" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6723" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6723" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6723" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6723" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6724">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6724" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6724" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6724" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6724" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6724" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6724" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6725">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6725" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6725" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6725" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6725" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6725" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6725" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6726">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6726" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6726" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6726" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6726" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6726" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6726" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6730">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6730" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6730" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6730" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6730" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6730" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6730" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6731">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6731" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6731" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6731" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6731" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6731" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6731" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6733">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6733" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6733" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6733" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6733" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6733" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6733" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6734">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6734" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6734" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6734" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6734" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6734" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6734" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6735">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6735" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6735" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6735" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6735" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6735" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6735" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430f6736">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430f6736" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430f6736" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430f6736" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430f6736" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430f6736" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430f6736" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fe423">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fe423" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fe423" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fe423" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fe423" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fe423" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fe423" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fe4232">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fe4232" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fe4232" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fe4232" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fe4232" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fe4232" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fe4232" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fe423a">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fe423a" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fe423a" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fe423a" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fe423a" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fe423a" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fe423a" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fe4242">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fe4242" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fe4242" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fe4242" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fe4242" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fe4242" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fe4242" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fe425">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fe425" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fe425" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fe425" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fe425" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fe425" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fe425" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fe4252">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fe4252" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fe4252" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fe4252" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fe4252" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fe4252" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fe4252" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fe425a">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fe425a" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fe425a" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fe425a" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fe425a" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fe425a" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fe425a" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fe427">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fe427" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fe427" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fe427" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fe427" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fe427" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fe427" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fe4272">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fe4272" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fe4272" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fe4272" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fe4272" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fe4272" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fe4272" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fe427a">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fe427a" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fe427a" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fe427a" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fe427a" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fe427a" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fe427a" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fg4250">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fg4250" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fg4250" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fg4250" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fg4250" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fg4250" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fg4250" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fg4260">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fg4260" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fg4260" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fg4260" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fg4260" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fg4260" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fg4260" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fg4270">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fg4270" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fg4270" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fg4270" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fg4270" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fg4270" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fg4270" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fg437">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fg437" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fg437" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fg437" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fg437" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fg437" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fg437" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fg438">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fg438" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fg438" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fg438" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fg438" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fg438" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fg438" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fg439">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fg439" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fg439" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fg439" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fg439" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fg439" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fg439" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fg4616">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fg4616" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fg4616" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fg4616" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fg4616" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fg4616" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fg4616" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fg4617">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fg4617" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fg4617" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fg4617" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fg4617" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fg4617" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fg4617" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fg4618">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fg4618" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fg4618" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fg4618" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fg4618" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fg4618" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fg4618" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fg4619">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fg4619" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fg4619" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fg4619" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fg4619" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fg4619" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fg4619" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fg477">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fg477" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fg477" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fg477" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fg477" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fg477" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fg477" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fg478">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fg478" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fg478" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fg478" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fg478" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fg478" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fg478" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fg479">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fg479" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fg479" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fg479" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fg479" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fg479" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fg479" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5720">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5720" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5720" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5720" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5720" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5720" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5720" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5721">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5721" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5721" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5721" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5721" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5721" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5721" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5722">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5722" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5722" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5722" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5722" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5722" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5722" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5723">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5723" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5723" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5723" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5723" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5723" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5723" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5724">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5724" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5724" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5724" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5724" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5724" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5724" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5725">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5725" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5725" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5725" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5725" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5725" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5725" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5726">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5726" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5726" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5726" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5726" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5726" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5726" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5727">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5727" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5727" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5727" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5727" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5727" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5727" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5728">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5728" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5728" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5728" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5728" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5728" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5728" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5729">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5729" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5729" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5729" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5729" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5729" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5729" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5730">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5730" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5730" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5730" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5730" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5730" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5730" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5731">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5731" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5731" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5731" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5731" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5731" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5731" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5732">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5732" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5732" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5732" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5732" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5732" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5732" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5733">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5733" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5733" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5733" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5733" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5733" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5733" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5734">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5734" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5734" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5734" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5734" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5734" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5734" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5735">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5735" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5735" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5735" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5735" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5735" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5735" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5736">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5736" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5736" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5736" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5736" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5736" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5736" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5737">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5737" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5737" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5737" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5737" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5737" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5737" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5738">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5738" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5738" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5738" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5738" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5738" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5738" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5739">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5739" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5739" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5739" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5739" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5739" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5739" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fr5969">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fr5969" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fr5969" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fr5969" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fr5969" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fr5969" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fr5969" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fw423">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fw423" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fw423" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fw423" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fw423" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fw423" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fw423" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fw425">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fw425" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fw425" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fw425" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fw425" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fw425" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fw425" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fw427">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fw427" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fw427" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fw427" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fw427" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fw427" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fw427" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fw428">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fw428" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fw428" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fw428" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fw428" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fw428" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fw428" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430fw429">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430fw429" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430fw429" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430fw429" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430fw429" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430fw429" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430fw429" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2001">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2001" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2001" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2001" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2001" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2001" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2001" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2101">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2101" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2101" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2101" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2101" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2101" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2101" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2102">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2102" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2102" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2102" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2102" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2102" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2102" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2111">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2111" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2111" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2111" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2111" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2111" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2111" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2112">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2112" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2112" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2112" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2112" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2112" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2112" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2113">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2113" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2113" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2113" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2113" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2113" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2113" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2121">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2121" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2121" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2121" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2121" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2121" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2121" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2131">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2131" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2131" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2131" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2131" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2131" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2131" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2132">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2132" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2132" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2132" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2132" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2132" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2132" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2152">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2152" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2152" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2152" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2152" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2152" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2152" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2153">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2153" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2153" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2153" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2153" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2153" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2153" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2201">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2201" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2201" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2201" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2201" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2201" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2201" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2202">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2202" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2202" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2202" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2202" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2202" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2202" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2203">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2203" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2203" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2203" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2203" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2203" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2203" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2210">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2210" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2210" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2210" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2210" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2210" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2210" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2211">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2211" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2211" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2211" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2211" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2211" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2211" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2212">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2212" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2212" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2212" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2212" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2212" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2212" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2213">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2213" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2213" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2213" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2213" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2213" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2213" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2221">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2221" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2221" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2221" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2221" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2221" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2221" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2230">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2230" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2230" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2230" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2230" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2230" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2230" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2231">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2231" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2231" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2231" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2231" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2231" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2231" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2232">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2232" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2232" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2232" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2232" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2232" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2232" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2233">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2233" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2233" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2233" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2233" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2233" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2233" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2252">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2252" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2252" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2252" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2252" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2252" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2252" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2253">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2253" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2253" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2253" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2253" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2253" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2253" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2302">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2302" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2302" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2302" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2302" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2302" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2302" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2303">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2303" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2303" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2303" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2303" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2303" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2303" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2312">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2312" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2312" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2312" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2312" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2312" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2312" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2313">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2313" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2313" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2313" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2313" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2313" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2313" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2332">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2332" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2332" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2332" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2332" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2332" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2332" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2333">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2333" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2333" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2333" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2333" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2333" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2333" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2352">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2352" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2352" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2352" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2352" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2352" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2352" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2353">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2353" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2353" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2353" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2353" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2353" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2353" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2402">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2402" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2402" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2402" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2402" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2402" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2402" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2403">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2403" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2403" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2403" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2403" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2403" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2403" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2412">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2412" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2412" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2412" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2412" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2412" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2412" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2413">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2413" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2413" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2413" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2413" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2413" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2413" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2432">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2432" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2432" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2432" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2432" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2432" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2432" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2433">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2433" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2433" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2433" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2433" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2433" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2433" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2452">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2452" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2452" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2452" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2452" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2452" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2452" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2453">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2453" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2453" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2453" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2453" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2453" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2453" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2513">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2513" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2513" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2513" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2513" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2513" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2513" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2533">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2533" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2533" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2533" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2533" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2533" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2533" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430g2553">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430g2553" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430g2553" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430g2553" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430g2553" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430g2553" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430g2553" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="MSP430G2444">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="MSP430G2444" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="MSP430G2444" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="MSP430G2444" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="MSP430G2444" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="MSP430G2444" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="MSP430G2444" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="MSP430G2544">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="MSP430G2544" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="MSP430G2544" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="MSP430G2544" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="MSP430G2544" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="MSP430G2544" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="MSP430G2544" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="MSP430G2744">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="MSP430G2744" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="MSP430G2744" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="MSP430G2744" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="MSP430G2744" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="MSP430G2744" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="MSP430G2744" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430l092">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430l092" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430l092" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430l092" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430l092" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430l092" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430l092" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430p112">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430p112" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430p112" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430p112" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430p112" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430p112" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430p112" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430p313">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430p313" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430p313" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430p313" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430p313" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430p313" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430p313" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430p315">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430p315" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430p315" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430p315" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430p315" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430p315" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430p315" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430p315s">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430p315s" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430p315s" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430p315s" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430p315s" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430p315s" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430p315s" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430p325">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430p325" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430p325" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430p325" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430p325" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430p325" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430p325" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430p337">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430p337" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430p337" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430p337" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430p337" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430p337" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430p337" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x09x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x09x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x09x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x09x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x09x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x09x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x09x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x11x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x11x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x11x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x11x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x11x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x11x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x11x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x11x1">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x11x1" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x11x1" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x11x1" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x11x1" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x11x1" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x11x1" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x11x2">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x11x2" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x11x2" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x11x2" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x11x2" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x11x2" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x11x2" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x12x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x12x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x12x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x12x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x12x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x12x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x12x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x12x2">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x12x2" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x12x2" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x12x2" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x12x2" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x12x2" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x12x2" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x13x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x13x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x13x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x13x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x13x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x13x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x13x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x13x1">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x13x1" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x13x1" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x13x1" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x13x1" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x13x1" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x13x1" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x14x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x14x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x14x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x14x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x14x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x14x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x14x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x14x1">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x14x1" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x14x1" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x14x1" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x14x1" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x14x1" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x14x1" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x15x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x15x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x15x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x15x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x15x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x15x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x15x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x16x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x16x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x16x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x16x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x16x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x16x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x16x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x20x1">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x20x1" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x20x1" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x20x1" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x20x1" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x20x1" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x20x1" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x20x2">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x20x2" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x20x2" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x20x2" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x20x2" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x20x2" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x20x2" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x20x3">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x20x3" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x20x3" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x20x3" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x20x3" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x20x3" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x20x3" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x21x1">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x21x1" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x21x1" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x21x1" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x21x1" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x21x1" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x21x1" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x21x2">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x21x2" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x21x2" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x21x2" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x21x2" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x21x2" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x21x2" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x22x2">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x22x2" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x22x2" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x22x2" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x22x2" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x22x2" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x22x2" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x22x4">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x22x4" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x22x4" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x22x4" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x22x4" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x22x4" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x22x4" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x23x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x23x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x23x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x23x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x23x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x23x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x23x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x23x0">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x23x0" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x23x0" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x23x0" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x23x0" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x23x0" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x23x0" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x241x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x241x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x241x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x241x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x241x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x241x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x241x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x24x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x24x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x24x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x24x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x24x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x24x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x24x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x24x1">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x24x1" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x24x1" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x24x1" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x24x1" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x24x1" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x24x1" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x26x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x26x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x26x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x26x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x26x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x26x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x26x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x31x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x31x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x31x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x31x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x31x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x31x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x31x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x32x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x32x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x32x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x32x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x32x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x32x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x32x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x33x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x33x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x33x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x33x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x33x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x33x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x33x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x415">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x415" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x415" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x415" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x415" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x415" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x415" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x417">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x417" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x417" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x417" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x417" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x417" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x417" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x41x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x41x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x41x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x41x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x41x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x41x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x41x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x41x2">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x41x2" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x41x2" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x41x2" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x41x2" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x41x2" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x41x2" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x42x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x42x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x42x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x42x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x42x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x42x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x42x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x42x0">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x42x0" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x42x0" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x42x0" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x42x0" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x42x0" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x42x0" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x43x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x43x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x43x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x43x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x43x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x43x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x43x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x43x1">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x43x1" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x43x1" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x43x1" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x43x1" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x43x1" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x43x1" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x44x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x44x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x44x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x44x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x44x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x44x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x44x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x44x1">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x44x1" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x44x1" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x44x1" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x44x1" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x44x1" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x44x1" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x461x1">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x461x1" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x461x1" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x461x1" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x461x1" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x461x1" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x461x1" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x46x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x46x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x46x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x46x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x46x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x46x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x46x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x471x3">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x471x3" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x471x3" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x471x3" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x471x3" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x471x3" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x471x3" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x471x6">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x471x6" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x471x6" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x471x6" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x471x6" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x471x6" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x471x6" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x471x7">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x471x7" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x471x7" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x471x7" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x471x7" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x471x7" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x471x7" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x47x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x47x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x47x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x47x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x47x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x47x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x47x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x47x3">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x47x3" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x47x3" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x47x3" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x47x3" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x47x3" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x47x3" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x47x4">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x47x4" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x47x4" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x47x4" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x47x4" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x47x4" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x47x4" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x54x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x54x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x54x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x54x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x54x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x54x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x54x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x54xa">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x54xa" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x54xa" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x54xa" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x54xa" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x54xa" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x54xa" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x551x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x551x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x551x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x551x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x551x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x551x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x551x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430x552x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430x552x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430x552x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430x552x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430x552x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430x552x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430x552x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430xe42x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430xe42x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430xe42x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430xe42x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430xe42x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430xe42x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430xe42x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430xe42x2">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430xe42x2" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430xe42x2" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430xe42x2" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430xe42x2" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430xe42x2" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430xe42x2" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430xe42xa">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430xe42xa" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430xe42xa" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430xe42xa" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430xe42xa" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430xe42xa" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430xe42xa" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430xg42x0">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430xg42x0" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430xg42x0" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430xg42x0" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430xg42x0" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430xg42x0" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430xg42x0" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430xg43x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430xg43x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430xg43x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430xg43x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430xg43x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430xg43x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430xg43x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430xg46x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430xg46x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430xg46x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430xg46x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430xg46x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430xg46x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430xg46x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430xg47x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430xg47x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430xg47x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430xg47x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430xg47x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430xg47x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430xg47x" DEFAULT="1"/>
    </CONTROLLER>
    <CONTROLLER NAME="msp430xw42x">
      <OPTION TOOL="CC" NAME="-mmcu=" VALUE="msp430xw42x" DEFAULT="1"/>
      <OPTION TOOL="CPP" NAME="-mmcu=" VALUE="msp430xw42x" DEFAULT="1"/>
      <OPTION TOOL="OC" NAME="-mmcu=" VALUE="msp430xw42x" DEFAULT="1"/>
      <OPTION TOOL="ASM" NAME="-mmcu=" VALUE="msp430xw42x" DEFAULT="1"/>
      <OPTION TOOL="LD" NAME="-mmcu=" VALUE="msp430xw42x" DEFAULT="1"/>
      <OPTION TOOL="LIB" NAME="-mmcu=" VALUE="msp430xw42x" DEFAULT="1"/>
    </CONTROLLER>
  </FAMILY>
  <!-- Compiler Detection -->
  <DETECT PATH="C:/mspgcc/BIN" SUF="msp430-gcc.exe" DATE="2012-05-05">
    <CHECK ARG="--version" STR="mspgcc"/>
    <CHECK ARG="-dumpmachine" STR="msp430"/>
  </DETECT>
  <!-- File Types -->
  <FILE NAME="c" DESC="C Source" CATEGORY="Source" SOURCE="1" ICON="project_c.png"/>
  <FILE NAME="cpp" DESC="C++ Source" CATEGORY="Source" SOURCE="1" ICON="project_c++.png"/>
  <FILE NAME="s" DESC="Assembler Source" CATEGORY="Source" SOURCE="1" ICON="project_assembly.png"/>
  <FILE NAME="h" DESC="C Include" CATEGORY="Header" SOURCE="1" ICON="project_header.png"/>
  <FILE NAME="inc" DESC="Assembler Include" CATEGORY="Header" SOURCE="1" ICON="project_source.png"/>
  <FILE NAME="x" DESC="Linker Script" CATEGORY="Linker Script" SOURCE="1" ICON="project_other.png"/>
  <FILE NAME="lib" DESC="Object Library" CATEGORY="Library"/>
  <FILE NAME="elf" DESC="ELF" CATEGORY="Firmware Binary" FIRMWARE="1"/>
  <FILE NAME="hex" DESC="Intel Hex" CATEGORY="Firmware Binary" FIRMWARE="1"/>
  <FILE NAME="o" DESC="Object" CATEGORY="Intermediate Binary"/>
  <!-- Compiler -->
  <PROCESS TOOL="CC" NAME="C Compiler" CMDLINE="$(CC) -c $(CCFLAGS) %OPTIONS%  %INFILE_QUOTED% -o %OUTFILE_QUOTED% ">
    <FILE OUTPUT="o">
      <FILE INPUT="c"/>
      <FILE INPUT="cpp"/>
      <FILE TEMP="d" NAME="%OUTFILE_DIR%\%OUTFILE_NAME%.d"/>
    </FILE>
    <OPTION NAME="-g" VALUE="dwarf-2" DEFAULT="1"/>
    <OPTION NAME="-fomit-frame-pointer" DEFAULT="1"/>
    <OPTION NAME="-W" VALUE="all" DEFAULT="1"/>
    <OPTION NAME="-fverbose-asm" DEFAULT="1"/>
    <OPTION NAME="-MD" DEFAULT="1"/>
    <OPTION NAME="-MP" DEFAULT="1"/>
    <OPTION NAME="-fsigned-char" DEFAULT="1"/>
    <MESSAGE VALUE="^([^:]+):(\d+):(\d*):?\s+((f|F)atal\s)?((E|e)rror|(W|w)arning|(M|m)essage): .+$">
      <FIELD NAME="FILENAME" POSITION="1"/>
      <FIELD NAME="LINE" POSITION="2" OFFSET="-1"/>
      <FIELD NAME="COLUMN" POSITION="3" OFFSET="-1"/>
    </MESSAGE>
  </PROCESS>
  <!-- Linker  -->
  <PROCESS TOOL="LD" NAME="Linker" CMDLINE="$(LD) $(LDFLAGS) %OPTIONS% -o %OUTFILE_QUOTED% %INFILES_QUOTED%">
    <FILE OUTPUT="elf"/>
    <FILE INPUT="o"/>
    <FILE INPUT="x" OPTION="LKR"/>
    <MESSAGE VALUE="^([^:]+):(\d+):(\d*):?\s+((f|F)atal\s)?((E|e)rror|(W|w)arning|(M|m)essage): .+$">
      <FIELD NAME="FILENAME" POSITION="1"/>
      <FIELD NAME="LINE" POSITION="2" OFFSET="-1"/>
      <FIELD NAME="COLUMN" POSITION="3" OFFSET="-1"/>
    </MESSAGE>
  </PROCESS>
  <!-- Assembler -->
  <PROCESS TOOL="ASM" NAME="Assembler" CMDLINE="$(ASM) $(ASMFLAGS) -c %OPTIONS% -o %OUTFILE_QUOTED% %INFILE_QUOTED%">
    <FILE INPUT="s" OUTPUT="o" ERROR="ERR"/>
    <FILE TEMP="hex"/>
    <FILE TEMP="err"/>
    <FILE TEMP="lst"/>
    <OPTION NAME="-x " VALUE="assembler-with-cpp" DEFAULT="1"/>
    <OPTION NAME="-g" VALUE="dwarf-2" DEFAULT="1"/>
    <MESSAGE VALUE="^([^:]+):(\d+):(\d*):?\s+((f|F)atal\s)?((E|e)rror|(W|w)arning|(M|m)essage): .+$">
      <FIELD NAME="FILENAME" POSITION="1"/>
      <FIELD NAME="LINE" POSITION="2" OFFSET="-1"/>
      <FIELD NAME="COLUMN" POSITION="3" OFFSET="-1"/>
    </MESSAGE>
  </PROCESS>
  <!-- Bin2Hex -->
  <PROCESS TOOL="BIN2HEX" NAME="Bin2hex" CMDLINE="$(BIN2HEX) $(BIN2HEXFLAGS) %OPTIONS% %INFILE_QUOTED% %OUTFILE_QUOTED%">
    <FILE OUTPUT="hex"/>
    <FILE INPUT="elf"/>
    <OPTION NAME="-O " VALUE="ihex"/>
  </PROCESS>
  <!-- Compilation Targets -->
  <TARGET NAME="Debug">
    <FILE OUTPUT="elf"/>
    <OPTION TOOL="CC" NAME="-O" VALUE="0" DEFAULT="1"/>
  </TARGET>
  <TARGET NAME="Release">
    <FILE OUTPUT="hex"/>
    <OPTION TOOL="CC" NAME="-O" VALUE="s" DEFAULT="1"/>
    <POSTPROCESS CMDLINE="cp &quot;%OUTFILE%&quot; &quot;%SOLUTION_ABS_DIR%/%PROJECT_NAME%.%OUTFILE_TYPE%&quot;"/>
  </TARGET>
  <SOURCE NAME="main.c" FROM="intmain.c" OPEN="1"/>
</COMPILER>
