From b59b47a9e19cb2794beeb6b612c339161a44a5a0 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 10 Nov 2013 22:50:14 +0100 Subject: [PATCH] docs --- boards/base/Linux/readme.txt | 1 + releases.txt | 12 ++++++++---- 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