Add some lm3s6965 board specifics

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2657 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2010-05-08 03:51:47 +00:00
parent 0fba26332d
commit 312a14b0c7

View File

@ -55,7 +55,7 @@
# define LM3S_NUARTS 2 /* Two UART modules */
# define LM3S_NI2C 2 /* Two I2C modules */
# define LM3S_NADC 1 /* One ADC module */
# define LM2S_NPWM 0 /* No PWM modules */
# define LM2S_NPWM 0 /* No PWM generator modules */
# define LM3S_NQEI 0 /* No quadrature encoders */
# define LC3S_NGPIOS 38 /* 5-38 GPIOs, depending on configuration */
#elif defined(CONFIG_ARCH_CHIP_LM3S6965)
@ -65,7 +65,7 @@
# define LM3S_NUARTS 3 /* Three UART modules */
# define LM3S_NI2C 2 /* Two I2C modules */
# define LM3S_NADC 1 /* One ADC module */
# define LM2S_NPWM 3 /* Three PWM modules */
# define LM2S_NPWM 3 /* Three PWM generator modules */
# define LM3S_NQEI 2 /* Two quadrature encoders */
# define LC3S_NGPIOS 42 /* 0-42 GPIOs */
#else