diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index ad204f5dc9..78a5651074 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -8,7 +8,7 @@
Last Updated: August 28, 2012
+Last Updated: October 20, 2012
Last Updated: August 28, 2012
+Last Updated: October 20, 2012
@@ -4449,12 +4449,12 @@ build IfCONFIG_ARCH_MEMCPY
is not selected, then you make also select Daniel
Vik's optimized implementation of memcpy()
:
- CONFIG_MEMCPY_VIK
:
- Select this option to use the optimized memcpy()
function by Daniel Vik.
- See licensing information in the top-level COPYING
file.
- Default: n
.
- CONFIG_MEMCPY_VIK
:
+ Select this option to use the optimized memcpy()
function by Daniel Vik.
+ See licensing information in the top-level COPYING
file.
+ Default: n
.
+
And if CONFIG_MEMCPY_VIK
, the following tuning options are available:
@@ -4474,6 +4474,15 @@ build
Compiles memcpy for 64 bit architectures
+
CONFIG_ARCH_MEMSET
is not selected, then the following option is also available:
+
+CONFIG_MEMSET_OPTSPEED
:
+ Select this option to use a version of memset()
optimized for speed.
+ Default: memset()
is optimized for size.
+The architecture may provide custom versions of certain standard header files: