summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-05 15:34:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-05 15:34:31 +0000
commitc6e53bd8dbb315256ec184f00cd2f0cd3c5846b2 (patch)
tree6a75bf0142b1898ace437332c93236cabc85b501 /nuttx/ReleaseNotes
parent0ea25727210045096a47047612496eaaccb04954 (diff)
downloadpx4-nuttx-c6e53bd8dbb315256ec184f00cd2f0cd3c5846b2.tar.gz
px4-nuttx-c6e53bd8dbb315256ec184f00cd2f0cd3c5846b2.tar.bz2
px4-nuttx-c6e53bd8dbb315256ec184f00cd2f0cd3c5846b2.zip
Prep for 5.6 releasenuttx-5.6
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2727 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes26
1 files changed, 26 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 5e1692cf3..3ee34a588 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1254,3 +1254,29 @@ new drivers and some important bugfixes:
* Corrected an important UDP reference counting error. It was not a serious
error, but it trigger an assertion was IS a serious error.
+
+nuttx-5.6
+^^^^^^^^^
+
+This is the 53rd release of NuttX. This release includes one several new drivers
+for existing NuttX ports:
+
+ * This port adds support for the RiT displays P14201 4-bpp, greyscale OLED.
+ 4-bpp greyscale support was integrated into the NX graphics sub-system and
+ verified using the TI/Luminary LP3S6965 Ethernet Evaluation Kit.
+
+ * The MP25Px driver was extended for the M24P1 FLASH part (see NOTE).
+
+ * An I2C driver and (basic) SPI driver were added for the NXP LPC313x port.
+ The I2C interface definition was extended to efficiently handle multiple I2C
+ transfers (See NOTE).
+
+ NOTE: Contributed by David Hewson.
+
+As well as a few, important USB-related bugfixes (See the ChangeLog for details).
+
+This release also includes the beginnings of a port for the NXP LPC1768 MCU. However,
+it is too early for that port to be useful (stay tuned for a future announce of the
+availability of the LPC1768 port).
+
+