From 3df4e1a441fcd469715e37d57ef6df60d025d283 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 8 Jun 2009 13:24:26 +0000 Subject: [PATCH] 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 --- Documentation/NuttShell.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 2ebad0a744f..788e9ab0046 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@

NuttShell (NSH)

-

Last Updated: March 28, 2009

+

Last Updated: June 08, 2009

@@ -2076,6 +2076,15 @@ nsh> access NSH. + + CONFIG_EXAMPLES_NSH_ARCHINIT + + Set CONFIG_EXAMPLES_NSH_ARCHINIT 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. + +