From d455b6a25a41db11963610dca5f4a63eee1a316c Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 12 Jan 2012 00:24:54 +0000 Subject: 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 --- nuttx/configs/sure-pic32mx/README.txt | 29 +++++++++++++++++++++++++++++ nuttx/configs/sure-pic32mx/nsh/defconfig | 2 ++ nuttx/configs/sure-pic32mx/ostest/defconfig | 2 ++ 3 files changed, 33 insertions(+) (limited to 'nuttx/configs') diff --git a/nuttx/configs/sure-pic32mx/README.txt b/nuttx/configs/sure-pic32mx/README.txt index 365ac8277..de1a066f2 100644 --- a/nuttx/configs/sure-pic32mx/README.txt +++ b/nuttx/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/nuttx/configs/sure-pic32mx/nsh/defconfig b/nuttx/configs/sure-pic32mx/nsh/defconfig index 518c75acd..18fe82631 100644 --- a/nuttx/configs/sure-pic32mx/nsh/defconfig +++ b/nuttx/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/nuttx/configs/sure-pic32mx/ostest/defconfig b/nuttx/configs/sure-pic32mx/ostest/defconfig index d528c1bc9..3ef8060c1 100644 --- a/nuttx/configs/sure-pic32mx/ostest/defconfig +++ b/nuttx/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 -- cgit v1.2.3