aboutsummaryrefslogtreecommitdiffstats
path: root/boards/base/Mikromedia-Plus-STM32-M4/readme.txt
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-02-23 18:17:26 +1000
committerinmarket <andrewh@inmarket.com.au>2015-02-23 18:17:26 +1000
commit6c0409f25b996711bda0a185fffa6a99e58577b3 (patch)
treeb869cf955a77a18e440f79076a48f74d3218bcf7 /boards/base/Mikromedia-Plus-STM32-M4/readme.txt
parent53aba6de891b0a3ba1f74cd224206ff18099a72d (diff)
downloaduGFX-6c0409f25b996711bda0a185fffa6a99e58577b3.tar.gz
uGFX-6c0409f25b996711bda0a185fffa6a99e58577b3.tar.bz2
uGFX-6c0409f25b996711bda0a185fffa6a99e58577b3.zip
New Mikromedia-Plus-STM32-M4 board by lliypuk (with mods)
Diffstat (limited to 'boards/base/Mikromedia-Plus-STM32-M4/readme.txt')
-rw-r--r--boards/base/Mikromedia-Plus-STM32-M4/readme.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/boards/base/Mikromedia-Plus-STM32-M4/readme.txt b/boards/base/Mikromedia-Plus-STM32-M4/readme.txt
new file mode 100644
index 00000000..5ac696b5
--- /dev/null
+++ b/boards/base/Mikromedia-Plus-STM32-M4/readme.txt
@@ -0,0 +1,12 @@
+This directory contains the interface for the MikroMedia Plus STM32 M4 board
+running under ChibiOS.
+
+On this board uGFX currently supports:
+ - GDISP via the SSD1963 display
+ - GINPUT-touch via the STMPE610 driver
+ - GAUDIO via the vs1053 driver
+
+As this is not a standard ChibiOS supported board the necessary board files have also
+been provided in the ChibiOS_Board directory.
+
+There are two examples, one for ChibiOS/RT 2.x and one for ChibiOS/RT 3.x available.