Updates for the Sure PIC32 board

This commit is contained in:
Gregory Nutt 2013-07-03 11:39:54 -06:00
parent 9bd0ede6e0
commit b2a6338e69
5 changed files with 18 additions and 3 deletions

View File

@ -607,7 +607,6 @@ config ARCH_BOARD_MIKROE_STM32F4
config ARCH_BOARD_SUREPIC32MX
bool "Sure PIC32MX boards"
depends on ARCH_CHIP_PIC32MX440F512H
select ARCH_HAVE_LEDS
select ARCH_HAVE_BUTTONS
select ARCH_HAVE_IRQBUTTONS
---help---

View File

@ -185,6 +185,9 @@ ITEAD 2.4" TFT with Touch
3. Parallel data is not contiguous in the PIO register
4. Touchcontroller /CS pin is connected to ground (always selected).
5. Either PA28 or PC29 may drive PWM10
6. The schematics I have do not agree with the documentation. The Touch IRQ
and Dout pins are reversed in the Documentation (D9 an D8, respectively).
I am assuming that the schematic is correct.
SD Interface:

View File

@ -11,6 +11,7 @@ choice
config ARCH_DBDP11215
bool "DB_DP11215 PIC32 Storage Demo Board"
select ARCH_HAVE_LEDS
---help---
DB_DP11215 PIC32 Storage Demo Board
@ -34,7 +35,6 @@ config ARCH_DBDP11212
- 2x16 LCD display
- 4 digit, 8 segment LED display
- Three tactile switches
- Four user LEDs
endchoice
endif

View File

@ -927,6 +927,7 @@ Where <subdir> is one of the following:
Board Configuration:
CONFIG_ARCH_DBDP11215=n : Disable the DB-DP11215
CONFIG_ARCH_DBDP11212=y : Enable the DB-DP11212
CONFIG_ARCH_LEDS=n : The DB-DP11212 has no LEDs
System Type -> PIC32MX Peripheral Support:
CONFIG_PIC32MX_UART2=n : Disable UART2
@ -951,7 +952,7 @@ Where <subdir> is one of the following:
CONFIG_RAMLOG_SYSLOG=y : This enables the RAM-based logger as the
system logger.
Logging is currently can be set up to use any amount of memorym (here 8KB):
Logging is currently can be set up to use any amount of memory (here 8KB):
CONFIG_RAMLOG_CONSOLE_BUFSIZE=8192

View File

@ -401,6 +401,10 @@ CONFIG_UART2_BAUD=115200
CONFIG_UART2_BITS=8
CONFIG_UART2_PARITY=0
CONFIG_UART2_2STOP=0
# CONFIG_UART2_IFLOWCONTROL is not set
# CONFIG_UART2_OFLOWCONTROL is not set
# CONFIG_SERIAL_IFLOWCONTROL is not set
# CONFIG_SERIAL_OFLOWCONTROL is not set
CONFIG_USBDEV=y
#
@ -433,6 +437,7 @@ CONFIG_CDCACM_EPBULKIN_FSSIZE=64
CONFIG_CDCACM_EPBULKIN_HSSIZE=512
CONFIG_CDCACM_NWRREQS=4
CONFIG_CDCACM_NRDREQS=4
CONFIG_CDCACM_BULKIN_REQLEN=96
CONFIG_CDCACM_RXBUFSIZE=256
CONFIG_CDCACM_TXBUFSIZE=256
CONFIG_CDCACM_VENDORID=0x0525
@ -581,6 +586,7 @@ CONFIG_BUILTIN_PROXY_STACKSIZE=1024
# CONFIG_EXAMPLES_MM is not set
# CONFIG_EXAMPLES_MODBUS is not set
# CONFIG_EXAMPLES_MOUNT is not set
# CONFIG_EXAMPLES_NRF24L01TERM is not set
CONFIG_EXAMPLES_NSH=y
# CONFIG_EXAMPLES_NULL is not set
# CONFIG_EXAMPLES_NX is not set
@ -708,6 +714,7 @@ CONFIG_NSH_BUILTIN_APPS=y
CONFIG_NSH_CODECS_BUFSIZE=128
CONFIG_NSH_FILEIOSIZE=512
CONFIG_NSH_LINELEN=64
CONFIG_NSH_MAXARGUMENTS=6
CONFIG_NSH_NESTDEPTH=3
# CONFIG_NSH_DISABLESCRIPT is not set
# CONFIG_NSH_DISABLEBG is not set
@ -746,6 +753,11 @@ CONFIG_NSH_ARCHINIT=y
# FLASH Erase-all Command
#
#
# RAM test
#
# CONFIG_SYSTEM_RAMTEST is not set
#
# readline()
#