aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-11-10 22:50:14 +0100
committerJoel Bodenmann <joel@unormal.org>2013-11-10 22:50:14 +0100
commitb59b47a9e19cb2794beeb6b612c339161a44a5a0 (patch)
treed7ea195abc85b5e3116ea3566818e6ba37608659
parent83482a3b8a557b12c22e6bc17d8eac1a2c3ca1c1 (diff)
downloaduGFX-b59b47a9e19cb2794beeb6b612c339161a44a5a0.tar.gz
uGFX-b59b47a9e19cb2794beeb6b612c339161a44a5a0.tar.bz2
uGFX-b59b47a9e19cb2794beeb6b612c339161a44a5a0.zip
docs
-rw-r--r--boards/base/Linux/readme.txt1
-rw-r--r--releases.txt12
2 files changed, 9 insertions, 4 deletions
diff --git a/boards/base/Linux/readme.txt b/boards/base/Linux/readme.txt
index 491c91f5..1557ebdd 100644
--- a/boards/base/Linux/readme.txt
+++ b/boards/base/Linux/readme.txt
@@ -6,3 +6,4 @@ On this board uGFX currently supports:
- GINPUT-touch via the X driver
There is an example Makefile and project in the examples directory.
+
diff --git a/releases.txt b/releases.txt
index d3a274b7..c00b2282 100644
--- a/releases.txt
+++ b/releases.txt
@@ -23,12 +23,15 @@ FEATURE: Add support for generic portrait and landscape orientation modes
FEATURE: Add macro GDISP_DEFAULT_ORIENTATION so an application can specify a default orientation.
FEATURE: Driver files renamed to allow compiles when all object files go in the same directory
FEATURE: New directory structure for board files. Predefined boards have all the hardware definitions predefined.
-FEATURE: Board defintions, example projects and makefiles for Win32.
-FEATURE: Board defintions, example projects and makefiles for X.
-FEATURE: Board defintions, example projects and makefiles for Olimex SAM7-EX256 board.
-FEATURE: Board defintions, example projects and makefiles for Mikromedia STM32-M4 board.
+FEATURE: Board definotions, example projects and makefiles for Win32.
+FEATURE: Board definitions, example projects and makefiles for X.
+FEATURE: Board definitions, example projects and makefiles for the Olimex SAM7-EX256 board.
+Feature: Board definitions, example projects and makefiles for the Olimex STM32-LCD board.
+FEATURE: Board definitions, example projects and makefiles for the Mikromedia STM32-M4 board.
+FEATURE: Board definitions, example projects and makefiles for the Marlin board.
FEATURE: New invsqrt() routine added to GMISC
+
*** changes after 1.8 ***
FEATURE: GWIN list boxes.
FIX: POSIX port removed, now dedicated OS-X and Linux ports
@@ -42,6 +45,7 @@ FEATURE: Added gwinListGetSelectedText()
FEATURE: Added gwinListSetScroll()
FEATURE: Added gwinLabelSetBorder()
+
*** changes after 1.7 ***
FEATURE: Rename of the project from ChibiOS/GFX to uGFX
FEATURE: Moved from github.com to bitbucket.org