Add default clock frequency.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 14 Apr 2009 13:32:25 +0000 (13:32 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 14 Apr 2009 13:32:25 +0000 (13:32 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2502 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/arm/info/at91sam7.common
bertos/cpu/avr/info/avr.common

index 8122e5ccdc2b91f61110e889c351372c6674e5d0..b4e01fc6545b767c4e19d350b257860354a47da8 100644 (file)
@@ -57,6 +57,9 @@ CORE_CPU = "arm7tdmi"
 # Name of the flag used by the build system to pass to the compiler the CPU type.
 CPU_FLAG_NAME = "CPU"
 
+# CPU default clock frequency
+CPU_DEFAULT_FREQ = "48023000UL"
+
 # Where are locate the bertos directories
 SCRIPT_DIR = CPU_DIR + "arm/scripts/"
 HW_DIR = CPU_DIR + "arm/hw/"
index abf6332f0ddac40e0befd56880ffab449f639fdc..be56dca656e2797667271cca760c5a86452a4160 100644 (file)
@@ -56,6 +56,9 @@ TOOLCHAIN = "avr"
 # Name of the flag used by the build system to pass to the compiler the CPU type.
 CPU_FLAG_NAME = "MCU"
 
+# CPU default clock frequency
+CPU_DEFAULT_FREQ = "8000000UL"
+
 # Where are locate the bertos directories
 SCRIPT_DIR = CPU_DIR + "avr/scripts/"
 HW_DIR = CPU_DIR + "avr/hw/"