CM3: unify timer driver for Cortex-M3 processors.
[bertos.git] / bertos / cpu / cortex-m3 / info / cm3.common
index 881bf0b1a3b7d022d6a803b77449e7cff13eaf58..23dfe2a31e6c3b6d35a478e5e461a0797abebef4 100644 (file)
@@ -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"