aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-03 22:42:27 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-03 22:42:27 +0000
commit05b3e348f4872bd78dcc3a97a5d86082e119fc40 (patch)
treef104ac1a2cca6a789495f5ef059d6747237280cb /nuttx/configs/Kconfig
parentb41484839c8e4c7041b461150a553395e190ee0c (diff)
downloadpx4-firmware-05b3e348f4872bd78dcc3a97a5d86082e119fc40.tar.gz
px4-firmware-05b3e348f4872bd78dcc3a97a5d86082e119fc40.tar.bz2
px4-firmware-05b3e348f4872bd78dcc3a97a5d86082e119fc40.zip
Add LPC32xx CAN header file; Add configuration for the NXP LP4330-Xplorer board
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4901 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs/Kconfig')
-rw-r--r--nuttx/configs/Kconfig14
1 files changed, 11 insertions, 3 deletions
diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig
index daac74c99..42d189391 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -162,7 +162,13 @@ config ARCH_BOARD_LPCXPRESSO
---help---
Embedded Artists base board with NXP LPCExpresso LPC1768. This board
is based on the NXP LPC1768. The Code Red toolchain is used by default.
- STATUS: Under development.
+
+config ARCH_BOARD_LPC4330_XPLORER
+ bool "NXP LPCExpresso LPC1768"
+ depends on ARCH_CHIP_LPC4330FET100
+ ---help---
+ NXP LPCExpresso LPC4330 Xplorer board. This board is based on the
+ LPC4330FET100. The Code Red toolchain is used by default.
config ARCH_BOARD_M68332EVB
bool "Motoroloa M68332EVB"
@@ -252,7 +258,7 @@ config ARCH_BOARD_MIRTOO
depends on ARCH_CHIP_PIC32MX250F128D
---help---
This is the port to the DTX1-4000L "Mirtoo" module. This module uses MicroChip
- PIC32MX250F128D. See http://www.dimitech.com/ for further information.
+ PIC32MX250F128D. See http://www.dimitech.com/ for further information.
config ARCH_BOARD_OLIMEXLPC2378
bool "Olimex-lpc2378 board"
@@ -497,7 +503,8 @@ config ARCH_BOARD
default "lm3s6965-ek" if ARCH_BOARD_LM3S6965EK
default "lm3s8962-ek" if ARCH_BOARD_LM3S8962EK
default "lpcxpresso-lpc1768" if ARCH_BOARD_LPCXPRESSO
- default " m68322evb" if ARCH_BOARD_M68332EVB
+ default "lpc4330-xplorer" if ARCH_BOARD_LPC4330_XPLORER
+ default "m68322evb" if ARCH_BOARD_M68332EVB
default "mbed" if ARCH_BOARD_MBED
default "mcu123-lpc214x" if ARCH_BOARD_MCU123
default "micropendous3" if ARCH_BOARD_MICROPENDOUS
@@ -551,6 +558,7 @@ source "configs/lm3s6432-s2e/Kconfig"
source "configs/lm3s6965-ek/Kconfig"
source "configs/lm3s8962-ek/Kconfig"
source "configs/lpcxpresso-lpc1768/Kconfig"
+source "configs/lpc4330-xplorer/Kconfig"
source "configs/m68332evb/Kconfig"
source "configs/mbed/Kconfig"
source "configs/mcu123-lpc214x/Kconfig"