diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index e43ca8a2fa0..08c6534cb4f 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -4457,7 +4457,7 @@ build
- And if CONFIG_MEMCPY_VIK, the following tuning options are available:
+ And if CONFIG_MEMCPY_VIK is selected, the following tuning options are available:
CONFIG_MEMCPY_PRE_INC_PTRS:
@@ -4471,7 +4471,7 @@ build
CONFIG_MEMCPY_64BIT:
- Compiles memcpy for 64 bit architectures
+ Compiles memcpy() for 64 bit architectures
memset() is optimized for size.
+ And if CONFIG_MEMSET_OPTSPEED is selected, the following tuning option is available:
+
CONFIG_MEMSET_64BIT:
+ Compiles memset() for 64 bit architectures
+The architecture may provide custom versions of certain standard header files: