From 74ade3701812914c647f36206e1bb7fddaeea935 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 28 Apr 2007 22:38:28 +0000 Subject: [PATCH] Updated for 0.2.4 release git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@192 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 52cc244cbf..bcfcf34f1b 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