aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-06 13:24:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-06 13:24:15 +0000
commit9df188751bad888ee1c1b9dbb1f6d731637fcc99 (patch)
tree1bc700a4fa79f24965d8db3b2942297218244d27 /demos
parent755c42b99afb7f68428bf43bd31b3ce407cc8f13 (diff)
downloadChibiOS-9df188751bad888ee1c1b9dbb1f6d731637fcc99.tar.gz
ChibiOS-9df188751bad888ee1c1b9dbb1f6d731637fcc99.tar.bz2
ChibiOS-9df188751bad888ee1c1b9dbb1f6d731637fcc99.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1725 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/STM8S-STM8S208-RC/readme.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/demos/STM8S-STM8S208-RC/readme.txt b/demos/STM8S-STM8S208-RC/readme.txt
new file mode 100644
index 000000000..011f75c56
--- /dev/null
+++ b/demos/STM8S-STM8S208-RC/readme.txt
@@ -0,0 +1,16 @@
+*****************************************************************************
+** ChibiOS/RT demo for STM8S208RB. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on a Raisonance REva+STM8S208RB board.
+
+** The Demo **
+
+The demo flashes the board LED using a thread, by pressing the button located
+on the board the test procedure is activated with output on the serial port.
+
+** Build Procedure **
+
+From withing the Ride7 IDE open the project, compile and run it.