From 8ae8d43ae254c55a8eaa9c48d38ca8dfa63987be Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 18 Dec 2012 16:15:27 +0000 Subject: Restructre address environment interfaces in preparation for incorporation into binfmt/ logic git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5442 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttXBinfmt.html | 14 +- nuttx/Documentation/NuttxPortingGuide.html | 259 +++++++++++++++++++++++++++-- 2 files changed, 252 insertions(+), 21 deletions(-) (limited to 'nuttx/Documentation') diff --git a/nuttx/Documentation/NuttXBinfmt.html b/nuttx/Documentation/NuttXBinfmt.html index 830a05caa..9c9fd3a51 100644 --- a/nuttx/Documentation/NuttXBinfmt.html +++ b/nuttx/Documentation/NuttXBinfmt.html @@ -164,13 +164,13 @@ struct binary_s }; - - -

+

Where the types binfmt_ctor_t and binfmt_dtor_t define the type of one C++ constructor or destructor: diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html index 5361a2866..526892d3e 100644 --- a/nuttx/Documentation/NuttxPortingGuide.html +++ b/nuttx/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: December 17, 2012

+

Last Updated: December 18, 2012

@@ -92,7 +92,8 @@ 4.1.17 up_enable_irq()
4.1.18 up_prioritize_irq()
4.1.19 up_putc()
- 4.1.20 System Time and Clock + 4.1.20 System Time and Clock
+ 4.1.21 Address Environments 4.2 APIs Exported by NuttX to Architecture-Specific Logic