diff --git a/ChangeLog b/ChangeLog index 31f7eef2aa..e046982cfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -283,11 +283,11 @@ there are more than one DHCPD server. * NSH ifconfig command now shows uIP status was well (examples/nsh) -0.3.6 2007-xx-xx Gregory Nutt +0.3.6 2008-01-06 Gregory Nutt * Changes for use with SDCC compiler * Added a simulated z80 target * Fix deadlock errors when using stdio but with no buffering * Add support for Pascal P-Code interpreter - +0.3.7 2008-xx-xx Gregory Nutt diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index f41834c474..b0d9a6390e 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: January 1, 2008

+

Last Updated: January 6, 2008

@@ -386,6 +386,30 @@ +

+ NuttX Add-Ons. + The following packages are available to extend the basic NuttX feature set: +

+

+ + + + + + + + + +
+ Pascal Compiler with NuttX runtime P-Code interpreter add-on +

+

+

  • The Pascal add-on is available for download from the + SourceForge + website.
  • +

    +
    +
    @@ -395,7 +419,7 @@

    - The 17th release of NuttX (nuttx-0.3.5) is available for download + The 18th release of NuttX (nuttx-0.3.6) is available for download from the SourceForge website. The change log associated with the release is available here. @@ -403,29 +427,38 @@ These unreleased changes are listed here.

    - NuttX 0.3.5 is the 6th release containing the integration of a network + NuttX 0.3.8 is the 7th release containing the integration of a network subsystem and the uIP TCP/IP, UDP, and ICMP stacks based on uIP into NuttX.

    - This release is primarily a bug-fix release and intended to synchronize - with the current CVS contents. See the ChangeLog - for a detailed list of changes and fixes. + This release contains on a few changes. + The primary purpose of this release is to synchronize with the release + of the pascal-0.1.0 add-on package. + This release of NuttX includes the following changes:

    +
      +
    • Fixes for use with SDCC compiler,
    • +
    • Added a simulated z80 target (arch/z80),
    • +
    • Fix deadlock errors when using stdio but with no buffering, and
    • +
    • Add support for the add-on Pascal P-Code interpreter (pcode/) + (see the pascal-0.1.0 package)
    • +

    - The level of network reliability is at a strong beta release level. The - baseline functionality of NuttX continues to mature and remains at - post-beta or production level. + The Pascal add-on it integrated but has so far been tested very little; + it is certainly at an early, pre-alpha release leve. + The baseline functionality of NuttX (including recently added network) + functionality continues to mature and remains at post-beta or production level. Extensive testing has been done for the ARM architecture using the GCC compiler/toolchain. Other architectures and the SDCC toolchain are also supported but not as well exercised.

    - This release was verified only on the Spectrum Digital C5471 EVM using - the C5471 Ethernet driver. Any feedback about bugsor suggestions for - improvement would be greatly appreciated. + The current release were verified only on the simulated Z80 and and host + simulation targets. As usual, any feedback about bugs or suggestions + for improvement would be greatly appreciated.

    @@ -699,17 +732,12 @@ Other memory:
      -0.3.5 2007-12-18 Gregory Nutt +0.3.6 2007-01-06 Gregory Nutt <spudmonkey@racsa.co.cr> - * Added inet_ntoa() and ether_ntoa() - * Added netdev_foreach() to support traversal of registered network devices - * Added support for 'ifconfig' command to NSH (examples/nsh) - * Moved MAC and ethernet definitions to net/ethernet.h - * Fix sim and DM90x0 compilation errors introduced in 0.3.4 - * Fixed errors in C5471 configuration files for examples/uip - * Modified DHCPC (netutils/dhcpc) so that it should work in environments where - there are more than one DHCPD server. - * NSH ifconfig command now shows uIP status was well (examples/nsh) + * Changes for use with SDCC compiler + * Added a simulated z80 target + * Fix deadlock errors when using stdio but with no buffering + * Add support for Pascal P-Code interpreter
    @@ -721,12 +749,7 @@ Other memory:
      -0.3.6 2007-xx-xx Gregory Nutt - - * Changes for use with SDCC compiler - * Added a simulated z80 target - * Fix deadlock errors when using stdio but with no buffering - * Add support for Pascal P-Code interpreter +0.3.7 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
    diff --git a/ReleaseNotes b/ReleaseNotes index 59adccb62d..1b71c137d4 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -1,12 +1,20 @@ -nuttx-0.3.5 +nuttx-0.3.6 ^^^^^^^^^^^ -This is the 17th release of NuttX this release is primarily a bug-fix -release and intended to synchronize with the current CVS contents. See -the ChangeLog for a detailed list of changes and fixes. +This is the 18th release of NuttX. This release contains on a few +changes. The primary purpose of this release is to synchronize with +the release of the pascal-0.1.0 add-on package. -This release were verified only on the Spectrum Digital C5471 EVM using -the C5471 Ethernet driver. Any feedback about bugs or suggestions for -improvement would be greatly appreciated. +This release of NuttX includes the following changes: -This tarball contains a complete CVS snapshot from December 18, 2007. +* Fixes for use with SDCC compiler +* Added a simulated z80 target (arch/z80) +* Fix deadlock errors when using stdio but with no buffering +* Add support for the add-on Pascal P-Code interpreter (pcode/) + (see the pascal-0.1.0 package) + +This release were verified only on the simulated Z80 and and host +simulation targets. As usual, any feedback about bugs or suggestions +for improvement would be greatly appreciated. + +This tarball contains a complete CVS snapshot from January 6, 2007.