From: asterix Date: Tue, 20 Dec 2011 17:17:29 +0000 (+0000) Subject: Set different script to flash the cpu. X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=01d0d2312f50170e2208bbee3bc4f7052ca6f4a4;p=bertos.git Set different script to flash the cpu. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5193 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/cortex-m3/info/SAM3N4.cdef b/bertos/cpu/cortex-m3/info/SAM3N4.cdef index e13cc3ee..56f91499 100644 --- a/bertos/cpu/cortex-m3/info/SAM3N4.cdef +++ b/bertos/cpu/cortex-m3/info/SAM3N4.cdef @@ -44,7 +44,7 @@ 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 diff --git a/bertos/cpu/cortex-m3/info/SAM3X8.cdef b/bertos/cpu/cortex-m3/info/SAM3X8.cdef index b64fb180..14b9d557 100644 --- a/bertos/cpu/cortex-m3/info/SAM3X8.cdef +++ b/bertos/cpu/cortex-m3/info/SAM3X8.cdef @@ -44,7 +44,7 @@ include("cm3.common") # CPU type used for flashing/debugging -MK_PROGRAMMER_CPU = "sam3" +MK_PROGRAMMER_CPU = "sam3x" MK_FLASH_SCRIPT = PRG_SCRIPTS_DIR + "arm/flash-sam3.sh" # CPU default clock frequency