summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--nuttx/ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2edeef196..7fa567aa7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -462,7 +462,7 @@
* Fixed another FAT bug in implementation of FAT lseek; this prohibit correct
random access to large files.
-0.3.15 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.3.15 2008-09-20 Gregory Nutt <spudmonkey@racsa.co.cr>
* Added support for ROMFS filesystem.
* Added a simple test the ROMFS filesystem (examples/romfs)
* NSH: Use ROMFS to provide an option for a start-up script at /etc/init.d/rcS
@@ -474,9 +474,11 @@
* Add mmap() API with restricted capability (only for XIP support)
* Extend ROMFS test at /examples/romfs to verify mmap() and XIP support.
* Add support for Intel Hex format output using objcopy
- * Complete the basic port of the NXP LPC2148 on the mcu123.com board.
- The basic port includes successful booting, serial console and succesfully
- passing the examples/ostest.
+ * 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.
* ARM architectures now support drivers/lowconsole.c
+0.3.16 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+