diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index aedf2a227..25fbdd30e 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -531,7 +531,8 @@ communicate with my JTAG wiggler on Linux). * 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) + * Began port of the Hitachi SH-1 using the SH-1/US7032EVB1 board * 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. + * Hitachi SH-1 passes (reduced) examples/ostest (examples/nsh still fails) diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index fbd0d65ef..52c139bae 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: November 7, 2008

+

Last Updated: November 11, 2008

@@ -1167,10 +1167,11 @@ nuttx-0.3.18 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> communicate with my JTAG wiggler on Linux). * 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) + * Began port of the Hitachi SH-1 using the SH-1/US7032EVB1 board * 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. + * Hitachi SH-1 passes (reduced) examples/ostest (examples/nsh still fails) pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>