From 274fb045cf9fc1132977b76ace08bcfa8130043b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 3 Jul 2013 11:39:54 -0600 Subject: Updates for the Sure PIC32 board --- nuttx/configs/Kconfig | 1 - nuttx/configs/arduino-due/README.txt | 3 +++ nuttx/configs/sure-pic32mx/Kconfig | 2 +- nuttx/configs/sure-pic32mx/README.txt | 3 ++- nuttx/configs/sure-pic32mx/usbnsh/defconfig | 12 ++++++++++++ 5 files changed, 18 insertions(+), 3 deletions(-) (limited to 'nuttx') diff --git a/nuttx/configs/Kconfig b/nuttx/configs/Kconfig index d369edc43..bdb5a7efd 100644 --- a/nuttx/configs/Kconfig +++ b/nuttx/configs/Kconfig @@ -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--- diff --git a/nuttx/configs/arduino-due/README.txt b/nuttx/configs/arduino-due/README.txt index de840eba5..0e0f4224b 100644 --- a/nuttx/configs/arduino-due/README.txt +++ b/nuttx/configs/arduino-due/README.txt @@ -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: 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 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 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 @@ -746,6 +753,11 @@ CONFIG_NSH_ARCHINIT=y # FLASH Erase-all Command # +# +# RAM test +# +# CONFIG_SYSTEM_RAMTEST is not set + # # readline() # -- cgit v1.2.3