X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fmsp430%2Finfo%2Fmsp430.common;h=084e1b386632f7e9530a874ce54dd3b48981c129;hb=b74917066882d280cd16cc112ca9f5981762bff2;hp=c177ca94f71845b33464b1371b07200f327e41c6;hpb=a3f9ca9d86b7f8da31204746cc32e13c2dbe5ed0;p=bertos.git diff --git a/bertos/cpu/msp430/info/msp430.common b/bertos/cpu/msp430/info/msp430.common index c177ca94..084e1b38 100644 --- a/bertos/cpu/msp430/info/msp430.common +++ b/bertos/cpu/msp430/info/msp430.common @@ -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]