From 7ef1fa156ce26ddc1410be9e5deb22531c3eed02 Mon Sep 17 00:00:00 2001 From: inmarket Date: Mon, 2 Oct 2017 13:27:10 +1000 Subject: Fix the STM32LTDC driver DMA2D accelerated bitblit on STM32F7 platforms. --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'changelog.txt') diff --git a/changelog.txt b/changelog.txt index e3721a80..3497a68e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -62,7 +62,7 @@ NOTE: Alpha support in RGB888 requies an alpha capable display (STM32LTDC 2nd d NOTE: Alpha support in RGB888 is NOT the standard ARGB8888 format. Only use AHTML2COLOR() and ARGB2COLOR() to create alpha colors. FEATURE: Added nullpointer checks to GDISP image functions (with new error code GDISP_IMAGE_ERR_NULLPOINTER) FIX: Add cache flushing to the ChibiOS FATFS/PETITFS block drivers. Needed for STM32F7 chips. This should really be in the ChibiOS DMA routines. - +FIX: Add cache flushing to enable DMA2D accelerated bitblits in the STM32LTDC driver on the STM32F7 cpu. *** Release 2.7 *** FEATURE: Added EXC7200 driver -- cgit v1.2.3