summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-17 09:53:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-17 09:53:43 -0600
commit29cd2f3d4131c0aca01db339477a920b838b73bc (patch)
tree252b82278913aebc191231d679c90a805fa44a36 /nuttx
parent45ae398fe34e373700a02e08c0f779e572862525 (diff)
downloadpx4-nuttx-29cd2f3d4131c0aca01db339477a920b838b73bc.tar.gz
px4-nuttx-29cd2f3d4131c0aca01db339477a920b838b73bc.tar.bz2
px4-nuttx-29cd2f3d4131c0aca01db339477a920b838b73bc.zip
Update ChangeLogs
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 21a3424ad..a03de8d6b 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8149,3 +8149,5 @@
* arch/arm/src/sama5/sam_emaca.c, sam_emacb.c, and sam_gmac.c: Implement
all network ioctls, including the new ioctl to setup PHY event
notifications (2014-8-16).
+ * include/net/if.h: Add some helper macros to make the code that uses
+ the ioctls a little more compact (2014-8-17).