Integrating SHDC
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1828 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
4d7474e1f2
commit
e2f9698b44
@ -203,6 +203,8 @@ Eagle100-specific Configuration Options
|
|||||||
CONFIG_SSI0_DISABLE - Select to disable support for SSI0
|
CONFIG_SSI0_DISABLE - Select to disable support for SSI0
|
||||||
CONFIG_SSI1_DISABLE - Select to disable support for SSI1
|
CONFIG_SSI1_DISABLE - Select to disable support for SSI1
|
||||||
CONFIG_SSI_POLLWAIT - Select to disable interrupt driven SSI support.
|
CONFIG_SSI_POLLWAIT - Select to disable interrupt driven SSI support.
|
||||||
|
Poll-waiting is recommended if the interrupt rate would be to
|
||||||
|
high in the interrupt driven case.
|
||||||
|
|
||||||
CONFIG_LM3S_ETHERNET - This must be set (along with CONFIG_NET)
|
CONFIG_LM3S_ETHERNET - This must be set (along with CONFIG_NET)
|
||||||
to build the LM3S Ethernet driver
|
to build the LM3S Ethernet driver
|
||||||
|
@ -129,7 +129,7 @@ CONFIG_UART1_2STOP=0
|
|||||||
#
|
#
|
||||||
CONFIG_SSI0_DISABLE=n
|
CONFIG_SSI0_DISABLE=n
|
||||||
CONFIG_SSI1_DISABLE=y
|
CONFIG_SSI1_DISABLE=y
|
||||||
CONFIG_SSI_POLLWAIT=n
|
CONFIG_SSI_POLLWAIT=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# LM3S6918 specific serial device driver settings
|
# LM3S6918 specific serial device driver settings
|
||||||
|
@ -129,7 +129,7 @@ CONFIG_UART1_2STOP=0
|
|||||||
#
|
#
|
||||||
CONFIG_SSI0_DISABLE=n
|
CONFIG_SSI0_DISABLE=n
|
||||||
CONFIG_SSI1_DISABLE=y
|
CONFIG_SSI1_DISABLE=y
|
||||||
CONFIG_SSI_POLLWAIT=n
|
CONFIG_SSI_POLLWAIT=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# LM3S6918 specific serial device driver settings
|
# LM3S6918 specific serial device driver settings
|
||||||
|
@ -129,7 +129,7 @@ CONFIG_UART1_2STOP=0
|
|||||||
#
|
#
|
||||||
CONFIG_SSI0_DISABLE=n
|
CONFIG_SSI0_DISABLE=n
|
||||||
CONFIG_SSI1_DISABLE=y
|
CONFIG_SSI1_DISABLE=y
|
||||||
CONFIG_SSI_POLLWAIT=n
|
CONFIG_SSI_POLLWAIT=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# LM3S6918 specific serial device driver settings
|
# LM3S6918 specific serial device driver settings
|
||||||
|
@ -129,7 +129,7 @@ CONFIG_UART1_2STOP=0
|
|||||||
#
|
#
|
||||||
CONFIG_SSI0_DISABLE=n
|
CONFIG_SSI0_DISABLE=n
|
||||||
CONFIG_SSI1_DISABLE=y
|
CONFIG_SSI1_DISABLE=y
|
||||||
CONFIG_SSI_POLLWAIT=n
|
CONFIG_SSI_POLLWAIT=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# LM3S6918 specific serial device driver settings
|
# LM3S6918 specific serial device driver settings
|
||||||
|
Loading…
Reference in New Issue
Block a user