From 8595dd344ae13b8f8370c63be291507c76ce60b7 Mon Sep 17 00:00:00 2001
From: patacongo Last Updated: August 28, 2012 Last Updated: October 20, 2012 Last Updated: August 28, 2012 Last Updated: October 20, 2012
diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index a16032db57..e43ca8a2fa 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -12,7 +12,7 @@
NuttShell (NSH)
-
NuttX RTOS Porting Guide
- CONFIG_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: