From 48a75fc762534d5244f6b715c8118268057525f7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 24 Sep 2014 09:28:59 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5ece421b53..c3d28248fb 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8666,3 +8666,6 @@ include/nuttx/mm (2014-9-24). * arch/arm/src/stm32/stm32_can.c: STM32 CAN correction suggested by Max Holtzberg (2014-9-24). + * arch/arm/src/armv7-a/addrenv.h, arm_addrenv_shm.c, + arm_addrenv_utils.c, and pgalloc.h: This completes the implementation + of shared memory support for the Cortex-A platforms (2014-9-24).