summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-12 17:57:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-12 17:57:31 +0000
commitf8af550c7d1f860440060e553b36da103c6b759c (patch)
treeffebf0d3a8c0bb76db51e879025a38e113efdd55 /nuttx/ReleaseNotes
parentf6e415d0f9b52eba04a54e57893c0e3a99a6ad5f (diff)
downloadnuttx-f8af550c7d1f860440060e553b36da103c6b759c.tar.gz
nuttx-f8af550c7d1f860440060e553b36da103c6b759c.tar.bz2
nuttx-f8af550c7d1f860440060e553b36da103c6b759c.zip
Prep for release 6.20nuttx-6.20
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4937 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes65
1 files changed, 64 insertions, 1 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 755b4520b..8c6ae0ccb 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -2897,7 +2897,7 @@ Additional new features and extended functionality:
* Drivers: SSD1289 LCD driver, MIO283QT2 LCD driver
- * LM3S: Additiona; register definition header files (contributed by Max
+ * LM3S: Additional register definition header files (contributed by Max
Neklyudov).
* STM32 Boards: The STM32F4Discovery will now support an SSD1289 LCD,
@@ -2936,3 +2936,66 @@ Bugfixes (see the change log for details) :
* Graphics: Keyboard input, fill trapezoid bug
As well as other, less critical bugs (see the ChangeLog for details)
+
+NuttX-6.20
+^^^^^^^^^^
+
+The 87th release of NuttX, Version 6.20, was made on July 12, 2012,
+and is available for download from the SourceForge website. Note
+that release consists of two tarballs: nuttx-6.20.tar.gz and
+apps-6.20.tar.gz. Both may be needed (see the top-level nuttx/README.txt
+file for build information).
+
+This release corresponds with SVN release number: r4937
+
+Additional new features and extended functionality:
+
+ * Power Management: An evolving power management example is being
+ created by Diego Sanchez. This effort currently involves on the
+ STM32 F1 but clearly demonstrates the NuttX power management
+ system which will automatically drive the system to lower power
+ usage states due to lack of use.
+
+ * Drivers: Added a driver for the SST 25 SPI-based FLASH parts.
+
+ * PIC32: Added support for the PIC32MX1 and PIC32MX2 families.
+ Added support for the microchipOpen and Pinguino toolchains.
+
+ * NXP LPC43XX: Added support for the entire LPC43xx family
+
+ * PIC32 boards: Added support for the DTX1-4000L "Mirtoo" module
+ from http://www.dimitech.com/ (PIC32MX2).
+
+ * NXP LPC43XX Boards: Added support for NGX LPC4330-Xplorer board.
+
+ * NXP LPC17XX Boards: Added support for Micromint Lincoln60 board
+ (LPC1769).
+
+ * LM3S Boards: Add a configuration to support the TI/Stellaris
+ EKK-LM3S3B96 development board. Contributed by Jose Pablo Rojas V.
+
+ * Library: NuttX now supports platform-specific stdarg.h header
+ files.
+
+Work in progress. This release includes some partially completed
+work that is still not ready for prime time.
+
+ * Automated Configuration. Automated configuration based on the
+ kconfig-frontends tool is being incorporated into the build
+ system. The configuration is still not complete enough for
+ general use in this release.
+
+ * STM32 Drivers. Added files that will (eventually) hold an STM32
+ OTG FS host driver. This is still a work in progress.
+
+Bugfixes (see the change log for details) :
+
+ * PIC32: GPIO output configuration (critical bug)
+ * STM32: Typos in pin mapping files.
+ * LM3S: Fixed an optimization related but that caused slow start-up
+ times if optimization was disabled.
+ * Library: Fixed signed extension but in all limit.h files
+ (reported by Lorenz Meier). inet_ntoa compilation failure
+ on Z80.
+
+As well as other, less critical bugs (see the ChangeLog for details)