X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Finfo%2FLM3S8962.cdef;h=3c1f221794d9d5cdffb443234a457d299a79042b;hb=63dca689018786e2dedba8683dc230b8abd82c98;hp=3491c728d21371611563141682d8d1f098a42c16;hpb=a7a13695011942ab3926ff76e2298099eff89542;p=bertos.git diff --git a/bertos/cpu/cortex-m3/info/LM3S8962.cdef b/bertos/cpu/cortex-m3/info/LM3S8962.cdef index 3491c728..3c1f2217 100644 --- a/bertos/cpu/cortex-m3/info/LM3S8962.cdef +++ b/bertos/cpu/cortex-m3/info/LM3S8962.cdef @@ -45,6 +45,7 @@ include("cm3.common") # CPU type used for flashing/debugging MK_PROGRAMMER_CPU = "lm3s" +MK_FLASH_SCRIPT = PRG_SCRIPTS_DIR + "arm/flash-lm3s.sh" # CPU default clock frequency CPU_DEFAULT_FREQ = "50000000UL" @@ -61,4 +62,4 @@ CPU_DESC += [ "256 Kbytes on-chip flash memory", # GCC flags for this cpu. MK_CPU_CPPFLAGS += " -D__ARM_LM3S8962__" -MK_CPU_LDFLAGS += " -T " + SCRIPT_DIR + "lm3s1968_rom.ld" +MK_CPU_LDFLAGS += " -T " + SCRIPT_DIR + "lm3s8962_rom.ld"