summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-11 14:21:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-11 14:21:05 +0000
commit0ad340ca288ed7dc0ae3b682a410e13c13798d0a (patch)
tree24fab37bf69a77af993bc66c0cbe441ccb0ab30c /nuttx/ReleaseNotes
parentbe05281b7a9a6d0757b8be67eeb5a5cf314968ae (diff)
downloadpx4-nuttx-0ad340ca288ed7dc0ae3b682a410e13c13798d0a.tar.gz
px4-nuttx-0ad340ca288ed7dc0ae3b682a410e13c13798d0a.tar.bz2
px4-nuttx-0ad340ca288ed7dc0ae3b682a410e13c13798d0a.zip
Prep for 6.6 Releasenuttx-6.6
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3770 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes39
1 files changed, 39 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index d3e498611..51cf16318 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1981,3 +1981,42 @@ one of two things would need to be done:
2. Create a special version of printf that knows how to access strings that
reside in FLASH (or EEPROM).
+
+nuttx-6.6
+^^^^^^^^^
+
+The 73rd release of NuttX, Version 6.6, was made on July 11, 2011 and is
+available for download from the SourceForge website. The 6.6 release
+adds several smaller featurs but is mostly a bugfix release.
+
+Bugfixes include
+
+ * Fixed several NX Graphics bugs: Rendering fonts at >8 bits-per-pixel,
+ graphics move logic, and display artifacts that appear when a window
+ is closed.
+ * Corrections to the USB host mass storage class driver
+ * STM32 bugfixes: serial driver, GPIO interrupt handling
+ * LPC17xx: Changes for a success compilation with no console.
+ * Corrections to the Teensy AT90USB SD driver
+ * Changes for a clean compilation under the ZDS-II toolchain.
+
+Minor features:
+
+ * Add logic to extract printf strings from FLASH (but there are still printf
+ issues for that target)
+ * Added a configuration for the Sure Electronics PIC32MX board. However,
+ higher priority tasks have stopped work on that configuration.
+ * Added several new configurations for the STMicro STM3210E-EVAL board.
+ * Added support for the STM3210E-EVAL board: (1) LCD in either landscape or
+ portrait mode, and (2) interrupting buttons.
+ * Added a configuration option to use different serial ports for debug
+ and for the NSH serial console (there are some issues with CR-LF
+ expansion and character echo if NSH is not run on the console).
+ * Standardized the button press and button interrupt interfaces so that they
+ are common across all boards.
+ * Added a new graphics example that focuses on placing text on the background
+ while pop-up windows occur. Text should continue to update normally with
+ or without the popup windows present.
+ * Added ARM stack checking logic.
+
+See the ChangeLog for a detailed description of these changes.