sam3n port: add (unfinished) configuration check form sam3n1/2/3 cpu models
authoraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 12 Oct 2010 15:03:03 +0000 (15:03 +0000)
committeraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 12 Oct 2010 15:03:03 +0000 (15:03 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4418 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/detect.h

index 81a62bb79b4824021f910827c61f4e35e94a26f0..e64679bad5a45e4c3697a6e4bd48187ad22a00f6 100644 (file)
                #define CPU_CM3_AT91SAM3N   1
                #define CPU_CM3_AT91SAM3N4  1
                #define CPU_NAME            "AT91SAM3N4"
+
+               #define CPU_CM3_AT91SAM3N2  0
+               #define CPU_CM3_AT91SAM3N1  0
        #else
                #define CPU_CM3_AT91SAM3N4  0
        #endif
                #if CPU_CM3_AT91SAM3N + 0 != 1
                        #error AT91SAM3 Cortex-M3 CPU configuration error
                #endif
-               #if CPU_CM3_AT91SAM3N4 + 0 != 1
+               #if CPU_CM3_AT91SAM3N4 + CPU_CM3_AT91SAM3N2 + CPU_CM3_AT91SAM3N1 + 0 != 1
                        #error AT91SAM3 Cortex-M3 CPU configuration error
                #endif
                #define CPU_CM3_LM3S        0