From 6fd14f0e212404b4ccd598a7f6a25a56bee6a3e1 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 14 Sep 2014 09:10:09 -0600 Subject: [PATCH] Rename everything associated with the dynamic process stack to ustack to make room in the name space for a kstack --- Documentation/NuttxPortingGuide.html | 36 ++++++++++++++-------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 9ebccab1b2..279bb57f0f 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -116,10 +116,10 @@ 4.4.8 up_addrenv_clone()
4.4.9 up_addrenv_attach()
4.4.10 up_addrenv_detach()
- 4.4.11 up_addrenv_stackalloc()
- 4.4.12 up_addrenv_stackfree()
- 4.4.13 up_addrenv_vstack()
- 4.4.14 up_addrenv_stackselect() + 4.4.11 up_addrenv_ustackalloc()
+ 4.4.12 up_addrenv_ustackfree()
+ 4.4.13 up_addrenv_vustack()
+ 4.4.14 up_addrenv_ustackselect() 4.5 APIs Exported by NuttX to Architecture-Specific Logic -

4.4.11 up_addrenv_stackalloc()

+

4.4.11 up_addrenv_ustackalloc()

Function Prototype:

Description:

Input Parameters:

@@ -3230,10 +3230,10 @@ VxWorks provides the following comparable interface: Zero (OK) on success; a negated errno value on failure. -

4.4.12 up_addrenv_stackfree()

+

4.4.12 up_addrenv_ustackfree()

Function Prototype:

Description:

-

4.4.13 up_addrenv_vstack()

+

4.4.13 up_addrenv_vustack()

Function Prototype:

Description:

-

4.4.14 up_addrenv_stackselect()

+

4.4.14 up_addrenv_ustackselect()

Function Prototype:

Description: