summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-09 08:37:28 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-09 08:37:28 -0600
commit118a4ae5e01462bc802c87d42f0d054408617c79 (patch)
tree2fefaa43b6d4ed5692489fe91aa4bfa063a503be
parentee202f14fc65d6ddac7b3f31756209accbdf86b1 (diff)
downloadpx4-nuttx-118a4ae5e01462bc802c87d42f0d054408617c79.tar.gz
px4-nuttx-118a4ae5e01462bc802c87d42f0d054408617c79.tar.bz2
px4-nuttx-118a4ae5e01462bc802c87d42f0d054408617c79.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f7e99fbe7..923525315 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9685,3 +9685,13 @@
option enables a low-level, write-only console device at /dev/console
(similar to the low-level UART console device). From Pierre-noel
Bouteville (2015-02-08).
+ * net/utils: Clean up and consolidate some clunky stuff in ARP and
+ ICMPv6 time waiting logic by adding new net_timedwait() function
+ (2015-4-09).
+ * arch/arm/src/stm32/stm32_eth.c: Add logic so that STM32 Ethernet
+ driver can avoid interrupt level processing and, instead, execute on
+ the work thread (2015-4-09).
+ * configs/stm32f4discovery/netnsh and ipv6: Convert all STM32F4-
+ Discovery configurations (with base board) to configure the Ethernet
+ driver to use the work queue (vs. interrupt level processing)
+ (2015-4-09).