From 20e7fa577807c0fdadd947bef13de01bde2cdc5c Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 7 Mar 2009 23:30:19 +0000 Subject: [PATCH] update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1574 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 1 + Documentation/NuttX.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 38225bf256..30956a0262 100644 --- a/ChangeLog +++ b/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/Documentation/NuttX.html b/Documentation/NuttX.html index 634196c4af..3aed92f81b 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: March 3, 2009

+

Last Updated: March 7, 2009

@@ -1367,6 +1367,7 @@ nuttx-0.4.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * 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 <spudmonkey@racsa.co.cr>