summaryrefslogtreecommitdiff
path: root/nuttx/configs/pcblogic-pic32mx/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-28 19:19:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-28 19:19:11 -0600
commit5fa9b67f97bb70b71fb84d6be9b1e8f46ff2b1ee (patch)
treebfcbb1b59c61a377bfff67c4f58054879b404554 /nuttx/configs/pcblogic-pic32mx/README.txt
parent8d2d1db72eb377da3daad8e4a6d792be54e1f53e (diff)
downloadpx4-nuttx-5fa9b67f97bb70b71fb84d6be9b1e8f46ff2b1ee.tar.gz
px4-nuttx-5fa9b67f97bb70b71fb84d6be9b1e8f46ff2b1ee.tar.bz2
px4-nuttx-5fa9b67f97bb70b71fb84d6be9b1e8f46ff2b1ee.zip
Removed almost all ostest configurations
Diffstat (limited to 'nuttx/configs/pcblogic-pic32mx/README.txt')
-rw-r--r--nuttx/configs/pcblogic-pic32mx/README.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/nuttx/configs/pcblogic-pic32mx/README.txt b/nuttx/configs/pcblogic-pic32mx/README.txt
index dd7a37335..8f22b5000 100644
--- a/nuttx/configs/pcblogic-pic32mx/README.txt
+++ b/nuttx/configs/pcblogic-pic32mx/README.txt
@@ -576,38 +576,6 @@ Configurations
Configuration sub-directories
-----------------------------
- ostest:
- This configuration directory, performs a simple OS test using
- apps/examples/ostest.
-
- NOTES:
-
- 1. The serial console is on UART1. Therefore, you will need an external
- RS232 driver or TTL serial-to-USB converter. The UART1 TX and RX
- pins are available on:
-
- TX -- Pin 53: U1TX/RF8
- RX -- Pin 52: U1RX/RF2
-
- Power for the converter is available from the power point connector:
-
- GND -- POWER POINT: GND
- Vcc -- POWER POINT: Vdd (3.3V) -- Or P32_VBUS (+5V)
- Or +5V from a USB PC port.
-
- The serial console is configured for 115200 8N1 by default.
-
- 2. By default, this configuration uses an older Microchip C32 toolchain
- for Windows (the newer ones seem to be incompatible) and builds under
- Cygwin (or probably MSYS). That can easily be reconfigured, of course.
-
- Build Setup:
- CONFIG_HOST_WINDOWS=y : Builds under Windows
- CONFIG_WINDOWS_CYGWIN=y : Using Cygwin
-
- System Type:
- CONFIG_MIPS32_TOOLCHAIN_MICROCHIPW_LITE=y : Older C32 toolchain
-
nsh:
This configuration directory holds configuration files tht can
be used to support the NuttShell (NSH).