From bd8aa99554bc687ac2264dcb9f4d9bb8c8ff93ab Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 12 Jan 2012 00:24:54 +0000 Subject: [PATCH] Add definitions for another Sure Elec. PIC32 board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4299 42af7a65-404d-4744-a932-0658087f49c3 --- configs/sure-pic32mx/README.txt | 29 +++++++++++++++++++++++++++ configs/sure-pic32mx/nsh/defconfig | 2 ++ configs/sure-pic32mx/ostest/defconfig | 2 ++ 3 files changed, 33 insertions(+) diff --git a/configs/sure-pic32mx/README.txt b/configs/sure-pic32mx/README.txt index 365ac82778..de1a066f23 100644 --- a/configs/sure-pic32mx/README.txt +++ b/configs/sure-pic32mx/README.txt @@ -7,6 +7,29 @@ Demo Board," Model DB-DP11215, from Sure Electronics PIC32MX440F512H. See also http://www.sureelectronics.net/goods.php?id=1168 for further information about the Sure DB-DP11215 board. +DB_DP11215 PIC32 Storage Demo Board + + - PIC32MX44F512H + - SD card slot + - RS-2323 Interface + - USB (MINI-B) + - 2x16 LCD display + - Three tactile switches + - Four user LEDs + +Also available (but not yet supported). + +DB-DP11212 PIC32 General Purpose Demo Board + + - PIC32MX44F512H + - LM75A temperature sensor and temperature resistor (NTC-SMD thermistor) + - SPI FLASH: AT25DF041A + - USB (MINI-B) + - 2x16 LCD display + - 4 digit, 8 segment LED display + - Three tactile switches + - Four user LEDs + Contents ======== @@ -246,6 +269,12 @@ PIC32MX Configuration Options CONFIG_ARCH_BOARD=sure-pic32mx + CONFIG_ARCH_DBDP11215 Distinguishes the DB_DP11215 PIC32 Storage + Demo Board + + CONFIG_ARCH_DBDP11212 Distingustes the DB-DP11212 PIC32 General + Purpose Demo Board + CONFIG_ARCH_BOARD_name - For use in C code CONFIG_ARCH_BOARD_SUREPIC32MX=y diff --git a/configs/sure-pic32mx/nsh/defconfig b/configs/sure-pic32mx/nsh/defconfig index 518c75acdf..18fe82631a 100644 --- a/configs/sure-pic32mx/nsh/defconfig +++ b/configs/sure-pic32mx/nsh/defconfig @@ -100,6 +100,8 @@ CONFIG_ARCH_CHIP=pic32mx CONFIG_ARCH_CHIP_PIC32MX440F512H=y CONFIG_ARCH_BOARD=sure-pic32mx CONFIG_ARCH_BOARD_SUREPIC32MX=y +CONFIG_ARCH_DBDP11215=y +CONFIG_ARCH_DBDP11212=n CONFIG_BOARD_LOOPSPERMSEC=4275 CONFIG_DRAM_SIZE=(32*1024) CONFIG_DRAM_START=0xa0000000 diff --git a/configs/sure-pic32mx/ostest/defconfig b/configs/sure-pic32mx/ostest/defconfig index d528c1bc99..3ef8060c11 100644 --- a/configs/sure-pic32mx/ostest/defconfig +++ b/configs/sure-pic32mx/ostest/defconfig @@ -88,6 +88,8 @@ CONFIG_ARCH_CHIP=pic32mx CONFIG_ARCH_CHIP_PIC32MX440F512H=y CONFIG_ARCH_BOARD=sure-pic32mx CONFIG_ARCH_BOARD_SUREPIC32MX=y +CONFIG_ARCH_DBDP11215=y +CONFIG_ARCH_DBDP11212=n CONFIG_BOARD_LOOPSPERMSEC=4275 CONFIG_DRAM_SIZE=(32*1024) CONFIG_DRAM_START=0xa0000000