summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-09 15:30:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-09 15:30:09 -0600
commit90a63664425e57c628d18e4ea71ccc6138c23948 (patch)
tree0e41f44b6b7118fcf3a9ab36f14d7d2bd6b2b963 /nuttx/ChangeLog
parent1ed796166143633120048c7743f6cb8a991c2c0e (diff)
downloadpx4-nuttx-90a63664425e57c628d18e4ea71ccc6138c23948.tar.gz
px4-nuttx-90a63664425e57c628d18e4ea71ccc6138c23948.tar.bz2
px4-nuttx-90a63664425e57c628d18e4ea71ccc6138c23948.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-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).