X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Finfo%2Fcm3.common;h=380a02b5ca37252a8b4a96b55a0451e4a983986d;hb=a3ffb42b8a665abcbc54d8cfd290c368ab5f083c;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..380a02b5 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" @@ -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 "