X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Finfo%2FSAM3N4.cdef;h=56f91499393bbdc5abe731e3579f55b503094b8c;hb=2f2be617c1e2ccc0aaefbb2e56fb34046c645126;hp=15ffd8f23c951f817b0611fd0e6d95463d1286d9;hpb=88c5c0a97b1bd550d185b9250eaf1a2bcc25e027;p=bertos.git diff --git a/bertos/cpu/cortex-m3/info/SAM3N4.cdef b/bertos/cpu/cortex-m3/info/SAM3N4.cdef index 15ffd8f2..56f91499 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 # # @@ -44,14 +44,14 @@ include("cm3.common") # CPU type used for flashing/debugging -MK_PROGRAMMER_CPU = "sam3" +MK_PROGRAMMER_CPU = "sam3n" MK_FLASH_SCRIPT = PRG_SCRIPTS_DIR + "arm/flash-sam3.sh" # CPU default clock frequency 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 "