diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 768868c77..38225bf25 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -600,7 +600,7 @@ * Add documentation for NX graphics subsystem 0.4.1 2009-02-06 Gregory Nutt - * Added board support fot the ZiLog ez80Acclaim! ez80f910200zco Development Kit. + * Added board support fot the ZiLog eZ80Acclaim! ez80f910200zco Development Kit. * Fixed several compilation errors in fixed precision math library when built against toolchains that do not support 64-bit type 'long long'. * Fix errors in some function prototypes in dirent.h @@ -627,17 +627,24 @@ No workaround is known at this time. This is a show stopper for M16C. - * ez80Acclaim!: Fix interrupt vectors positioning; they were being positioned + * eZ80Acclaim!: Fix interrupt vectors positioning; they were being positioned wrong by 64 bytes (Kevin Franzen). - * ez80Acclaim!: Corrected some stack handling errors during interrupt handling + * eZ80Acclaim!: Corrected some stack handling errors during interrupt handling context save and restore (Kevin Franzen). - * ez80Acclaim!: Corrected vector intialization logic (Kevin Franzen). - * ez80Acclaim!: Corrected overflow problem in the calculation of UART baud rate + * eZ80Acclaim!: Corrected vector intialization logic (Kevin Franzen). + * eZ80Acclaim!: Corrected overflow problem in the calculation of UART baud rate divisor, the system timer divisor, and the EMAC poll timer. - * ez80Acclaim!: Fixed GPIO pin configuration get serial output - * ez80Acclaim!: Correct stack overflow in ostest example configuration - * ez80Acclaim!: Fixed restoration of interrupts state on interrupt level context swith. + * eZ80Acclaim!: Fixed GPIO pin configuration get serial output + * eZ80Acclaim!: Correct stack overflow in ostest example configuration + * eZ80Acclaim!: Fixed restoration of interrupts state on interrupt level context swith. 0.4.3 2009-xx-xx Gregory Nutt + * z8Encore! and eZ80Acclaim!: Fixed the serial driver initialization sequence + * eZ80Acclaim!: Fixed error in vector table: Missing space set aside for the + "unused" vectors. As a result, all vectors above timer4 were skewed. + * 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. + diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index 49908bb66..c8fd71652 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: February 28, 2009

+

Last Updated: March 1, 2009

@@ -683,7 +683,7 @@ This release adds no new OS features but does include support for two new architectures:

These changes were verified only on the ZiLOG ez80f910200zcog-d platform. Please report any errors to me. @@ -1158,7 +1159,7 @@ m68k, m68hc11, m68hc12, and SuperH ports.

- At present, only the Zilog Z16F, z8Encore, and ez80Acclaim ports use a native Windows toolchain + At present, only the Zilog Z16F, z8Encore, and eZ80Acclaim ports use a native Windows toolchain (the Zilog ZDS-II toolchain). @@ -1319,15 +1320,15 @@ nuttx-0.4.2 2009-02-28 Gregory Nutt <spudmonkey@racsa.co.cr> No workaround is known at this time. This is a show stopper for M16C. - * ez80Acclaim!: Fix interrupt vectors positioning; they were being positioned + * eZ80Acclaim!: Fix interrupt vectors positioning; they were being positioned wrong by 64 bytes (Kevin Franzen). - * ez80Acclaim!: Corrected some stack handling errors during interrupt handling + * eZ80Acclaim!: Corrected some stack handling errors during interrupt handling context save and restore (Kevin Franzen). - * ez80Acclaim!: Corrected vector intialization logic (Kevin Franzen). - * ez80Acclaim!: Corrected overflow problem in the calculation of UART baud rate + * eZ80Acclaim!: Corrected vector intialization logic (Kevin Franzen). + * eZ80Acclaim!: Corrected overflow problem in the calculation of UART baud rate divisor, the system timer divisor, and the EMAC poll timer. - * ez80Acclaim!: Fixed GPIO pin configuration get serial output - * ez80Acclaim!: Correct stack overflow in ostest example configuration + * eZ80Acclaim!: Fixed GPIO pin configuration get serial output + * eZ80Acclaim!: Correct stack overflow in ostest example configuration pascal-0.1.2 2008-02-10 Gregory Nutt <spudmonkey@racsa.co.cr> @@ -1357,6 +1358,13 @@ buildroot-0.1.2 2007-11-06 <spudmonkey@racsa.co.cr>

    nuttx-0.4.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> + * z8Encore! and eZ80Acclaim!: Fixed the serial driver initialization sequence + * eZ80Acclaim!: Fixed error in vector table: Missing space set aside for the + "unused" vectors. As a result, all vectors above timer4 were skewed. + * 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. + pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> buildroot-0.1.3 2009-xx-xx <spudmonkey@racsa.co.cr>