summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7ee696e9c..afd7041e8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1124,7 +1124,7 @@
interfaces.
* net/net_close.c - Correct a UDP reference counting error
-5.6 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+5.6 2010-06-05 Gregory Nutt <spudmonkey@racsa.co.cr>
* drivers/lcd/p14201.c - Driver for RiT P14201 series 128x96 4-bit OLED.
* configs/lm3s6965-ek/nx - NX graphics configuration for the LM3S6965
@@ -1132,7 +1132,9 @@
* graphics/ - Numerous fixes to get the P14201 4-bpp greyscale display
working (there may still be some minor issues .. see the TODO list).
* arch/arm/include/lpc17xx and arch/arm/src/lpc17xxx - Began port for
- NXP LPC1768
+ NXP LPC1768. As of the 5.6 release, there is a complete set of
+ LPC17xx header files defining all bits in all LPC17xx registers,
+ but little else (I still do not have hardware in hand).
* drivers/mtd/m25px.c - Add support for M25P1 flash part (See NOTE)
* include/nuttx/i2c.h - Extended I2C interface definition to handle
multiple transfers (See NOTE).
@@ -1142,3 +1144,5 @@
important LPC313x USB bug fixes (See NOTE).
NOTE: Contributed by David Hewson.
+
+5.7 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>