From 8cf9150b158ba32c1c014935eec4b4dffe481c4b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 18 Jan 2015 16:59:18 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index f68dd9b349..a666e4e5a4 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9462,3 +9462,7 @@ address for the selected socket IP domain (2015-01-17). * Networking: Final detangling off IPv4 and IPv6 TCP/UDP send logic. The etworking subsystem now compiles with IPv6 enabled (2015-01-18). + * arch/arm/src/tiva/tm4c_ethernet.c: When calling into the stack + from the worker thread, it is necessary to have the stack locked + (2015-01-18). +