From 55e8164c775f502f3ce5b920ebbf7cc853de5211 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 8 Sep 2014 06:24:49 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index a51f0e9698..0324ab783b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8427,3 +8427,7 @@ * arch/arm/src/sama5/sam_memories.c, sam_pgalloc.c, and sam_pgalloc.h: In kernel build with address environment, need logic to map user virtual addresses to physical addresses, and vice versa (2104-9-7). + * SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK + definitions to board.h header file. From Fabien Comte (2014-9-8). + * Several pthread interfaces: A ddconst storage class to to phthread + parameters. From Freddie Chopin (2014-9-8).