diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-03 23:24:17 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-03 23:24:17 +0000 |
commit | 6858c1c0eb7802f56707467ed39379836229e2d6 (patch) | |
tree | 6487bb29fb36b355e3ec1593594534ea1716f2dd /demos/STM32/RT-STM32L073RZ-NUCLEO64/readme.txt | |
parent | 98acc95556666584892b655b0bd1e1b44fc12780 (diff) | |
download | ChibiOS-6858c1c0eb7802f56707467ed39379836229e2d6.tar.gz ChibiOS-6858c1c0eb7802f56707467ed39379836229e2d6.tar.bz2 ChibiOS-6858c1c0eb7802f56707467ed39379836229e2d6.zip |
Added board files fot STM32 Nucleo64-L073RZ,
Added RT-STM32L073RZ-NUCLEO64 demo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9409 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32L073RZ-NUCLEO64/readme.txt')
-rw-r--r-- | demos/STM32/RT-STM32L073RZ-NUCLEO64/readme.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32L073RZ-NUCLEO64/readme.txt b/demos/STM32/RT-STM32L073RZ-NUCLEO64/readme.txt new file mode 100644 index 000000000..cd1ae2561 --- /dev/null +++ b/demos/STM32/RT-STM32L073RZ-NUCLEO64/readme.txt @@ -0,0 +1,28 @@ +*****************************************************************************
+** ChibiOS/RT port for ARM-Cortex-M0 STM32L073. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an STM32 Nucleo64-L073RZ 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
+SD2 (USART2, mapped on USB virtual COM port).
+
+** Build Procedure **
+
+The demo has been tested by using the free Codesourcery GCC-based toolchain
+and YAGARTO.
+Just modify the TRGT line in the makefile in order to use different GCC ports.
+
+** Notes **
+
+Some files used by the demo are not part of ChibiOS/RT but are copyright of
+ST Microelectronics and are licensed under a different license.
+Also note that not all the files present in the ST library are distributed
+with ChibiOS/RT, you can find the whole library on the ST web site:
+
+ http://www.st.com
|