X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Finfo%2FSAM3N4.cdef;h=e13cc3eedcf93887b868186d61ec204bb520ffa6;hb=060cc18ddd050b20237ed53f926163a68cdd37a2;hp=93fd7c47f5764b4fb3fb79c1f66e67496e4eb1fa;hpb=63dca689018786e2dedba8683dc230b8abd82c98;p=bertos.git diff --git a/bertos/cpu/cortex-m3/info/SAM3N4.cdef b/bertos/cpu/cortex-m3/info/SAM3N4.cdef index 93fd7c47..e13cc3ee 100644 --- a/bertos/cpu/cortex-m3/info/SAM3N4.cdef +++ b/bertos/cpu/cortex-m3/info/SAM3N4.cdef @@ -28,15 +28,15 @@ # invalidate any other reasons why the executable file might be covered by # the GNU General Public License. # -# Copyright 2010 Develer S.r.l. (http://www.develer.com/) +# Copyright 2010,2011 Develer S.r.l. (http://www.develer.com/) # # --> # -# General CPU info denfinition for Cortex-M3-based LM3S1968 board. +# General CPU info definitions for Cortex-M3-based Atmel SAM3N4 cpu. # # This file contain all info for the BeRTOS wizard. # -# \author Andrea Righi +# \author Stefano Fedrigo # # @@ -51,7 +51,7 @@ MK_FLASH_SCRIPT = PRG_SCRIPTS_DIR + "arm/flash-sam3.sh" CPU_DEFAULT_FREQ = "48000000UL" # Special CPU related tags. -CPU_TAGS += ["sam3"] +CPU_TAGS += ["sam3n"] # Additional hw drivers. MK_CPU_CSRC += DRV_DIR + "clock_sam3.c " @@ -62,4 +62,4 @@ CPU_DESC += [ "256 Kbytes on-chip flash memory", # GCC flags for this cpu. MK_CPU_CPPFLAGS += " -D__ARM_SAM3N4__" -MK_CPU_LDFLAGS += " -T " + SCRIPT_DIR + "sam3n4_rom.ld" +MK_CPU_LDFLAGS += " -Wl,-dT " + SCRIPT_DIR + "sam3n4_rom.ld"