From 61d4d0ebbb4a90d5ecede71bf4b074743a53dbbd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 29 May 2015 12:11:14 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 003a8ca2d..6f305adac 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1297,3 +1297,6 @@ * apps/examples/elf: Add configuration options to support building the hello++4 example that depends upon having uClibc++ available. From Leo aloe3132 (2015-05-29). + * apps/platform/stm32f4discovery: Move up_cxxinitialize from + nuttx/configs/stm32f4discovery/src to apps/platform/stm32f4discovery + where it belongs (2015-05-29).