summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-12 17:49:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-11-12 17:49:00 +0000
commit9680f958408f49a75ea7b49dade839e72937a074 (patch)
treeea3c1df71f6fe9b2f0d04f5fbd7bc84912bea688 /nuttx/ChangeLog
parentb30b365353a28dc7cc06afe13e3d1ab3f5a3b2b2 (diff)
downloadnuttx-9680f958408f49a75ea7b49dade839e72937a074.tar.gz
nuttx-9680f958408f49a75ea7b49dade839e72937a074.tar.bz2
nuttx-9680f958408f49a75ea7b49dade839e72937a074.zip
Prep for 6.11 releasenuttx-6.11
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4090 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2f83184f6..ed9670b3c 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2146,7 +2146,7 @@
supports X11 graphics, C++, and exercises graphic functions as built-in
commands.
-6.11 2011-xx-xx Gregory Nutt <gnutt@nuttx.org>
+6.11 2011-11-12 Gregory Nutt <gnutt@nuttx.org>
* arch/arm/stm32/Make.defs: Don't build stm32_rtc.c if CONFIG_RTC is not
selected. Doing so will cause errors if other configuration dependencies
@@ -2176,8 +2176,8 @@
conversion macros.
* tools/incdir.sh: Fix issues when g++ is used as the compiler. It was
not being recognized and handled properly.
- * graphics/nxsu/nx_releasebkgdg.c: Fix a bad cast that was causing
- problems with the backgournd window was released.
+ * graphics/nxsu/nx_releasebkgd.c: Fix a bad cast that was causing
+ problems with the background window was released.
* fs/nxffs/nxffs_pack.c: Correct a critical bug in the NXFFS file system:
When repacking the filesystem, there was a missing check to see if an
inode structure would fit at the end of a block. This is a rare case
@@ -2196,5 +2196,9 @@
macros.
* arch/arm/src/common/up_createstack.c and up_usestack.c: For ARM EABI
the stack must be aligned to 8-byte boundaries. This is necessary for
- passing aligned floating point values under EABI.
+ passing aligned floating point values under EABI. Fix contributed by
+ David Sidrane.
+ * Numerous changes and fixes to the PIC32 interrupt handing logic. The
+ PIC32 port is almost complete but still not ready for prime time.
+6.12 2011-xx-xx Gregory Nutt <gnutt@nuttx.org>