aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.txt
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@embedded.pro>2017-10-28 15:28:31 +0200
committerJoel Bodenmann <joel@embedded.pro>2017-10-28 15:28:31 +0200
commita5c1e29d21d740360e7a15617f51b542c8947988 (patch)
treee2e345166bfe72892f7dcf732b1ad64650ee463b /changelog.txt
parent025bc66666401f1a1a9f16ecddf5655141d11839 (diff)
downloaduGFX-a5c1e29d21d740360e7a15617f51b542c8947988.tar.gz
uGFX-a5c1e29d21d740360e7a15617f51b542c8947988.tar.bz2
uGFX-a5c1e29d21d740360e7a15617f51b542c8947988.zip
Improving STM32F746G-Discovery board files
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 ee504df8..ef320e4c 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -64,6 +64,7 @@ FEATURE: Added nullpointer checks to GDISP image functions (with new error co
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.
+FIX: Improved STM32F746G-Discovery board support.
*** Release 2.7 ***