summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-28 22:12:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-02-28 22:12:29 +0000
commita72f4947f7a0996e252700d5ce47039f8ad92b80 (patch)
treeb8684324c34aa90c40455880a204d0ea76a023c6 /nuttx/ChangeLog
parentfe6371a8d313d18f5dd1fc4151a8f1a3b040a7cd (diff)
downloadpx4-nuttx-a72f4947f7a0996e252700d5ce47039f8ad92b80.tar.gz
px4-nuttx-a72f4947f7a0996e252700d5ce47039f8ad92b80.tar.bz2
px4-nuttx-a72f4947f7a0996e252700d5ce47039f8ad92b80.zip
prep for 0.4.2 releasenuttx-4.2
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1542 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 c99da7dba..768868c77 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -611,7 +611,7 @@
-- see the TODO.txt list for details)
* Fix problems with Z16F and eZ80 compilation introduced with recent changes.
-0.4.2 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.4.2 2009-02-28 Gregory Nutt <spudmonkey@racsa.co.cr>
* M16C: Add support for the Renesas M16C MCU and the SKP16C26 StarterKit. However,
the target cannot be built because the GNU m16c-elf-ld link fails with
@@ -636,6 +636,8 @@
divisor, the system timer divisor, and the EMAC poll timer.
* ez80Acclaim!: Fixed GPIO pin configuration get serial output
* ez80Acclaim!: Correct stack overflow in ostest example configuration
+ * ez80Acclaim!: Fixed restoration of interrupts state on interrupt level context swith.
+0.4.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>