aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-10 18:58:40 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-10 18:58:40 +0200
commite5b8e351f5050da7f99fe6fb7882edfc778799f2 (patch)
tree25e2e47702837c4745ff503d1ffb537059eb9f0c /docs
parent2632bb1ed5a3e362ad440d7a1a663911ce2bbcae (diff)
parent33a037b81c5d974d1cf419ecc87e91a74b8c9406 (diff)
downloaduGFX-e5b8e351f5050da7f99fe6fb7882edfc778799f2.tar.gz
uGFX-e5b8e351f5050da7f99fe6fb7882edfc778799f2.tar.bz2
uGFX-e5b8e351f5050da7f99fe6fb7882edfc778799f2.zip
Merge branch 'freertos'
Diffstat (limited to 'docs')
-rw-r--r--docs/releases.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/releases.txt b/docs/releases.txt
index e5be2311..b08f970e 100644
--- a/docs/releases.txt
+++ b/docs/releases.txt
@@ -13,6 +13,7 @@ FEATURE: Added gwinGetColor() and gwinGetBgColor()
FEATURE: Console now has an optional backing store buffer (GWIN_CONSOLE_USE_HISTORY)
FEATURE: Added smooth scrolling to list widget
FEATURE: Increased performance of gwinListAddItem()
+FEATURE: Added FreeRTOS port
FEATURE: Added gfxDeinit()
FEATURE: Allow touch screen calibration in any display orientation
FEATURE: New GFILE module to abstract File IO.