aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorinmarket <inmarket@ugfx.org>2016-12-12 20:01:27 +1000
committerinmarket <inmarket@ugfx.org>2016-12-12 20:01:27 +1000
commitf495b49f53e3286c1dfa5e5d00aecd1048ebccbe (patch)
treeeee00d76362b790133c87ca59ad7fa38be127b07 /docs
parentbc7a2b05c1e3e69c93a1381a343d32e18907c782 (diff)
downloaduGFX-f495b49f53e3286c1dfa5e5d00aecd1048ebccbe.tar.gz
uGFX-f495b49f53e3286c1dfa5e5d00aecd1048ebccbe.tar.bz2
uGFX-f495b49f53e3286c1dfa5e5d00aecd1048ebccbe.zip
Update the Raw32 heap allocator to remove a memory merging bug.
The new code has less allocation overhead but memory blocks are now not tracked while allocated.
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.txt b/docs/changelog.txt
index 7334298b..83cd761b 100644
--- a/docs/changelog.txt
+++ b/docs/changelog.txt
@@ -29,6 +29,8 @@ FEATURE: Added the ability to display the detected compiler
FIX: Fixed an illegal instruction in the Cortex M0 task switcher
FEATURE: Added RAW32 task switching functions which work with ARMCC (the compiler used by Keil) for Cortex M0,M1,M3,M4 and M7
FEATURE: Added gdispGDrawThickArc()
+FIX: Fix a memory merging issue with the RAW32 memory allocator
+FIX: Update RAW32 CLIB threads support for more recent versions of the MINGW compiler
*** Release 2.6 ***