mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Add LM3S SSI driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1818 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -200,6 +200,10 @@ Eagle100-specific Configuration Options
|
|||||||
CONFIG_UARTn_PARTIY - 0=no parity, 1=odd parity, 2=even parity
|
CONFIG_UARTn_PARTIY - 0=no parity, 1=odd parity, 2=even parity
|
||||||
CONFIG_UARTn_2STOP - Two stop bits
|
CONFIG_UARTn_2STOP - Two stop bits
|
||||||
|
|
||||||
|
CONFIG_SSI0_DISABLE - Select to disable support for SSI0
|
||||||
|
CONFIG_SSI1_DISABLE - Select to disable support for SSI1
|
||||||
|
CONFIG_SSI_POLLWAIT - Select to disable interrupt driven SSI support.
|
||||||
|
|
||||||
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
|
||||||
CONFIG_LM3S_ETHLEDS - Enable to use Ethernet LEDs on the board.
|
CONFIG_LM3S_ETHLEDS - Enable to use Ethernet LEDs on the board.
|
||||||
|
|||||||
@@ -121,12 +121,15 @@ CONFIG_UART0_2STOP=0
|
|||||||
CONFIG_UART1_2STOP=0
|
CONFIG_UART1_2STOP=0
|
||||||
|
|
||||||
#
|
#
|
||||||
# LM3S6918 specific SPI device driver settings
|
# LM3S6918 specific SSI device driver settings
|
||||||
#
|
#
|
||||||
# CONFIG_SPIn_DISABLE - select to disable all support for
|
# CONFIG_SSIn_DISABLE - select to disable all support for
|
||||||
# the SPI
|
# the SSI
|
||||||
CONFIG_SPI1_DISABLE=n
|
# CONFIG_SSI_POLLWAIT - Select to disable interrupt driven SSI support
|
||||||
CONFIG_SPI2_DISABLE=y
|
#
|
||||||
|
CONFIG_SSI0_DISABLE=n
|
||||||
|
CONFIG_SSI1_DISABLE=y
|
||||||
|
CONFIG_SSI_POLLWAIT=n
|
||||||
|
|
||||||
#
|
#
|
||||||
# LM3S6918 specific serial device driver settings
|
# LM3S6918 specific serial device driver settings
|
||||||
|
|||||||
@@ -121,12 +121,15 @@ CONFIG_UART0_2STOP=0
|
|||||||
CONFIG_UART1_2STOP=0
|
CONFIG_UART1_2STOP=0
|
||||||
|
|
||||||
#
|
#
|
||||||
# LM3S6918 specific SPI device driver settings
|
# LM3S6918 specific SSI device driver settings
|
||||||
#
|
#
|
||||||
# CONFIG_SPIn_DISABLE - select to disable all support for
|
# CONFIG_SSIn_DISABLE - select to disable all support for
|
||||||
# the SPI
|
# the SSI
|
||||||
CONFIG_SPI1_DISABLE=n
|
# CONFIG_SSI_POLLWAIT - Select to disable interrupt driven SSI support
|
||||||
CONFIG_SPI2_DISABLE=y
|
#
|
||||||
|
CONFIG_SSI0_DISABLE=n
|
||||||
|
CONFIG_SSI1_DISABLE=y
|
||||||
|
CONFIG_SSI_POLLWAIT=n
|
||||||
|
|
||||||
#
|
#
|
||||||
# LM3S6918 specific serial device driver settings
|
# LM3S6918 specific serial device driver settings
|
||||||
|
|||||||
@@ -121,12 +121,15 @@ CONFIG_UART0_2STOP=0
|
|||||||
CONFIG_UART1_2STOP=0
|
CONFIG_UART1_2STOP=0
|
||||||
|
|
||||||
#
|
#
|
||||||
# LM3S6918 specific SPI device driver settings
|
# LM3S6918 specific SSI device driver settings
|
||||||
#
|
#
|
||||||
# CONFIG_SPIn_DISABLE - select to disable all support for
|
# CONFIG_SSIn_DISABLE - select to disable all support for
|
||||||
# the SPI
|
# the SSI
|
||||||
CONFIG_SPI1_DISABLE=n
|
# CONFIG_SSI_POLLWAIT - Select to disable interrupt driven SSI support
|
||||||
CONFIG_SPI2_DISABLE=y
|
#
|
||||||
|
CONFIG_SSI0_DISABLE=n
|
||||||
|
CONFIG_SSI1_DISABLE=y
|
||||||
|
CONFIG_SSI_POLLWAIT=n
|
||||||
|
|
||||||
#
|
#
|
||||||
# LM3S6918 specific serial device driver settings
|
# LM3S6918 specific serial device driver settings
|
||||||
|
|||||||
@@ -121,12 +121,15 @@ CONFIG_UART0_2STOP=0
|
|||||||
CONFIG_UART1_2STOP=0
|
CONFIG_UART1_2STOP=0
|
||||||
|
|
||||||
#
|
#
|
||||||
# LM3S6918 specific SPI device driver settings
|
# LM3S6918 specific SSI device driver settings
|
||||||
#
|
#
|
||||||
# CONFIG_SPIn_DISABLE - select to disable all support for
|
# CONFIG_SSIn_DISABLE - select to disable all support for
|
||||||
# the SPI
|
# the SSI
|
||||||
CONFIG_SPI1_DISABLE=n
|
# CONFIG_SSI_POLLWAIT - Select to disable interrupt driven SSI support
|
||||||
CONFIG_SPI2_DISABLE=y
|
#
|
||||||
|
CONFIG_SSI0_DISABLE=n
|
||||||
|
CONFIG_SSI1_DISABLE=y
|
||||||
|
CONFIG_SSI_POLLWAIT=n
|
||||||
|
|
||||||
#
|
#
|
||||||
# LM3S6918 specific serial device driver settings
|
# LM3S6918 specific serial device driver settings
|
||||||
|
|||||||
Reference in New Issue
Block a user