summaryrefslogtreecommitdiff
path: root/nuttx/configs
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/configs
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/configs')
-rw-r--r--nuttx/configs/README.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index f19fa28ee..46b41d1ab 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -1148,7 +1148,11 @@ defconfig -- This is a configuration file similar to the Linux
but copy themselves entirely into RAM for better performance.
CONFIG_BOOT_RAMFUNCS - Other configurations may copy just some functions
into RAM, either for better performance or for errata workarounds.
- CONFIG_STACK_POINTER - The initial stack pointer
+ CONFIG_STACK_POINTER - The initial stack pointer (may not be supported
+ in all architectures).
+ CONFIG_STACK_ALIGNMENT - Set if the your application has specific
+ stack alignment requirements (may not be supported
+ in all architectures).
CONFIG_IDLETHREAD_STACKSIZE - The size of the initial stack.
This is the thread that (1) performs the inital boot of the system up
to the point where user_start() is spawned, and (2) there after is the