diff options
author | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-11-29 00:06:59 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-11-29 00:06:59 +0100 |
commit | 013f993d545899636322f7f7e5212821e51103d4 (patch) | |
tree | d995503cbfb977ec786f8454619663111fd92660 | |
parent | af2c663f57b13b8cb8221c985b0e3cf19716abcb (diff) | |
download | uGFX-013f993d545899636322f7f7e5212821e51103d4.tar.gz uGFX-013f993d545899636322f7f7e5212821e51103d4.tar.bz2 uGFX-013f993d545899636322f7f7e5212821e51103d4.zip |
docs
-rw-r--r-- | docs/releases.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/releases.txt b/docs/releases.txt index 7c35fdad..62be5bb2 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -2,6 +2,13 @@ *** Releases *** ***************************************************************************** +*** Changes after 2.4 *** +FEATURE: Added support for numerous compilers +FIX: Improving STM32LTDC driver +FEATURE: Added support for NIOS-II platform +FEATURE: Added Altera-MAX10-NEEK board support + + *** Release 2.4 *** FIX: Add missing stm32m3 cpu makefile option. Update doc to match. FEATURE: Added ability to compile ugfx as a single file. Simply compile src/gfx_mk.c @@ -26,8 +33,6 @@ FIX: Fixing issue in touchscreen calibration code FEATURE: Added GFX_OS_PRE_INIT_FUNCTION for early hardware initialization FIX: Fixing GTIMER for high clock rate devices FEATURE: Added GFX_COMPILER_KEIL and GFX_COMPILER_ARMCC macros -FEATURE: Added support for NIOS-II platform -FEATURE: Added Altera-MAX10-NEEK board support *** Release 2.3 *** |