From 3080ed6549c26d0c7dac7a5316d8bd8d294fcf28 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 9 Feb 2015 15:30:09 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0eaf460d35..0ef0816d24 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9702,3 +9702,12 @@ matching and IPv6 in the SAMA5D4 Ethernet driver (2015-02-09). * configs/sama5d4-ek/ipv6: Add a configuration for testing IPv6 with the SAMA5D4-EK (2015-02-09). + * arch/arm/src/armv7-a/arm_doirq.c: ARMv7-A interrupt handler should not + automatically re-enable interrupts on interrupt return. That + interferes with the driver's ability to manage interrupts (2015-02-09). + * arch/arm/src/sama5/sam_emacb.c: Add support for CONFIG_NET_NOTINTS in + the SAMA5D4 Ethernet driver so that the driver can operate from the + work queue thread instead of doing everything from the interrupt level + (2015-02-09). + * SAMA5D4-EK: CONFIG_NET_NOINTS is now enabled in the nsh and ipv6 + configurations (2015-02-09).