summaryrefslogtreecommitdiff
path: root/nuttx/configs/freedom-kl25z/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/freedom-kl25z/README.txt')
-rw-r--r--nuttx/configs/freedom-kl25z/README.txt38
1 files changed, 0 insertions, 38 deletions
diff --git a/nuttx/configs/freedom-kl25z/README.txt b/nuttx/configs/freedom-kl25z/README.txt
index bf1101e36..b1a9b888e 100644
--- a/nuttx/configs/freedom-kl25z/README.txt
+++ b/nuttx/configs/freedom-kl25z/README.txt
@@ -298,44 +298,6 @@ instead of configure.sh:
Where <subdir> is one of the following:
- ostest:
- ------
- This configuration directory, performs a simple OS test using
- apps/examples/ostest.
-
- NOTES:
-
- 1. This configuration uses the mconf-based configuration tool. To
- change this configuration using that tool, you should:
-
- a. Build and install the kconfig-mconf tool. See nuttx/README.txt
- and misc/tools/
-
- b. Execute 'make menuconfig' in nuttx/ in order to start the
- reconfiguration process.
-
- 2. Default toolchain:
-
- CONFIG_HOST_WINDOWS=y : Builds under Windows
- CONFIG_WINDOWS_CYGWIN=y : Using Cygwin
- CONFIG_ARMV6M_TOOLCHAIN_CODESOURCERYW=y : CodeSourcery for Windows
-
- 3. Serial Console. A serial console is required to see the OS test
- output. The serial console is configured on UART0 which is available
- on J1:
-
- ---------------- ---------
- UART0 SIGNAL J1 pin
- ---------------- ---------
- UART0_RX (PTA1) J1, pin 2
- UART0_TX (PTA2) J1, pin 4
-
- Ground is available on J2 pin 14. 3.3V is available on J3 and J4.
-
- It is possible to configure NSH to use a USB serial console instead
- of an RS-232 serial console. However, that configuration has not
- been impelmented as of this writing.
-
minnsh:
------