summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/lm3s/chip.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2010-08-12 01:49:25 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2010-08-12 01:49:25 +0000
commit8e6633306e99d08bf6e948772e9d9af527b723bc (patch)
treefe5106398d76d0e36b52bc563b8ea6c337652cf9 /nuttx/arch/arm/src/lm3s/chip.h
parent7546f5580529b34d0ca0e85da123b8d137d56d58 (diff)
Add changes for LM3S9B96
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2841 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/arch/arm/src/lm3s/chip.h')
-rw-r--r--nuttx/arch/arm/src/lm3s/chip.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/nuttx/arch/arm/src/lm3s/chip.h b/nuttx/arch/arm/src/lm3s/chip.h
index 1fe701c71d..071d35ca76 100644
--- a/nuttx/arch/arm/src/lm3s/chip.h
+++ b/nuttx/arch/arm/src/lm3s/chip.h
@@ -51,6 +51,7 @@
#if defined(CONFIG_ARCH_CHIP_LM3S6918)
# define LM3S_NTIMERS 4 /* Four general purpose timers */
# define LM3S_NETHCONTROLLERS 1 /* One Ethernet controller */
+# undef LM3S_ETHTS /* No timestamp register */
# define LM3S_NSSI 2 /* Two SSI modules */
# define LM3S_NUARTS 2 /* Two UART modules */
# define LM3S_NI2C 2 /* Two I2C modules */
@@ -61,6 +62,7 @@
#elif defined(CONFIG_ARCH_CHIP_LM3S6965)
# define LM3S_NTIMERS 4 /* Four general purpose timers */
# define LM3S_NETHCONTROLLERS 1 /* One Ethernet controller */
+# undef LM3S_ETHTS /* No timestamp register */
# define LM3S_NSSI 1 /* One SSI module */
# define LM3S_NUARTS 3 /* Three UART modules */
# define LM3S_NI2C 2 /* Two I2C modules */
@@ -68,6 +70,18 @@
# define LM2S_NPWM 3 /* Three PWM generator modules */
# define LM3S_NQEI 2 /* Two quadrature encoders */
# define LC3S_NGPIOS 42 /* 0-42 GPIOs */
+#elif defined(CONFIG_ARCH_CHIP_LM3S9B96)
+# define LM3S_NTIMERS 4 /* Four general purpose timers */
+# define LM3S_NETHCONTROLLERS 1 /* One Ethernet controller */
+# undef LM3S_ETHTS /* No timestamp register */
+# define LM3S_NSSI 2 /* Two SSI modules */
+# define LM3S_NUARTS 3 /* Three UART modules */
+# define LM3S_NI2C 2 /* Two I2C modules */
+# define LM3S_NADC 2 /* Two ADC module */
+# define LM3S_CAN 2 /* Two CAN module */
+# define LM3S_NPWM 4 /* Four PWM generator modules */
+# define LM3S_NQEI 2 /* Two quadrature encoders */
+# define LC3S_NGPIOS 65 /* 0-65 GPIOs */
#else
# error "Capabilities not specified for this LM3S chip"
#endif