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
This commit is contained in:
patacongo 2012-01-12 00:24:54 +00:00
parent 397edddc5b
commit cd567f546a
3 changed files with 33 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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