summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-23 16:52:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-23 16:52:10 -0600
commit5c59b8324c722c5466afa339ea6310ce8eee0496 (patch)
tree55d777c85161bb9eb3b9e397b3a2f2e58d28af7d
parent53d0b50e5373c072d2bf4c4b4e03f4d9bc9dda47 (diff)
downloadnuttx-5c59b8324c722c5466afa339ea6310ce8eee0496.tar.gz
nuttx-5c59b8324c722c5466afa339ea6310ce8eee0496.tar.bz2
nuttx-5c59b8324c722c5466afa339ea6310ce8eee0496.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 921cbf721..5866582e4 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9052,3 +9052,7 @@
netdev_txnotify.c which, in turn, for changes to arp/arp_send.c,
icmp/icmp_ping.c, socket/net_sendfile.c, recvfrom.c, sendto.c,
tcp/tcp_send_buffered.c, and tcp_send_unbuffered.c (2014-11-23).
+ * arch/arm/src/kl/chip/kl_i2c.h: "I2C header file for the Freescale KL
+ family. From Alan Carvalho de Assis (2014-11-23).
+ * include/nuttx/fs/fs.h: Fix typo in confiditional compilation. From
+ Alan Carvalho de Assis (2014-11-23).