diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index a2d1d08844..eb5a67cc10 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: August 29, 2014

+

Last Updated: September 10, 2014

@@ -110,11 +110,12 @@ 4.4.2 up_addrenv_destroy()
4.4.3 up_addrenv_vtext()
4.4.4 up_addrenv_vdata()
- 4.4.5 up_addrenv_select()
- 4.4.6 up_addrenv_restore()
- 4.4.7 up_addrenv_clone()
- 4.4.8 up_addrenv_attach()
- 4.4.9 up_addrenv_detach() + 4.4.5 up_addrenv_heapsize()
+ 4.4.6 up_addrenv_select()
+ 4.4.7 up_addrenv_restore()
+ 4.4.8 up_addrenv_clone()
+ 4.4.9 up_addrenv_attach()
+ 4.4.10 up_addrenv_detach() 4.5 APIs Exported by NuttX to Architecture-Specific Logic @@ -2948,12 +2953,12 @@ VxWorks provides the following comparable interface:

@@ -2963,7 +2968,7 @@ VxWorks provides the following comparable interface:

4.4.1 up_addrenv_create()

Function Prototype:

Description:

Input Parameters:

Returned Value:

Input Parameters:

Returned Value:

@@ -3031,7 +3037,7 @@ VxWorks provides the following comparable interface:

Input Parameters:

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

4.4.5 up_addrenv_select()

+

4.4.5 up_addrenv_heapsize()

+

Function Prototype:

+

+

Description:

+ +

Input Parameters:

+ +

Returned Value:

+ + +

4.4.6 up_addrenv_select()

Function Prototype:

Input Parameters:

-

4.4.6 up_addrenv_restore()

+

4.4.7 up_addrenv_restore()

Function Prototype:

-

4.4.7 up_addrenv_clone()

+

4.4.8 up_addrenv_clone()

Function Prototype:

-

4.4.8 up_addrenv_attach()

+

4.4.9 up_addrenv_attach()

Function Prototype:

-

4.4.9 up_addrenv_detach()

+

4.4.10 up_addrenv_detach()

Function Prototype: