From d6d573f6fa44e438b12a5c8376827461588e698a Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 23 Apr 2012 13:59:31 +0000 Subject: [PATCH] Fix atexit() function being called twice git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4644 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 17 ++++++++++++++--- Documentation/NuttxUserGuide.html | 6 ++++++ 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 0b85fcb65e..85b5134694 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: April 14, 2012

+

Last Updated: April 23, 2012

@@ -2228,10 +2228,13 @@

PIC32MX795F512L. - This port uses the Microchip PIC32 Ethernet Starter Kit (DM320004) with the Expansion I/O board. - See the Microchip website for further information. + There one two board ports using this chip:

diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index dec4fca028..9d3af1c270 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -522,6 +522,12 @@ And the UNIX interface: The task is first terminated and then reinitialized with same ID, priority, original entry point, stack size, and parameters it had when it was first started. +

+

+NOTE: The normal task exit clean up is not performed. +For example, file descriptors are not closed; +any files opened prior to the restart will remain opened after the task is restarted. +

Input Parameters: