diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 9ebccab1b2e..279bb57f0f0 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: