From 03bc03af408fceac56acd69e893d9482be02882e Mon Sep 17 00:00:00 2001
From: patacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>
Date: Fri, 7 Nov 2008 20:56:35 +0000
Subject: [PATCH] update

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1165 42af7a65-404d-4744-a932-0658087f49c3
---
 ChangeLog                | 3 +++
 Documentation/NuttX.html | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 10dfda599a..aedf2a2273 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -532,3 +532,6 @@
 	* Fix race condition workaround delay in LPC214X SPI logic.  It the cause of the very
 	  bad MMC/SD performance.
 	* Began port of the Hitachi SH-1 using the SH-1/US7032EVB1 board (this is a work in progress)
+	* Re-built all configurations that use SDCC and Zilog toolchains to make sure they still
+	  build (they didn't, but they do now).
+	* Fixed several erroneous "list empty" checks in the CAN driver.
diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index e5f8cda0f3..fbd0d65ef3 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
   <tr align="center" bgcolor="#e4e4e4">
     <td>
       <h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
-      <p>Last Updated: November 6, 2008</p>
+      <p>Last Updated: November 7, 2008</p>
     </td>
   </tr>
 </table>
@@ -1168,6 +1168,9 @@ nuttx-0.3.18 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
 	* Fix race condition workaround delay in LPC214X SPI logic.  It the cause of the very
 	  bad MMC/SD performance.
 	* Began port of the Hitachi SH-1 using the SH-1/US7032EVB1 board (this is a work in progress)
+	* Re-built all configurations that use SDCC and Zilog toolchains to make sure they still
+	  build (they didn't, but they do now).
+	* Fixed several erroneous "list empty" checks in the CAN driver.
 
 pascal-0.1.3 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;