X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Finfo%2Fcm3.common;h=23dfe2a31e6c3b6d35a478e5e461a0797abebef4;hb=1eecdfdefd523e5d412f5569f99a37cd2760ed0f;hp=881bf0b1a3b7d022d6a803b77449e7cff13eaf58;hpb=a7a13695011942ab3926ff76e2298099eff89542;p=bertos.git diff --git a/bertos/cpu/cortex-m3/info/cm3.common b/bertos/cpu/cortex-m3/info/cm3.common index 881bf0b1..23dfe2a3 100644 --- a/bertos/cpu/cortex-m3/info/cm3.common +++ b/bertos/cpu/cortex-m3/info/cm3.common @@ -49,7 +49,7 @@ CPU_DESC = ["ARM Cortex-M3", "16-bit and 32-bit RISC Architecture"] # Type of the toolchain we should use to compile the source for this CPU. -TOOLCHAIN = "arm-" +TOOLCHAIN = "arm" # If we use the GCC compiler we should pass some flags. CORE_CPU = "cortex-m3" @@ -65,7 +65,6 @@ SCRIPT_DIR = CPU_DIR + "cortex-m3/scripts/" HW_DIR = CPU_DIR + "cortex-m3/hw/" DRV_DIR = CPU_DIR + "cortex-m3/drv/" -MK_FLASH_SCRIPT = PRG_SCRIPTS_DIR + "arm/flash-cortex.sh" MK_STOPFLASH_SCRIPT = PRG_SCRIPTS_DIR + "arm/stopopenocd.sh" MK_DEBUG_SCRIPT = PRG_SCRIPTS_DIR + "arm/debug.sh" MK_STOPDEBUG_SCRIPT = PRG_SCRIPTS_DIR + "arm/stopopenocd.sh"