From a22adcf74d9361c41a9efd8980b7b001f6ebe701 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 16 Apr 2015 08:14:42 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index ed9a505ec..461c05db0 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1276,3 +1276,5 @@ returned value which will always be -1 (2015-04-16). * apps/examples: Correct use of the BOARDIOC_GRAPHICS_SETUP boardctl() call (2015-04-16). + * apps/examples/ltdc: Add testing support for the STM32 LTDC's 2D + DMA. From Marco Krahl (2015-04-16).