aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2017-10-02 11:26:54 +1000
committerinmarket <andrewh@inmarket.com.au>2017-10-02 11:26:54 +1000
commit8bf95a11284974df0d9ea5dd653367e73a175fc3 (patch)
treebc9170f067cbf238bd29be2eb9636c8214014c01 /changelog.txt
parent989b12608f4ca5ebcd8f1abefdb655c603aafc96 (diff)
downloaduGFX-8bf95a11284974df0d9ea5dd653367e73a175fc3.tar.gz
uGFX-8bf95a11284974df0d9ea5dd653367e73a175fc3.tar.bz2
uGFX-8bf95a11284974df0d9ea5dd653367e73a175fc3.zip
Add cache flushing to the ChibiOS FATFS/PETITFS block routines. Required for STM32F7. This should really be in the ChibiOS DMA routines.
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 882e3cb4..e3721a80 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -61,6 +61,7 @@ FEATURE: Added the new color GFXTRANSPARENT - only available for RGB888 pixel fo
NOTE: Alpha support in RGB888 requies an alpha capable display (STM32LTDC 2nd display only currently)
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.
*** Release 2.7 ***