Add support for LM3S1968 board based on cortex-m3 cpu
authorqwert <qwert@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 4 Sep 2008 16:18:55 +0000 (16:18 +0000)
committerqwert <qwert@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 4 Sep 2008 16:18:55 +0000 (16:18 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1781 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cpu/arm/io/arm.h

index 5690c317219344cce45103d2ba616a37278c98ae..1e268617a3432e0b6a7a1809d0f4dc8a29259694 100644 (file)
@@ -46,6 +46,9 @@
 #if CPU_ARM_AT91
        #include "at91.h"
 /*#elif  Add other ARM families here */
+#elif CPU_ARM_LM3S
+       #include "lm3s.h"
+
 #else
        #error Unknown CPU
 #endif