Using different flash script for sam3x.
[bertos.git] / bertos / cpu / cortex-m3 / info / SAM3X8.cdef
index dfd9a872edee66cc52b269c91e87c42277a891de..35434813fe3b3c1c4d10248778f3de805e090391 100644 (file)
 include("cm3.common")
 
 # CPU type used for flashing/debugging
-MK_PROGRAMMER_CPU = "sam3"
-MK_FLASH_SCRIPT = PRG_SCRIPTS_DIR + "arm/flash-sam3.sh"
+MK_PROGRAMMER_CPU = "sam3x"
+MK_FLASH_SCRIPT = PRG_SCRIPTS_DIR + "arm/flash-sam3x.sh"
 
 # CPU default clock frequency
 CPU_DEFAULT_FREQ = "84000000UL"
 
 # Special CPU related tags.
-CPU_TAGS += ["sam3"]
+CPU_TAGS += [ "sam3", "sam3x" ]
 
 # Additional hw drivers.
 MK_CPU_CSRC += DRV_DIR + "clock_sam3.c "