summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/lpc4330-xplorer
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/lpc4330-xplorer')
-rw-r--r--nuttx/configs/lpc4330-xplorer/README.txt25
-rw-r--r--nuttx/configs/lpc4330-xplorer/ostest/defconfig64
2 files changed, 45 insertions, 44 deletions
diff --git a/nuttx/configs/lpc4330-xplorer/README.txt b/nuttx/configs/lpc4330-xplorer/README.txt
index abb2a82381..26b4b1918e 100644
--- a/nuttx/configs/lpc4330-xplorer/README.txt
+++ b/nuttx/configs/lpc4330-xplorer/README.txt
@@ -1,7 +1,8 @@
README
^^^^^^
-README for NuttX port to the NGX LPC4330-Xplorer board
+README for NuttX port to the LPC4330-Xplorer board from NGX Technologies
+featuring the NXP LPC4330FET100 MCU
Contents
^^^^^^^^
@@ -275,10 +276,10 @@ LPC4330-Xplorer Configuration Options
CONFIG_LPC43_USBHOST=n
CONFIG_LPC43_USBOTG=n
CONFIG_LPC43_USBDEV=n
- CONFIG_LPC43_UART0=y
+ CONFIG_LPC43_USART0=y
CONFIG_LPC43_UART1=n
- CONFIG_LPC43_UART2=n
- CONFIG_LPC43_UART3=n
+ CONFIG_LPC43_USART2=n
+ CONFIG_LPC43_USART3=n
CONFIG_LPC43_CAN1=n
CONFIG_LPC43_CAN2=n
CONFIG_LPC43_SPI=n
@@ -304,16 +305,16 @@ LPC4330-Xplorer Configuration Options
LPC43xx specific device driver settings
- CONFIG_UARTn_SERIAL_CONSOLE - selects the UARTn for the
- console and ttys0 (default is the UART0).
- CONFIG_UARTn_RXBUFSIZE - Characters are buffered as received.
+ CONFIG_U[S]ARTn_SERIAL_CONSOLE - selects the UARTn for the
+ console and ttys0 (default is the USART0).
+ CONFIG_U[S]ARTn_RXBUFSIZE - Characters are buffered as received.
This specific the size of the receive buffer
- CONFIG_UARTn_TXBUFSIZE - Characters are buffered before
+ CONFIG_U[S]ARTn_TXBUFSIZE - Characters are buffered before
being sent. This specific the size of the transmit buffer
- CONFIG_UARTn_BAUD - The configure BAUD of the UART. Must be
- CONFIG_UARTn_BITS - The number of bits. Must be either 7 or 8.
- CONFIG_UARTn_PARTIY - 0=no parity, 1=odd parity, 2=even parity
- CONFIG_UARTn_2STOP - Two stop bits
+ CONFIG_U[S]ARTn_BAUD - The configure BAUD of the UART. Must be
+ CONFIG_U[S]ARTn_BITS - The number of bits. Must be either 7 or 8.
+ CONFIG_U[S]ARTn_PARTIY - 0=no parity, 1=odd parity, 2=even parity
+ CONFIG_U[S]ARTn_2STOP - Two stop bits
LPC43xx specific CAN device driver settings. These settings all
require CONFIG_CAN:
diff --git a/nuttx/configs/lpc4330-xplorer/ostest/defconfig b/nuttx/configs/lpc4330-xplorer/ostest/defconfig
index ea5e141a9a..8653cd5b32 100644
--- a/nuttx/configs/lpc4330-xplorer/ostest/defconfig
+++ b/nuttx/configs/lpc4330-xplorer/ostest/defconfig
@@ -73,7 +73,7 @@ CONFIG_ARCH=arm
CONFIG_ARCH_ARM=y
CONFIG_ARCH_CORTEXM4=y
CONFIG_ARCH_CHIP=lpc43xx
-CONFIG_ARCH_CHIP_LPC4320=y
+CONFIG_ARCH_CHIP_LPC4330FET100=y
CONFIG_ARCH_BOARD=lpc4330-xplorer
CONFIG_ARCH_BOARD_LPC4330_XPLORER=y
CONFIG_BOARD_LOOPSPERMSEC=7982
@@ -106,10 +106,10 @@ CONFIG_LPC43_ETHERNET=n
CONFIG_LPC43_USBHOST=n
CONFIG_LPC43_USBOTG=n
CONFIG_LPC43_USBDEV=n
-CONFIG_LPC43_UART0=y
+CONFIG_LPC43_USART0=y
CONFIG_LPC43_UART1=n
-CONFIG_LPC43_UART2=n
-CONFIG_LPC43_UART3=n
+CONFIG_LPC43_USART2=n
+CONFIG_LPC43_USART3=n
CONFIG_LPC43_CAN1=n
CONFIG_LPC43_CAN2=n
CONFIG_LPC43_SPI=n
@@ -135,51 +135,51 @@ CONFIG_LPC43_GPDMA=n
#
# LPC43xx specific serial device driver settings
#
-# CONFIG_UARTn_SERIAL_CONSOLE - selects the UARTn for the
+# CONFIG_U[S]ARTn_SERIAL_CONSOLE - selects the UARTn for the
# console and ttys0 (default is the UART1).
-# CONFIG_UARTn_RXBUFSIZE - Characters are buffered as received.
+# CONFIG_U[S]ARTn_RXBUFSIZE - Characters are buffered as received.
# This specific the size of the receive buffer
-# CONFIG_UARTn_TXBUFSIZE - Characters are buffered before
+# CONFIG_U[S]ARTn_TXBUFSIZE - Characters are buffered before
# being sent. This specific the size of the transmit buffer
-# CONFIG_UARTn_BAUD - The configure BAUD of the UART. Must be
-# CONFIG_UARTn_BITS - The number of bits. Must be either 7 or 8.
-# CONFIG_UARTn_PARTIY - 0=no parity, 1=odd parity, 2=even parity
-# CONFIG_UARTn_2STOP - Two stop bits
+# CONFIG_U[S]ARTn_BAUD - The configure BAUD of the UART. Must be
+# CONFIG_U[S]ARTn_BITS - The number of bits. Must be either 7 or 8.
+# CONFIG_U[S]ARTn_PARTIY - 0=no parity, 1=odd parity, 2=even parity
+# CONFIG_U[S]ARTn_2STOP - Two stop bits
#
-CONFIG_UART0_SERIAL_CONSOLE=y
+CONFIG_USART0_SERIAL_CONSOLE=y
CONFIG_UART1_SERIAL_CONSOLE=n
-CONFIG_UART2_SERIAL_CONSOLE=n
-CONFIG_UART3_SERIAL_CONSOLE=n
+CONFIG_USART2_SERIAL_CONSOLE=n
+CONFIG_USART3_SERIAL_CONSOLE=n
-CONFIG_UART0_TXBUFSIZE=256
+CONFIG_USART0_TXBUFSIZE=256
CONFIG_UART1_TXBUFSIZE=256
-CONFIG_UART2_TXBUFSIZE=256
-CONFIG_UART3_TXBUFSIZE=256
+CONFIG_USART2_TXBUFSIZE=256
+CONFIG_USART3_TXBUFSIZE=256
-CONFIG_UART0_RXBUFSIZE=256
+CONFIG_USART0_RXBUFSIZE=256
CONFIG_UART1_RXBUFSIZE=256
-CONFIG_UART2_RXBUFSIZE=256
-CONFIG_UART3_RXBUFSIZE=256
+CONFIG_USART2_RXBUFSIZE=256
+CONFIG_USART3_RXBUFSIZE=256
-CONFIG_UART0_BAUD=115200
-CONFIG_UART2_BAUD=115200
-CONFIG_UART3_BAUD=115200
+CONFIG_USART0_BAUD=115200
CONFIG_UART1_BAUD=115200
+CONFIG_USART2_BAUD=115200
+CONFIG_USART3_BAUD=115200
-CONFIG_UART0_BITS=8
+CONFIG_USART0_BITS=8
CONFIG_UART1_BITS=8
-CONFIG_UART2_BITS=8
-CONFIG_UART3_BITS=8
+CONFIG_USART2_BITS=8
+CONFIG_USART3_BITS=8
-CONFIG_UART0_PARITY=0
+CONFIG_USART0_PARITY=0
CONFIG_UART1_PARITY=0
-CONFIG_UART2_PARITY=0
-CONFIG_UART3_PARITY=0
+CONFIG_USART2_PARITY=0
+CONFIG_USART3_PARITY=0
-CONFIG_UART0_2STOP=0
+CONFIG_USART0_2STOP=0
CONFIG_UART1_2STOP=0
-CONFIG_UART2_2STOP=0
-CONFIG_UART3_2STOP=0
+CONFIG_USART2_2STOP=0
+CONFIG_USART3_2STOP=0
#
# LPC43xx specific PHY/Ethernet device driver settings