summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-20 16:24:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-20 16:24:43 +0000
commitac7b59ea594acf716c06afaeb70fd84ae57e5750 (patch)
tree81d0c0a2692c4455a2c4df677896fa7ebc5f8841 /nuttx/ReleaseNotes
parent1ad2ebcc1b40ae32deaad616cec9f4255e6f7ace (diff)
downloadnuttx-ac7b59ea594acf716c06afaeb70fd84ae57e5750.tar.gz
nuttx-ac7b59ea594acf716c06afaeb70fd84ae57e5750.tar.bz2
nuttx-ac7b59ea594acf716c06afaeb70fd84ae57e5750.zip
Prep for 0.3.15nuttx-3.15
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@948 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes20
1 files changed, 20 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 84d145254..3e94ae65e 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -569,4 +569,24 @@ These changes were verified only on the Neuros OSD (ARM9). Please report any er
This tarball contains a complete CVS snapshot from September 8, 2008.
+nutt-0.3.15
+^^^^^^^^^^^
+
+This is the 27th release of NuttX. This release includes some new features:
+
+ * Adds support for the ROMFS filesystem
+ * ROMFS supports mmap() to provide eXecute In Place (XIP) capability
+ * NuttShell (NSH) can be configured to use ROMFS to provide a tiny read-only
+ filesystem with a startup script in /etc.
+ * Completed the basic port of the NXP LPC2148 on the mcu123.com board.
+ The basic port includes successful booting, timer interrupts, serial console,
+ succesfully passing the examples/ostest, and a NuttShell (NSH) configuration.
+
+These changes were verified only on the mcu123.com NXP LPC2148 board. Please report
+any errors to me.
+
+This tarball contains a complete CVS snapshot from September 20, 2008.
+
+
+