aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.txt
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2017-10-28 11:58:02 +0200
committerJoel Bodenmann <joel@embedded.pro>2017-10-28 11:58:02 +0200
commit025bc66666401f1a1a9f16ecddf5655141d11839 (patch)
treea9077104e030aa31f9bf62f9d62fbefd9d05865d /changelog.txt
parent2a249e6140307c1cfaa1ce6f7775caf3f7be4b79 (diff)
downloaduGFX-025bc66666401f1a1a9f16ecddf5655141d11839.tar.gz
uGFX-025bc66666401f1a1a9f16ecddf5655141d11839.tar.bz2
uGFX-025bc66666401f1a1a9f16ecddf5655141d11839.zip
STM32F469i-Discovery board files
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 3497a68e..ee504df8 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -63,6 +63,8 @@ NOTE: Alpha support in RGB888 is NOT the standard ARGB8888 format. Only use AHT
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.
+FIX: Improved STM32F469i-Discovery board support.
+
*** Release 2.7 ***
FEATURE: Added EXC7200 driver