diff options
author | Joel Bodenmann <joel@embedded.pro> | 2016-12-11 17:58:13 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@embedded.pro> | 2016-12-11 17:58:13 +0100 |
commit | 3a51e83f18ce0ee7b4e962501fe926dd2b17c3ec (patch) | |
tree | dc98aa77cb126416cae44ab40f49c445a77db791 | |
parent | 81fc34801dc619981addef9dae1aa5b34fe8a4b3 (diff) | |
download | uGFX-3a51e83f18ce0ee7b4e962501fe926dd2b17c3ec.tar.gz uGFX-3a51e83f18ce0ee7b4e962501fe926dd2b17c3ec.tar.bz2 uGFX-3a51e83f18ce0ee7b4e962501fe926dd2b17c3ec.zip |
Updating changelog
-rw-r--r-- | docs/releases.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases.txt b/docs/releases.txt index 38e9cf90..7334298b 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -27,7 +27,8 @@ FIX: Fixed strange multi-thread issues in GEVENT FEATURE: Added ILI9488 driver FEATURE: Added the ability to display the detected compiler FIX: Fixed an illegal instruction in the Cortex M0 task switcher -FEATURE: Add support for the Keil compiler for RAW32 task switching for Cortex M0,1,3,4,7 +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() *** Release 2.6 *** |