summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-21 05:38:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-21 05:38:24 +0000
commitd7f2428afb540539a14827ecb2d757329acb71c9 (patch)
tree3c9da87356041eb924bad896997acbc8e421fcd5 /nuttx/Documentation/NuttxPortingGuide.html
parent1c8f16b1684773cc2b47867b9224154fba1dc1ac (diff)
downloadpx4-nuttx-d7f2428afb540539a14827ecb2d757329acb71c9.tar.gz
px4-nuttx-d7f2428afb540539a14827ecb2d757329acb71c9.tar.bz2
px4-nuttx-d7f2428afb540539a14827ecb2d757329acb71c9.zip
Minor tweaks to memset
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5245 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 08c6534cb..d8ccfc340 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -4452,6 +4452,7 @@ build
<ul><li>
<code>CONFIG_MEMCPY_VIK</code>:
Select this option to use the optimized <code>memcpy()</code> function by Daniel Vik.
+ Select this option for improved performance at the expense of increased size.
See licensing information in the top-level <code>COPYING</code> file.
Default: <code>n</code>.
</li></ul>