diff --git a/nuttx/configs/pic32-starterkit/include/board.h b/nuttx/configs/pic32-starterkit/include/board.h index a4b8b47a5..043c16694 100644 --- a/nuttx/configs/pic32-starterkit/include/board.h +++ b/nuttx/configs/pic32-starterkit/include/board.h @@ -162,7 +162,7 @@ #define LED_NVALUES 6 /* Switch definitions *******************************************************/ -/* The PIC32 start kit has 3 switches: +/* The PIC32 starter kit has 3 switches: * * RD7 Switch SW2 (low when closed) * RD6 Switch SW1 (low when closed) diff --git a/nuttx/configs/pic32-starterkit/src/starterkit_internal.h b/nuttx/configs/pic32-starterkit/src/starterkit_internal.h index f9cd9679a..f95859916 100644 --- a/nuttx/configs/pic32-starterkit/src/starterkit_internal.h +++ b/nuttx/configs/pic32-starterkit/src/starterkit_internal.h @@ -61,7 +61,7 @@ * RC2 LED5 */ -/* The PIC32 start kit has 3 switches: +/* The PIC32 starter kit has 3 switches: * * RD7 Switch SW2 (low when closed) * RD6 Switch SW1 (low when closed) diff --git a/nuttx/configs/pic32mx7mmb/README.txt b/nuttx/configs/pic32mx7mmb/README.txt index ac829ab31..9ee125f7b 100644 --- a/nuttx/configs/pic32mx7mmb/README.txt +++ b/nuttx/configs/pic32mx7mmb/README.txt @@ -551,9 +551,7 @@ Where is one of the following: Serial Output. -------------- The OS test produces all of its test output on the serial console. - This configuration has UART1 enabled as a serial console. I have - been unable to get this UART work on the MEB. But on the Expansion - I/O board, this maps to RX = J11 pin 41 and TX = J11 pin 43 + This configuration has UART1 enabled as a serial console. nsh: ==== @@ -565,9 +563,7 @@ Where is one of the following: Serial Output. -------------- The OS test produces all of its test output on the serial console. - This configuration has UART1 enabled as a serial console. I have - been unable to get this UART work on the MEB. But on the Expansion - I/O board, this maps to RX = J11 pin 41 and TX = J11 pin 43 + This configuration has UART1 enabled as a serial console. USB Configuations. ----------------- @@ -645,49 +641,6 @@ Where is one of the following: CONFIG_DISABLE_POLL=n - nsh2: - ===== - - This is an alternative NSH configuration. Without the Expansion I/O board, - there is no way to connect a serial console. This NSH alternative supports - only a Telnet console. The nsh2 differs from the nsh configuration in the - following ways: - - 1. Networking is enabled: - - CONFIG_NET=y : Enable networking support - CONFIG_PIC32MX_ETHERNET=y : Enable the PIC32 Ethernet driver - CONFIG_NSH_CONSOLE=n : Disable NSH serial console - CONFIG_NSH_TELNET=y : Enable the Telnet NSH console - - See apps/nshlib/README.txt for other NSH networking-related configuration - settings. - - 2. UART1 is disabled - - CONFIG_PIC32MX_UART1=n : UART1 is disabled (as well as other UARTs) - CONFIG_UART1_SERIAL_CONSOLE=n : There is no serial console - - 3. The RAM log is enabled" - - CONFIG_SYSLOG=y : Enables the System Logging feature. - CONFIG_RAMLOG=y : Enable the RAM-based logging feature. - CONFIG_RAMLOG_CONSOLE=n : (there is no default console device) - CONFIG_RAMLOG_SYSLOG=y : This enables the RAM-based logger as the - system logger. - - Logging is currently set up to use 16Kb of memory: - - CONFIG_RAMLOG_CONSOLE_BUFSIZE=16384 - - There are a few other configuration differences as necessary to support - this different device configuration. Just the do the 'diff' if you are - curious. - - NOTES: - See the notes for the nsh configuration. Most also apply to the nsh2 - configuration. - Using a RAM disk and the USB MSC device with nsh and nsh2 --------------------------------------------------------- Here is an experimental change to either examples/nsh or examples/nsh2