lm3s: define SSI driver as module.
[bertos.git] / bertos / cpu / cortex-m3 / info / cm3.common
index 881bf0b1a3b7d022d6a803b77449e7cff13eaf58..380a02b5ca37252a8b4a96b55a0451e4a983986d 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"
@@ -79,4 +78,4 @@ MK_CPU_LDFLAGS = "-mthumb -mno-thumb-interwork -nostartfiles -Wl,--no-warn-misma
 
 # CRT files.
 MK_CPU_CPPASRC = HW_DIR + "crt_cm3.S " + HW_DIR + "vectors_cm3.S "
-MK_CPU_CSRC = HW_DIR + "init_lm3s.c " + DRV_DIR + "irq_cm3.c "
+MK_CPU_CSRC = HW_DIR + "init_cm3.c " + DRV_DIR + "irq_cm3.c "