Add flag to configure the adc with wizard.
[bertos.git] / bertos / cpu / msp430 / info / msp430.common
index c177ca94f71845b33464b1371b07200f327e41c6..057b12288e3109ae7b7660c7b69aa892fe0322ef 100644 (file)
 # invalidate any other reasons why the executable file might be covered by
 # the GNU General Public License.
 #
-# Copyright 2008 Develer S.r.l. (http://www.develer.com/)
+# Copyright 2010 Develer S.r.l. (http://www.develer.com/)
 #
 # -->
 #
-# General CPU info denfinition AVR family.
+# General CPU info denfinition MSP430 family.
 #
 # This file contains all the info for the BeRTOS wizard.
 #
@@ -48,7 +48,7 @@ CPU_DESC = [ "Texas Instruments MSP430 Microcontroller ",
              "16-bit RISC Architecture"]
 
 # Type of the toolchain we should use to compile the source for this CPU.
-TOOLCHAIN = "mspgcc"
+TOOLCHAIN = "msp430"
 
 # Special CPU related tags.
 CPU_TAGS = ["Von Neumann", TOOLCHAIN]