diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 7d190a1462..f4c699541f 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -5114,7 +5114,12 @@ build 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.