summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-11 14:06:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-11 14:06:10 +0000
commitb30b365353a28dc7cc06afe13e3d1ab3f5a3b2b2 (patch)
tree026ea8a64f4cf0143b897addc8083698d5898e3d /nuttx/Documentation
parentf0a1251a7b4c2e9dee486f95db2c6e87a06274bd (diff)
downloadpx4-nuttx-b30b365353a28dc7cc06afe13e3d1ab3f5a3b2b2.tar.gz
px4-nuttx-b30b365353a28dc7cc06afe13e3d1ab3f5a3b2b2.tar.bz2
px4-nuttx-b30b365353a28dc7cc06afe13e3d1ab3f5a3b2b2.zip
Fix stack alignment for EABI floating point
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4089 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 7d190a146..f4c699541 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -5114,7 +5114,12 @@ build
some functions into RAM, either for better performance or for errata workarounds.
</li>
<li>
- <code>CONFIG_STACK_POINTER</code>: The initial stack pointer
+ <code>CONFIG_STACK_POINTER</code>: The initial stack pointer (may not be supported
+ in all architectures).
+ </li>
+ <li>
+ <code>CONFIG_STACK_ALIGNMENT</code>: Set if the your application has specific
+ stack alignment requirements (may not be supported in all architectures).
</li>
<li>
<code>CONFIG_IDLETHREAD_STACKSIZE</code>: The size of the initial stack.