summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-10 11:13:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-10 11:13:59 -0600
commit083df51e2de94a3227cf9e8499d89a50931e83e5 (patch)
tree7160709f78ad10504c65344be6bea2009c511ed2
parenta8b9ffdf7db0525173cc5f70770e22244ab4b9cd (diff)
downloadnuttx-083df51e2de94a3227cf9e8499d89a50931e83e5.tar.gz
nuttx-083df51e2de94a3227cf9e8499d89a50931e83e5.tar.bz2
nuttx-083df51e2de94a3227cf9e8499d89a50931e83e5.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a3503e405..bc31a94a0 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9736,3 +9736,8 @@
chains must be more than zero is UDP read-ahead is enabled (2015-02-10).
* net/tcp/tcp_conn.c and udp/udp_conn.c: Fix several build errors/warning
with IPv4 + IPv6 + multiple networks are enabled (2015-02-10).
+ * arch/arm/src/sam34/sam_emac.c: SAM4 Ethernet driver bow supports
+ operation using the high priority work queue so that packet processing
+ can occur outside of interrupt level processing (2015-02-10).
+ * SAM4E-EK: The nsh configuration now configures the Ethernet driver
+ for execution on the HP work thread (2015-02-10).