Update LPC43 Kconfig
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5103 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
370b90721b
commit
3644aaad9d
@ -146,7 +146,7 @@ GNU Toolchain Options
|
||||
the CodeSourcery or devkitARM toolchain, you simply need add one of the
|
||||
following configuration options to your .config (or defconfig) file:
|
||||
|
||||
CONFIG_LPC32_CODEREDW=y : Code Red "RedSuite" under Windows
|
||||
CONFIG_LPC43_CODEREDW=y : Code Red "RedSuite" under Windows
|
||||
CONFIG_LPC43_CODESOURCERYW=y : CodeSourcery under Windows
|
||||
CONFIG_LPC43_CODESOURCERYL=y : CodeSourcery under Linux
|
||||
CONFIG_LPC43_ATOLLIC_LITE=y : The free, "Lite" version of Atollic toolchain under Windows
|
||||
@ -431,7 +431,7 @@ Code Red IDE/Tools
|
||||
from SRAM.
|
||||
|
||||
CONFIG_BOOT_SRAM=y : Executing in SRAM
|
||||
CONFIG_LPC32_CODEREDW=y : Code Red under Windows
|
||||
CONFIG_LPC43_CODEREDW=y : Code Red under Windows
|
||||
|
||||
To execute from SPIFI, you would need to set:
|
||||
|
||||
@ -859,7 +859,7 @@ Where <subdir> is one of the following:
|
||||
executing directly from SRAM.
|
||||
|
||||
CONFIG_BOOT_SRAM=y : Executing in SRAM
|
||||
CONFIG_LPC32_CODEREDW=y : Code Red under Windows
|
||||
CONFIG_LPC43_CODEREDW=y : Code Red under Windows
|
||||
|
||||
This configuration directory, performs a simple test of the USB host
|
||||
HID keyboard class driver using the test logic in examples/hidkbd.
|
||||
@ -899,7 +899,7 @@ Where <subdir> is one of the following:
|
||||
executing directly from SRAM.
|
||||
|
||||
CONFIG_BOOT_SRAM=y : Executing in SRAM
|
||||
CONFIG_LPC32_CODEREDW=y : Code Red under Windows
|
||||
CONFIG_LPC43_CODEREDW=y : Code Red under Windows
|
||||
|
||||
To execute from SPIFI, you would need to set:
|
||||
|
||||
|
@ -38,7 +38,7 @@ include ${TOPDIR}/tools/Config.mk
|
||||
|
||||
# Setup for the selected toolchain
|
||||
|
||||
ifeq ($(CONFIG_LPC32_CODEREDW),y)
|
||||
ifeq ($(CONFIG_LPC43_CODEREDW),y)
|
||||
# Code Red RedSuite under Windows
|
||||
CROSSDEV = arm-none-eabi-
|
||||
ARCROSSDEV = arm-none-eabi-
|
||||
|
@ -39,6 +39,7 @@ CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_ARM=y
|
||||
CONFIG_ARCH_CORTEXM4=y
|
||||
CONFIG_ARCH_CHIP="lpc43xx"
|
||||
CONFIG_ARCH_CHIP_LPC43XX=y
|
||||
CONFIG_ARCH_CHIP_LPC4330FET100=y
|
||||
CONFIG_ARCH_BOARD="lpc4330-xplorer"
|
||||
CONFIG_ARCH_BOARD_LPC4330_XPLORER=y
|
||||
@ -71,7 +72,7 @@ CONFIG_BOOT_CS3FLASH=n
|
||||
#
|
||||
# Identify toolchain and linker options
|
||||
#
|
||||
CONFIG_LPC32_CODEREDW=y
|
||||
CONFIG_LPC43_CODEREDW=y
|
||||
CONFIG_LPC43_CODESOURCERYW=n
|
||||
CONFIG_LPC43_CODESOURCERYL=n
|
||||
CONFIG_LPC43_ATOLLIC_LITE=n
|
||||
|
@ -38,7 +38,7 @@ include ${TOPDIR}/tools/Config.mk
|
||||
|
||||
# Setup for the selected toolchain
|
||||
|
||||
ifeq ($(CONFIG_LPC32_CODEREDW),y)
|
||||
ifeq ($(CONFIG_LPC43_CODEREDW),y)
|
||||
# Code Red RedSuite under Windows
|
||||
CROSSDEV = arm-none-eabi-
|
||||
ARCROSSDEV = arm-none-eabi-
|
||||
|
@ -39,6 +39,7 @@ CONFIG_ARCH="arm"
|
||||
CONFIG_ARCH_ARM=y
|
||||
CONFIG_ARCH_CORTEXM4=y
|
||||
CONFIG_ARCH_CHIP="lpc43xx"
|
||||
CONFIG_ARCH_CHIP_LPC43XX=y
|
||||
CONFIG_ARCH_CHIP_LPC4330FET100=y
|
||||
CONFIG_ARCH_BOARD="lpc4330-xplorer"
|
||||
CONFIG_ARCH_BOARD_LPC4330_XPLORER=y
|
||||
@ -71,7 +72,7 @@ CONFIG_BOOT_CS3FLASH=n
|
||||
#
|
||||
# Identify toolchain and linker options
|
||||
#
|
||||
CONFIG_LPC32_CODEREDW=y
|
||||
CONFIG_LPC43_CODEREDW=y
|
||||
CONFIG_LPC43_CODESOURCERYW=n
|
||||
CONFIG_LPC43_CODESOURCERYL=n
|
||||
CONFIG_LPC43_ATOLLIC_LITE=n
|
||||
|
Loading…
Reference in New Issue
Block a user