summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-09 17:22:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-03-09 17:22:55 +0000
commit13135dc63a89640cf0feac24617e9c401badfbf4 (patch)
tree3b884630ff91504135bf160be948a15bcb47927a /nuttx/ReleaseNotes
parentcb4bc1a2f49306879ecee08f0644300f0037d92c (diff)
downloadpx4-nuttx-13135dc63a89640cf0feac24617e9c401badfbf4.tar.gz
px4-nuttx-13135dc63a89640cf0feac24617e9c401badfbf4.tar.bz2
px4-nuttx-13135dc63a89640cf0feac24617e9c401badfbf4.zip
Finished C5471 Integrationnuttx-1.0
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@48 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes12
1 files changed, 12 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
new file mode 100644
index 000000000..9dec8b03e
--- /dev/null
+++ b/nuttx/ReleaseNotes
@@ -0,0 +1,12 @@
+Nuttx-0.1.0
+^^^^^^^^^^^
+
+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 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.
+
+This tarball contains a complete CVS snapshot from March 9,2007.