summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnuttx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0eaf460d3..0ef0816d2 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).