diff options
Diffstat (limited to 'lib/chibios/demos/STM32/RT-STM32F207ZG-NUCLEO144/readme.txt')
-rw-r--r-- | lib/chibios/demos/STM32/RT-STM32F207ZG-NUCLEO144/readme.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/chibios/demos/STM32/RT-STM32F207ZG-NUCLEO144/readme.txt b/lib/chibios/demos/STM32/RT-STM32F207ZG-NUCLEO144/readme.txt new file mode 100644 index 000000000..2a1cdb129 --- /dev/null +++ b/lib/chibios/demos/STM32/RT-STM32F207ZG-NUCLEO144/readme.txt | |||
@@ -0,0 +1,28 @@ | |||
1 | ***************************************************************************** | ||
2 | ** ChibiOS/RT port for ARM-Cortex-M4 STM32F207. ** | ||
3 | ***************************************************************************** | ||
4 | |||
5 | ** TARGET ** | ||
6 | |||
7 | The demo runs on an STM32 Nucleo144-F207ZG board. | ||
8 | |||
9 | ** The Demo ** | ||
10 | |||
11 | The demo flashes the board LEDs using a thread, by pressing the button located | ||
12 | on the board the test procedure is activated with output on the serial port | ||
13 | SD3 (USART3, mapped on STLink v2-1 Virtual COM Port). | ||
14 | |||
15 | ** Build Procedure ** | ||
16 | |||
17 | The demo has been tested by using the free Codesourcery GCC-based toolchain | ||
18 | and YAGARTO. just modify the TRGT line in the makefile in order to use | ||
19 | different GCC toolchains. | ||
20 | |||
21 | ** Notes ** | ||
22 | |||
23 | Some files used by the demo are not part of ChibiOS/RT but are copyright of | ||
24 | ST Microelectronics and are licensed under a different license. | ||
25 | Also note that not all the files present in the ST library are distributed | ||
26 | with ChibiOS/RT, you can find the whole library on the ST web site: | ||
27 | |||
28 | http://www.st.com | ||