summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-19 21:33:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-19 21:33:11 +0000
commitb9a5d949c91f2732e72b393b4a261091804c7da7 (patch)
treea016889450f3962073cc0692fbc0aaaf3e38e212 /nuttx/ReleaseNotes
parentaae0c1e888d173b7a850a3e0023b8c352f657f62 (diff)
downloadpx4-nuttx-b9a5d949c91f2732e72b393b4a261091804c7da7.tar.gz
px4-nuttx-b9a5d949c91f2732e72b393b4a261091804c7da7.tar.bz2
px4-nuttx-b9a5d949c91f2732e72b393b4a261091804c7da7.zip
Prep for 6.8 releasenuttx-6.8
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3899 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes31
1 files changed, 31 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 40f9ce65d..3300a2e82 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -2054,3 +2054,34 @@ information). Changes in this release are summarized below:
handling fixed. FAT directory allocation and initialization bug.
STM32 SDIO DMA race condition bug. eZ80 UART1 serial driver errors
(Paul Osmialowski)
+
+nuttx-6.8
+^^^^^^^^^
+
+The 75th release of NuttX, Version 6.8, was made on August 19, 2011 and is
+available for download from the SourceForge website. Note that release
+consists of two tarballs: nuttx-6.8.tar.gz and apps-6.8.tar.gz. Both
+may be needed (see the top-level nuttx/README.txt file for build
+information). Changes in this release are summarized below:
+
+ * NuttX has been ported to run on the FreeScale Cortex-M4 "Kinetis" boards.
+ Two board ports are available for (1) the Kinetis KwikStik-K40 and
+ (2) the Kinetis TWR-K60N512 tower.
+
+ * Support for RGMP 0.3. This version of RGMP now runs on the OMAP4430 (arm)
+ pandaboard
+
+ * LPC17xx CAN driver extended to support both CAN1 and CAN2 (submitted by
+ Li Zhuoy (Lzzy))
+
+ * Fixed several critical bugs related to signal handling initialization and
+ for signals the wake up tasks that are waiting to send or receive message
+ queues.Both are important. (submitted by hkwilton).
+
+ * drivers/can.c: Fixed a semaphore overflow problem in the CAN driver
+ (reported by Li Zhouy (Lzzy)).
+
+ * Added a new ADC driver infrastructure and TI ADS1255 driver both
+ developed and submitted by Li Zhouy (Lzzy)).
+
+See the change log for additional changes included in this release.