summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-09 09:54:23 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-09 09:54:23 -0600
commit00e17d0301fae6cd3d5b7c4a280607cb98400df5 (patch)
treedfca61ed4433ac6cf9f81c108456a887821f34cd /nuttx/ChangeLog
parent92528f9a1a907d5dff8feb5cf101ade7c6c268e9 (diff)
downloadnuttx-00e17d0301fae6cd3d5b7c4a280607cb98400df5.tar.gz
nuttx-00e17d0301fae6cd3d5b7c4a280607cb98400df5.tar.bz2
nuttx-00e17d0301fae6cd3d5b7c4a280607cb98400df5.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 594bc9225..e400c4ac5 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7687,5 +7687,10 @@
NOR, but needs to work a little differently in this case (2014-7-7).
* arch/arm/src/sama5/sam_lcd.c and chip/sam_lcdc.h: Adapt the SAMA5D3
LCDC driver to work with the SAMA5D4 which has no hardware cursor
- (2014-7-7).
+ (2014-7-8).
* configs/sama5d4-ek: Add options to support an LCD (2014-7-7).
+ * arch/arm/src/sama5/sam_twi.c: Now support the up_i2creset() method
+ (2014-7-9)
+ * drivers/input/mxt.c: Use i2c_reset() if it thinks that the bus
+ might by hung (2014-7-9).
+