Comply to new wizard policy: the toolchain name is no more added automatically to...
[bertos.git] / bertos / cpu / cortex-m3 / info / cm3.common
index f7f078af607cd993749b8eb4d22d432e15bcdd22..d08f913ae4b022641c4b0057c01231d95ff650ea 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"
@@ -67,7 +67,7 @@ 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-cortex.sh"
+MK_DEBUG_SCRIPT = PRG_SCRIPTS_DIR + "arm/debug.sh"
 MK_STOPDEBUG_SCRIPT = PRG_SCRIPTS_DIR + "arm/stopopenocd.sh"
 
 GDB_INIT_SCRIPT = PRG_SCRIPTS_DIR + "arm/openocd/gdbinit-sam7"