summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-18 16:59:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-18 16:59:18 -0600
commitf19e9ce57f6932d16ea25877c92e7f3bc53c8224 (patch)
treed40e9a50ca3d0261ae0d876be4be752bf1a502eb /nuttx
parent68f03d912d610b651a44352df0a9ea0ba9c5551d (diff)
downloadpx4-nuttx-f19e9ce57f6932d16ea25877c92e7f3bc53c8224.tar.gz
px4-nuttx-f19e9ce57f6932d16ea25877c92e7f3bc53c8224.tar.bz2
px4-nuttx-f19e9ce57f6932d16ea25877c92e7f3bc53c8224.zip
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f68dd9b34..a666e4e5a 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).
+