X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fcpu%2Fcortex-m3%2Finfo%2FSAM3N4.cdef;h=56f91499393bbdc5abe731e3579f55b503094b8c;hb=84d7581d4e99d656db0064086ecee8d9f30aeba3;hp=47f4c70e0a291bfe774e8969c0c0518cc558649d;hpb=72b2c1e0145b2165402219634fd091de1f3cbcf1;p=bertos.git diff --git a/bertos/cpu/cortex-m3/info/SAM3N4.cdef b/bertos/cpu/cortex-m3/info/SAM3N4.cdef index 47f4c70e..56f91499 100644 --- a/bertos/cpu/cortex-m3/info/SAM3N4.cdef +++ b/bertos/cpu/cortex-m3/info/SAM3N4.cdef @@ -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 "