summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-16 08:38:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-16 08:38:18 -0600
commit7a918737726e7542169bd4177fc6416df1f7e695 (patch)
treeee43e01843610b6657d39e3959b51999fa64c379
parent4421b7e8c66af9dee026bf3ad91632f3e42a937f (diff)
downloadnuttx-7a918737726e7542169bd4177fc6416df1f7e695.tar.gz
nuttx-7a918737726e7542169bd4177fc6416df1f7e695.tar.bz2
nuttx-7a918737726e7542169bd4177fc6416df1f7e695.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c22c9d9e8..38d9770eb 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8126,3 +8126,8 @@
tzfile.h were removed and incorporated into lib_localtime.c. All
conditional compilation within lib_localtime.c that unconditionally
evaluated to FALSE was removed (2014-8-15).
+ * drivers/net/Kconfig and include/nuttx/arch.h: Standardize a PHY
+ interrupt attachment interface (2014-8-16).
+ * configs/Kconfig, sama5d3-xplained, sama5d3x-ek, and sama5d4-ek:
+ Convert existing board specific PHY interrupt interfaces to use newly
+ defined standard interface (2014-8-16).