aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.txt
diff options
context:
space:
mode:
authorinmarket <inmarket@ugfx.org>2017-03-04 15:02:55 +1000
committerinmarket <inmarket@ugfx.org>2017-03-04 15:02:55 +1000
commit5d8705b6e0338b0fd631f27e80b94efea96201d0 (patch)
treeeb5dbf709d06aad8834902cb5462462fb04c6e1b /changelog.txt
parent5497e2ed1fe86d0f8e89ca67c7bf40f08e927c3b (diff)
downloaduGFX-5d8705b6e0338b0fd631f27e80b94efea96201d0.tar.gz
uGFX-5d8705b6e0338b0fd631f27e80b94efea96201d0.tar.bz2
uGFX-5d8705b6e0338b0fd631f27e80b94efea96201d0.zip
FEATURE: Significantly improved the FreeRTOS port
FEATURE: Added support for operating system initialisation in FreeRTOS FEATURE: Added GFX_OS_CALL_UGFXMAIN configuration option to allow uGFXMain() to be automatically called FEATURE: Added GFX_OS_UGFXMAIN_STACKSIZE configuration option to control uGFXMain() stack size
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 664594c0..e5cfb1a2 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -19,6 +19,10 @@ FEATURE: Increase non-UTF8 font support to 0 to 255 rather than just the true as
FEATURE: Added Fb24bpp driver for RGB888 and BGR888 packed framebuffer displays
FEATURE: Added UC8173 driver
FEATURE: Added complete support for Altera Terasic MAX10 NEEK board
+FEATURE: Significantly improved the FreeRTOS port
+FEATURE: Added support for operating system initialisation in FreeRTOS
+FEATURE: Added GFX_OS_CALL_UGFXMAIN configuration option to allow uGFXMain() to be automatically called
+FEATURE: Added GFX_OS_UGFXMAIN_STACKSIZE configuration option to control uGFXMain() stack size
*** Release 2.7 ***