summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-15 08:32:54 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-15 08:32:54 -0600
commit77584d83c684ff6a6ee2b1c334fdb67400aa405e (patch)
tree5865a67014e4f1e29360be67ac89428df649fa06 /nuttx/ChangeLog
parentff56e87a3cf97e11fc5e30f84e0d8ae157e5f86b (diff)
downloadnuttx-77584d83c684ff6a6ee2b1c334fdb67400aa405e.tar.gz
nuttx-77584d83c684ff6a6ee2b1c334fdb67400aa405e.tar.bz2
nuttx-77584d83c684ff6a6ee2b1c334fdb67400aa405e.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1b3e0ddc3..e7f74c7c1 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8974,3 +8974,11 @@
* net/Kconfig arp/Make.defs, arp_send.c, and drivers/net/slip.c: ARP:
Add support for the case where there are multiple networks: One being
Ethernet and the other not. Suggested by Brennan Ashton (2014-11-14).
+ * net/Kconfig, netdev/netdev_register.c, arp/arp_send.c,
+ include/nuttx/net/net.h, netdev.h and several network drivers in arch/
+ and drivers/: Add a parameter to netdev_register() to indicate the
+ link protocol supported by the driver. Use this value to replace some
+ logic commited yesterday (2014-11-15).
+ * configs/stm32f4discovery/netnsh/defconfig: Needs to set MAC address
+ (2014-11-15).
+