diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 52cc244cbf5..bcfcf34f1b0 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -180,7 +180,7 @@

- The sixth release of NuttX (nuttx-0.2.3) is available for download + The seventh release of NuttX (nuttx-0.2.4) is available for download from the SourceForge website.

@@ -472,9 +472,18 @@ Other memory: pthread_join. In the failure condition, memory was being deallocated while still in use. -0.2.4 2007-xx-xx Gregory Nutt +0.2.4 2007-04-28 Gregory Nutt * Verfied c5471 build under Cygwin on WinXP + * Makesystem changes to better support different SoCs. + * Made arch/c5471/include and arch/dm320/include identical in + preparation for merging into arch/arm + * Logic from arch/c5471 and arch/dm320 combined into arch/arm. + arch/c5471 and arch/dm320 are deprecated and will be removed + when the new c5471 and dm320 logic is verified. + +0.2.5 2007-xx-xx Gregory Nutt + * Started m68322