Add short cpu descriptions.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 19 Dec 2008 14:04:28 +0000 (14:04 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 19 Dec 2008 14:04:28 +0000 (14:04 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2106 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/arm/info/AT91SAM7S128.cdef
bertos/cpu/arm/info/AT91SAM7S256.cdef
bertos/cpu/arm/info/AT91SAM7X128.cdef
bertos/cpu/arm/info/AT91SAM7X256.cdef
bertos/cpu/arm/info/at91sam7.common

index 81faa48645140a94a0a02cb3e76d646f8e5b6bc5..a0b40bc19af29b9ab5e9f859767018e41e001eac 100644 (file)
 # Import the common settings for the AT91SAM7 family.
 include("at91sam7.common")
 
+# Short description of the cpu.
+CPU_DESC += [ "128 Kbytes internal flash memory",
+             "32 Kbytes internal SRAM memory" ]
+
 # GCC flags for this cpu.
 CPP_FLAGS += [ "-D__ARM_AT91SAM7S128__" ]
 LD_FLAGS += [ "-T " + SCRIPT_DIR + " at91sam7_128_rom.ld" ]
index 1942bb0062da08aa106ec8c256daa6731bb7f8c7..379a1a31f42bff4f819813bb6cd271e2445decb1 100644 (file)
 # Import the common settings for the AT91SAM7 family.
 include("at91sam7.common")
 
+# Short description of the cpu.
+CPU_DESC += [ "256 Kbytes internal flash memory",
+             "64 Kbytes internal SRAM memory" ]
+
 # GCC flags for this cpu.
 CPP_FLAGS += [ "-D__ARM_AT91SAM7S256__" ]
 LD_FLAGS += [ "-T " + SCRIPT_DIR + " at91sam7_256_rom.ld" ]
index cbe263fa45bef19f8f383f21dc453c9e8188d5af..8c871d6df555e30fca82febd6ec84446ff9854bb 100644 (file)
 # Import the common settings for the AT91SAM7 family.
 include("at91sam7.common")
 
+# Short description of the cpu.
+CPU_DESC += [ "128 Kbytes internal flash memory",
+             "32 Kbytes internal SRAM memory" ]
+
 # GCC flags for this cpu.
 CPP_FLAGS += [ "-D__ARM_AT91SAM7X128__" ]
 LD_FLAGS += [ "-T " + SCRIPT_DIR + " at91sam7_128_rom.ld" ]
index 93c6f0a492d197e3ca68739182e6300bc109c772..6cdd0273ea798b87525497919b2d4027d7456ad4 100644 (file)
 # Import the common settings for the AT91SAM7 family.
 include("at91sam7.common")
 
+# Short description of the cpu.
+CPU_DESC += [ "256 Kbytes internal flash memory",
+             "64 Kbytes internal SRAM memory" ]
+
 # GCC flags for this cpu.
 CPP_FLAGS += [ "-D__ARM_AT91SAM7X256__" ]
 LD_FLAGS += [ "-T " + SCRIPT_DIR + " at91sam7_256_rom.ld" ]
index deea01c1992d82a5b17abb46f6bb62a0dd46faec..d10086b369002f38d1ba06ca01c98aa0b9d80ed2 100644 (file)
 # Import the common settings for the path.
 include("../../path.common")
 
+CPU_DESC = ["ATMEL AT91 ARM",
+         "ARMTDMI ARM Thumb Processor",
+         "32-bit RISC Architecture"]
+
 # Type of the toolchain we should use to compile the source for this CPU.
 TOOLCHAIN = "arm"
 
@@ -69,4 +73,4 @@ SUPPORTED_DRV = [ "adc",
                  "stepper",
                  "timer",
                  "twi" ]
-              
+