summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-07 23:30:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-07 23:30:19 +0000
commit99c28e14199f709222988dbb7e8c589b48a94206 (patch)
tree6dfede6ab4979479cc9d5364013a9ff5c4466a6f
parentd12ac572dfad31db1ae6e803514363648cbe8455 (diff)
downloadpx4-nuttx-99c28e14199f709222988dbb7e8c589b48a94206.tar.gz
px4-nuttx-99c28e14199f709222988dbb7e8c589b48a94206.tar.bz2
px4-nuttx-99c28e14199f709222988dbb7e8c589b48a94206.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1574 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/ChangeLog1
-rw-r--r--nuttx/Documentation/NuttX.html3
2 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 38225bf25..30956a026 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -646,5 +646,6 @@
* eZ80Acclaim!: Fixed logic error in UART interrupt handler.
* Many fixes in FAT file system and in NSH for correct compilation with ZDS-II
* eZ80Acclaim!: Added and verified a NuttShell (NSH) configuration.
+ * eZ80Acclaim!: Correct endian-ness; defconfig files said BIG endian.
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 634196c4a..3aed92f81 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/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: March 3, 2009</p>
+ <p>Last Updated: March 7, 2009</p>
</td>
</tr>
</table>
@@ -1367,6 +1367,7 @@ nuttx-0.4.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* eZ80Acclaim!: Fixed logic error in UART interrupt handler.
* Many fixes in FAT file system and in NSH for correct compilation with ZDS-II
* eZ80Acclaim!: Added and verified a NuttShell (NSH) configuration.
+ * eZ80Acclaim!: Correct endian-ness; defconfig files said BIG endian.
pascal-0.1.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;