summaryrefslogtreecommitdiff
path: root/apps/nshlib/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-31 10:21:31 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-31 10:21:31 -0600
commit3c44ece6be1f1f021dedb02dbeb638c45f42ce0d (patch)
tree3bd0719d123e25bc0778369bb0705c1220ba6a2f /apps/nshlib/README.txt
parentac77cce3913f23574d31a16c562bab35743af25a (diff)
downloadpx4-nuttx-3c44ece6be1f1f021dedb02dbeb638c45f42ce0d.tar.gz
px4-nuttx-3c44ece6be1f1f021dedb02dbeb638c45f42ce0d.tar.bz2
px4-nuttx-3c44ece6be1f1f021dedb02dbeb638c45f42ce0d.zip
Rename arch_nshinitialize() to board_app_initialize()
Diffstat (limited to 'apps/nshlib/README.txt')
-rw-r--r--apps/nshlib/README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/nshlib/README.txt b/apps/nshlib/README.txt
index 970d6e250..9da35acff 100644
--- a/apps/nshlib/README.txt
+++ b/apps/nshlib/README.txt
@@ -1258,9 +1258,9 @@ NSH-Specific Configuration Settings
* CONFIG_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.
+ via the board-interface function boardctl(). This function will
+ be called early in NSH initialization to allow board logic to
+ do such things as configure MMC/SD slots.
If Telnet is selected for the NSH console, then we must configure
the resources used by the Telnet daemon and by the Telnet clients.