From d6d573f6fa44e438b12a5c8376827461588e698a Mon Sep 17 00:00:00 2001
From: patacongo Last Updated: April 14, 2012 Last Updated: April 23, 2012
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:
STATUS:
This port was started and then shelved for some time until I received the Expansion I/O board.
@@ -2243,6 +2246,14 @@
Also included are a a verified Ethernet driver, a partially verified USB device controller driver, and an unverifed SPI driver.
Stay tuned for updates.
+ STATUS:
+ A configuration exists for this board, but has not been verfied as of this writing.
+
@@ -2228,10 +2228,13 @@
NuttX RTOS
-
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: