Add definitions for another Sure Elec. PIC32 board

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4299 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2012-01-12 00:24:54 +00:00
parent bf1e50eb94
commit 10cc67fe13
4 changed files with 34 additions and 1 deletions

View File

@ -108,7 +108,7 @@ static void pwm_help(FAR struct pwm_state_s *pwm)
CONFIG_EXAMPLES_PWM_DUTYPCT, pwm->duty);
#ifdef CONFIG_PWM_PULSECOUNT
message(" [-n count] selects the pulse count. "
"Default: %d Hz Current: %d\n",
"Default: %d Current: %d\n",
CONFIG_EXAMPLES_PWM_COUNT, pwm->count);
#endif
message(" [-t duration] is the duration of the pulse train in seconds. "

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