From 72200af286d262f6b4ba1431a97e2bf2e6d92f57 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 18 Aug 2021 17:05:29 +0200 Subject: [PATCH] Update changelog.txt --- changelog.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 8138e766..7fdda575 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,7 +8,13 @@ FIX: Fixed GWIN console widget scroll FIX: A warning and adjusted is made if GDISP_IMAGE_BMP_BLIT_BUFFER_SIZE is less than 40 bytes. FIX: Prevent compiler warnings on duplicate const specifiers. FEATURE: Added support for ChibiOS 6.x kernel. -CHANGE: Refactor STM32LTDC driver to outsource hardware specifics such as clock setup to the board file. +CHANGE: STM32LTDC driver: Refactor to outsource clock setup for LTDC & DMA2D peripherals to the board file. +CHANGE: STM32LTDC driver: Remove obsolete LTDC_NO_CLOCK_INIT macro as this clock setup is now outsourced to the board file. +CHANGE: STM32LTDC driver: Automatically enable DMA cache flushing on STM32H7 platforms. +CHANGE: STM32LTDC driver: Rename ALLOW_2ND_LAYER to STM32LTDC_USE_LAYER2. +CHANGE: STM32LTDC driver: Rename LTDC_DMA_CACHE_FLUSH to STM32LTDC_DMA_CACHE_FLUSH. +CHANGE: STM32LTDC driver: Rename GDISP_LTDC_USE_RGB565 to STM32LTDC_USE_RGB565. +FEATURE: STM32LTDC driver: Support double buffering. This introduces STM32LTDC_USE_DOUBLEBUFFERING. *** Release 2.9 ***