summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-09 11:31:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-09 11:31:51 -0600
commitad2ef8b6c5adecd8d4da6e2cd6666e54ddc0d7ad (patch)
tree9865f14ea582fa6e5b7fd1156423984c51c87d5f /nuttx/ChangeLog
parent3b3948018b1a37c1be21f25b84e5ce4049897b7a (diff)
downloadnuttx-ad2ef8b6c5adecd8d4da6e2cd6666e54ddc0d7ad.tar.gz
nuttx-ad2ef8b6c5adecd8d4da6e2cd6666e54ddc0d7ad.tar.bz2
nuttx-ad2ef8b6c5adecd8d4da6e2cd6666e54ddc0d7ad.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e400c4ac5..3fd6d97f8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7693,4 +7693,10 @@
(2014-7-9)
* drivers/input/mxt.c: Use i2c_reset() if it thinks that the bus
might by hung (2014-7-9).
-
+ * arch/arm/src/sama5/sam_pio.c/.h: Add a new interface
+ sam_pio_forceclk() that can be used to force PIO clocking on. I am
+ afraid I was too conservative with PIO clocking in the initial design;
+ this is the price (2014-7-9).
+ * arch/arm/src/sama5/sam_twi.c: Use sam_pio_forceclk() so that we can
+ read the current state of an open-drain output in the TWI reset logic
+ (2014-7-9).