summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-03-09 15:11:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-03-09 15:11:51 +0000
commitde0affae842e70756489424f18ce5ab1d53786d9 (patch)
tree5217ffda97d25fe829f79a86b3205c77683bdb50 /nuttx/ChangeLog
parent60dce7a45a4b04e92d40388f215dc976f89247a9 (diff)
downloadnuttx-de0affae842e70756489424f18ce5ab1d53786d9.tar.gz
nuttx-de0affae842e70756489424f18ce5ab1d53786d9.tar.bz2
nuttx-de0affae842e70756489424f18ce5ab1d53786d9.zip
Prep for 0.3.9 releasenuttx-3.9
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@728 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 86566dca9..aa4653647 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -334,7 +334,7 @@
* Added a generic CAN driver. This driver is untested as of this writing.
* Corrected DM320 UART configuration problem
-0.3.9 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.3.9 2008-03-09 Gregory Nutt <spudmonkey@racsa.co.cr>
* Began adding support for the ZiLOG Z8Encore! microcontroller for the Z8Encore000ZCO
development board and the Z8F6403 part.
@@ -345,6 +345,8 @@
Per patch from Jacques Pelletier.
* In all shell scripts, change #!/bin/sh to #!/bin/bash to resolve problems in
Ubuntu where /bin/sh is a link to dash.
+ * Z8Encore! port verified on ZDS-II instruction set/chip simulator.
+0.3.10 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>