From ad7c9c8ec99311d13ff90d1788a5f4710821a4c8 Mon Sep 17 00:00:00 2001 From: aleph Date: Thu, 3 Mar 2011 14:10:48 +0000 Subject: [PATCH] sam3x-ek: set system clock at 84 MHz git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4747 38d2e660-2303-0410-9eaa-f027e97ec537 --- boards/sam3x-ek/.spec | 2 +- boards/sam3x-ek/templates/empty/empty.mk | 2 +- boards/sam3x-ek/templates/empty/project.bertos | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boards/sam3x-ek/.spec b/boards/sam3x-ek/.spec index 9fae27aa..db0492e7 100644 --- a/boards/sam3x-ek/.spec +++ b/boards/sam3x-ek/.spec @@ -11,7 +11,7 @@ description = ''' Clock - 72 MHz + 84 MHz Memory diff --git a/boards/sam3x-ek/templates/empty/empty.mk b/boards/sam3x-ek/templates/empty/empty.mk index cfdfe285..2f397bbc 100644 --- a/boards/sam3x-ek/templates/empty/empty.mk +++ b/boards/sam3x-ek/templates/empty/empty.mk @@ -47,7 +47,7 @@ empty_WIZARD_ASRC = \ \ # -empty_CPPFLAGS = -D'CPU_FREQ=(72000000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(empty_HW_PATH) -I$(empty_SRC_PATH) $(empty_CPU_CPPFLAGS) $(empty_USER_CPPFLAGS) +empty_CPPFLAGS = -D'CPU_FREQ=(84000000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(empty_HW_PATH) -I$(empty_SRC_PATH) $(empty_CPU_CPPFLAGS) $(empty_USER_CPPFLAGS) # Automatically generated by the wizard. PLEASE DO NOT EDIT! empty_LDFLAGS = $(empty_CPU_LDFLAGS) $(empty_WIZARD_LDFLAGS) $(empty_USER_LDFLAGS) diff --git a/boards/sam3x-ek/templates/empty/project.bertos b/boards/sam3x-ek/templates/empty/project.bertos index b699e246..bfc606c9 100644 --- a/boards/sam3x-ek/templates/empty/project.bertos +++ b/boards/sam3x-ek/templates/empty/project.bertos @@ -5,7 +5,7 @@ S'../../../..' p2 sS'SELECTED_FREQ' p3 -V72000000 +V84000000 p4 sS'WIZARD_VERSION' p5 @@ -60,4 +60,4 @@ p29 (lp30 S'codelite' p31 -as. \ No newline at end of file +as. -- 2.25.1