diff --git a/Documentation/NuttXBinfmt.html b/Documentation/NuttXBinfmt.html index 2f4f6e4252c..0df3b6475eb 100644 --- a/Documentation/NuttXBinfmt.html +++ b/Documentation/NuttXBinfmt.html @@ -8,7 +8,7 @@

NuttX Binary Loader

-

Last Updated: January 16, 2013

+

Last Updated: August 22, 2014

@@ -170,7 +170,7 @@ struct binary_s */ #ifdef CONFIG_ADDRENV - task_addrenv_t addrenv; /* Task address environment */ + group_addrenv_t addrenv; /* Task group address environment */ #endif size_t mapsize; /* Size of the mapped address region (needed for munmap) */ diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 011048d2a34..88c7bb2e1c3 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: August 21, 2014

+

Last Updated: August 22, 2014

@@ -107,13 +107,13 @@ 4.4 Address Environments 4.5 APIs Exported by NuttX to Architecture-Specific Logic -
4.3.4.4.5 up_alarm_start()
+
4.3.4.4.4 up_alarm_start()

Function Prototype:

-

4.4.2 up_addrenv_vaddr()

+

4.4.2 up_addrenv_destroy()

Function Prototype:

+

Description:

+ +

Input Parameters:

+ +

Returned Value:

+ + +

4.4.3 up_addrenv_vaddr()

+

Function Prototype:

+

Description:

-

4.4.3 up_addrenv_select()

+

4.4.4 up_addrenv_select()

Function Prototype:

Description:

Returned Value:

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

4.4.4 up_addrenv_restore()

+

4.4.5 up_addrenv_restore()

Function Prototype:

-

4.4.5 up_addrenv_destroy()

-

Function Prototype:

-

-

Description:

- -

Input Parameters:

- -

Returned Value:

- -

4.4.6 up_addrenv_assign()

Function Prototype:

Description:

Input Parameters:

Returned Value:

-

4.4.7 up_addrenv_share()

+

4.4.7 up_addrenv_attach()

Function Prototype:

Description:

Input Parameters:

Returned Value:

-

4.4.8 up_addrenv_release()

+

4.4.8 up_addrenv_detach()

Function Prototype:

Description:

Input Parameters:

Returned Value: