summaryrefslogtreecommitdiff
path: root/nuttx/configs/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-22 19:50:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-22 19:50:33 +0000
commit1818052502c2c841df12ef8b8062bd85b4c9379b (patch)
treee015520caeb1c1d4f8e4211ceae807a778ca7826 /nuttx/configs/Kconfig
parent43128eb28b390a5990b1fb335229296c2cae9ce8 (diff)
downloadnuttx-1818052502c2c841df12ef8b8062bd85b4c9379b.tar.gz
nuttx-1818052502c2c841df12ef8b8062bd85b4c9379b.tar.bz2
nuttx-1818052502c2c841df12ef8b8062bd85b4c9379b.zip
Add circular DMA support to STM32 and STM32 serial driver; Add initial configuration for the Mikroelektronika PIC32MX7 MMB board
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4640 42af7a65-404d-4744-a932-0658087f49c3
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 d6f3152e0..bf128e9bf 100644
--- a/nuttx/configs/Kconfig
+++ b/nuttx/configs/Kconfig
@@ -266,9 +266,16 @@ config ARCH_BOARD_PIC32_STARTERKIT
bool "Microchip PIC32 Ethernet Starter Kit (DM320004)"
depends on ARCH_CHIP_PIC32MX795F512L
---help---
- This README file discusses the port of NuttX to the Microchip PIC32 Ethernet
- Starter Kit (DM320004) with the Multimedia Expansion Board (MEB, DM320005).
- Advanced USB Storage. See www.microchip.com for further information.
+ This is the port of NuttX to the Microchip PIC32 Ethernet Starter Kit
+ (DM320004) with the Multimedia Expansion Board (MEB, DM320005).
+ See www.microchip.com for further information.
+
+config ARCH_BOARD_PIC32_PIC32MXMMB
+ bool "Mikroelektronika PIC32MX7 MMB"
+ depends on ARCH_CHIP_PIC32MX795F512L
+ ---help---
+ This is the port NuttX to the Mikroelektronika PIC32MX7 Multimedia Board
+ (MMB). See http://www.mikroe.com/ for further information.
config ARCH_BOARD_PJRC_87C52
bool "PJRC 87C52 development system"
@@ -524,6 +531,7 @@ source "configs/olimex-lpc2378/Kconfig"
source "configs/olimex-strp711/Kconfig"
source "configs/pcblogic-pic32mx/Kconfig"
source "configs/pic32-starterkit/Kconfig"
+source "configs/pic32mx7mmb/Kconfig"
source "configs/pjrc-8051/Kconfig"
source "configs/qemu-i486/Kconfig"
source "configs/rgmp/Kconfig"