diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/STM8S-STM8S208-RC/readme.txt | 16 |
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.
|