From c4674b2e4a8fba675aebdfcd814e25f11a36e6a0 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 7 Jul 2014 14:17:40 -0600 Subject: [PATCH] Updata ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7ca25c313e2..18bd41fd2c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7674,3 +7674,8 @@ From Max Nekludov (2014-7-7) * SAMA5D3/4 I2C: Test for read or write operation was reversed. How could this have worked before? (2014-7-7). + * SAMA5D3/4 PIO Interrupts: Correct a typo in + arch/arm/src/sama5/sam_pio.h that could disable PIO interrupt support + if only PIOE interrupts were enabled (2014-7-7). + * SAMA5D4 PIO Interrupts: Macro SAM_PION_VBASE is not defined for the + SAMA5D4 and must be replaced with a table lookup (2014-7-7).