From 9e2702fa52e5e09532db420fb2c524ce20adf25c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 10 Feb 2015 11:13:59 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index a3503e4059..bc31a94a01 100755 --- a/ChangeLog +++ b/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).