X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Finfo%2FSAM3N4.cdef;h=e13cc3eedcf93887b868186d61ec204bb520ffa6;hb=8a5cb391f6130a8e8de0ae5323ce7004054327f2;hp=22e136fd153ac2ec5924c4c37e9b773ddcd55142;hpb=c37e6a3f6900ec803c2608fb387054247bab88aa;p=bertos.git diff --git a/bertos/cpu/cortex-m3/info/SAM3N4.cdef b/bertos/cpu/cortex-m3/info/SAM3N4.cdef index 22e136fd..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_ram.ld" +MK_CPU_LDFLAGS += " -Wl,-dT " + SCRIPT_DIR + "sam3n4_rom.ld"