summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-17 10:56:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-17 10:56:53 -0600
commit678fbf9231e5dbb788fb816683f567fe028bf86a (patch)
tree895217de60e2527335af6809206a0cff38fbea5e
parent517be453c81158e8613123097afa5ffc7624bde6 (diff)
downloadnuttx-678fbf9231e5dbb788fb816683f567fe028bf86a.tar.gz
nuttx-678fbf9231e5dbb788fb816683f567fe028bf86a.tar.bz2
nuttx-678fbf9231e5dbb788fb816683f567fe028bf86a.zip
Update ChangeLogs
-rw-r--r--apps/ChangeLog.txt5
-rwxr-xr-xnuttx/ChangeLog3
2 files changed, 8 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 52c3c60ab..7b12b833e 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1131,3 +1131,8 @@
* apps/examples/discover, tcpecho, webserver, xmlrpc: These examples
all set the IP address of eth1 but the netmask and gateway of eth0
if DHCP is enabled. That can't be right???? (2014-11-17).
+ * apps/examples/bridge: Add a simple UDP relay bridge for testing
+ configurations with multiple networks. Initial checkin is not
+ very usuable because it lacks a host-side test driver for the
+ bridge (2014-11-17).
+
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b48a466c0..b97b3de25 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9003,3 +9003,6 @@
CONFIG_NET_ETH_TCP_RECVWNDO and CONFIG_NET_SLIP_TCP_RECVWNDO. Add
data structures and logic to handler different TCP receive windows
when both Ethernet and SLIP are enabled (2014-11-16).
+ * configs/sama5d4-ek/bridge: Add a simple test for the dual EMACs on
+ the SAMA5D4 (2014-11-17).
+