summaryrefslogtreecommitdiff
path: root/nuttx/configs/sure-pic32mx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-07-03 11:39:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-07-03 11:39:54 -0600
commit274fb045cf9fc1132977b76ace08bcfa8130043b (patch)
tree34c8856c4657b17fdb74b2ed9cf0ed6833fddf4d /nuttx/configs/sure-pic32mx
parent9428730e257e71d450c32e74fb1759ebba4d4041 (diff)
downloadnuttx-274fb045cf9fc1132977b76ace08bcfa8130043b.tar.gz
nuttx-274fb045cf9fc1132977b76ace08bcfa8130043b.tar.bz2
nuttx-274fb045cf9fc1132977b76ace08bcfa8130043b.zip
Updates for the Sure PIC32 board
Diffstat (limited to 'nuttx/configs/sure-pic32mx')
-rw-r--r--nuttx/configs/sure-pic32mx/Kconfig2
-rw-r--r--nuttx/configs/sure-pic32mx/README.txt3
-rw-r--r--nuttx/configs/sure-pic32mx/usbnsh/defconfig12
3 files changed, 15 insertions, 2 deletions
diff --git a/nuttx/configs/sure-pic32mx/Kconfig b/nuttx/configs/sure-pic32mx/Kconfig
index ef56fa29c..e8c5dda4c 100644
--- a/nuttx/configs/sure-pic32mx/Kconfig
+++ b/nuttx/configs/sure-pic32mx/Kconfig
@@ -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
diff --git a/nuttx/configs/sure-pic32mx/README.txt b/nuttx/configs/sure-pic32mx/README.txt
index a57815657..6a5d6ad3e 100644
--- a/nuttx/configs/sure-pic32mx/README.txt
+++ b/nuttx/configs/sure-pic32mx/README.txt
@@ -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
diff --git a/nuttx/configs/sure-pic32mx/usbnsh/defconfig b/nuttx/configs/sure-pic32mx/usbnsh/defconfig
index 20c4d8924..9f0974688 100644
--- a/nuttx/configs/sure-pic32mx/usbnsh/defconfig
+++ b/nuttx/configs/sure-pic32mx/usbnsh/defconfig
@@ -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
@@ -747,6 +754,11 @@ CONFIG_NSH_ARCHINIT=y
#
#
+# RAM test
+#
+# CONFIG_SYSTEM_RAMTEST is not set
+
+#
# readline()
#
CONFIG_SYSTEM_READLINE=y