summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-14 18:58:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-14 18:58:21 +0000
commit78cbcfd2a16c0cf3763173ce0a14d656bede0135 (patch)
tree5fd6d76721ba77adb12c7fc265befb5cf264329f /nuttx/ReleaseNotes
parent9daf318dc8fbefa6d41c739fa53baa155b31887f (diff)
downloadpx4-nuttx-78cbcfd2a16c0cf3763173ce0a14d656bede0135.tar.gz
px4-nuttx-78cbcfd2a16c0cf3763173ce0a14d656bede0135.tar.bz2
px4-nuttx-78cbcfd2a16c0cf3763173ce0a14d656bede0135.zip
Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@61 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes23
1 files changed, 15 insertions, 8 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 9dec8b03e..1ae536fb3 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1,12 +1,19 @@
-Nuttx-0.1.0
+Nuttx-0.1.1
^^^^^^^^^^^
-This is the initial. This initial includes the complete NuttX RTOS
-with support for the Linux user mode simulation and the TI TMS320C5471
-(Arm7) processor. Partial support for the 87C52 is included.
+This is the second release of NuttX. This release includes the
+following. See the ChangeLog for more detailed description of
+the changes.
-This release has been verified on both the Linux user-mode and C5471
-platforms using the test program under examples/ostest. Test results
-for the C5471 can be found in arch/c5471/doc/test-results.txt.
+(1) General OS bugfixes (see the ChangeLog for details),
+(2) bugfixes for the TI TMS320C5471 (Arm7) platform (see the
+ ChangeLog)
+(3) Complete support for the 87C52. (However, the 87C52 release
+ is not stable enough for general usage).
+(4) Added the beginning of a shell call NuttShell (nsh)
-This tarball contains a complete CVS snapshot from March 9,2007.
+This release has been verified on the Linux user-mode platform,
+the Spectrum Digital TMS320C5471 EVM, and the PJRC 87C52 development
+board using the test program under examples/ostest.
+
+This tarball contains a complete CVS snapshot from March 14, 2007.