Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-02-09 15:30:09 -06:00
parent 96589ad16a
commit 3080ed6549

View File

@ -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).