Modify standard header files to work with RGMP

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3596 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-05-12 18:07:05 +00:00
parent fff9db3c57
commit cd5cb04547
10 changed files with 492 additions and 8 deletions
+7 -2
View File
@@ -3369,8 +3369,7 @@ build
<h2>Allow for architecture optimized implementations</h2>
<p>
The architecture can provide optimized versions of the
following to improve system performance.
The architecture can provide optimized versions of the following to improve system performance.
</p>
<ul>
@@ -3380,6 +3379,12 @@ build
<code>CONFIG_ARCH_STRNCPY</code>, <code>CONFIG_ARCH_STRLEN</code>, <code>CONFIG_ARCH_STRNLEN</code>,
<code>CONFIG_ARCH_BZERO</code>
</p>
<p>
The architecture may provide custom versions of certain standard header files:
</p>
<p>
<code>CONFIG_ARCH_MATH_H</code>, <code>CONFIG_ARCH_STDBOOL_H</code>, <code>CONFIG_ARCH_STDINT_H</code>
</p>
</ul>
<h2>Sizes of configurable things (0 disables)</h2>