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:
parent
376d9e586c
commit
89e088a72b
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user