summaryrefslogtreecommitdiff
path: root/nuttx/configs/twr-k60n512/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/twr-k60n512/README.txt')
-rw-r--r--nuttx/configs/twr-k60n512/README.txt23
1 files changed, 0 insertions, 23 deletions
diff --git a/nuttx/configs/twr-k60n512/README.txt b/nuttx/configs/twr-k60n512/README.txt
index 1072dc4fc..ac10d1538 100644
--- a/nuttx/configs/twr-k60n512/README.txt
+++ b/nuttx/configs/twr-k60n512/README.txt
@@ -657,29 +657,6 @@ can be selected as follow:
Where <subdir> is one of the following:
- ostest:
- ------
- This configuration directory, performs a simple OS test using
- 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 platform/toolchain:
-
- CONFIG_HOST_LINUX=y : Linux (Cygwin under Windows okay too).
- CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y : Buildroot (arm-nuttx-elf-gcc)
- CONFIG_ARMV7M_OABI_TOOLCHAIN=y : The older OABI version
- CONFIG_RAW_BINARY=y : Output formats: ELF and raw binary
-
nsh:
---
Configures the NuttShell (nsh) located at apps/examples/nsh. The