From f495b49f53e3286c1dfa5e5d00aecd1048ebccbe Mon Sep 17 00:00:00 2001 From: inmarket Date: Mon, 12 Dec 2016 20:01:27 +1000 Subject: 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. --- docs/changelog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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 *** -- cgit v1.2.3