From 9d4bbfeffeddf0b090f1931c9508e592b2cf7d48 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 8 Jun 2009 13:24:26 +0000 Subject: Move board specific files from examples/nsh to board source directories git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1861 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/nsh/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nuttx/examples/nsh/README.txt') diff --git a/nuttx/examples/nsh/README.txt b/nuttx/examples/nsh/README.txt index 2a8d43f48..17a541eef 100644 --- a/nuttx/examples/nsh/README.txt +++ b/nuttx/examples/nsh/README.txt @@ -883,6 +883,12 @@ NSH-Specific Configuration Settings you may log into NuttX remotely using telnet in order to access NSH. + * CONFIG_EXAMPLES_NSH_ARCHINIT + Set if your board provides architecture specific initialization + via the board-specific function nsh_archinitialize(). This + function will be called early in NSH initialization to allow + board logic to do such things as configure MMC/SD slots. + One or both of CONFIG_EXAMPLES_NSH_CONSOLE and CONFIG_EXAMPLES_NSH_TELNET must be defined. If CONFIG_EXAMPLES_NSH_TELNET is selected, then there some other configuration settings that apply: -- cgit v1.2.3