diff options
Diffstat (limited to 'lib/chibios/demos/STM32/RT-STM32F207-DISCOVERY/readme.txt')
-rw-r--r-- | lib/chibios/demos/STM32/RT-STM32F207-DISCOVERY/readme.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/chibios/demos/STM32/RT-STM32F207-DISCOVERY/readme.txt b/lib/chibios/demos/STM32/RT-STM32F207-DISCOVERY/readme.txt new file mode 100644 index 000000000..b27bfdad7 --- /dev/null +++ b/lib/chibios/demos/STM32/RT-STM32F207-DISCOVERY/readme.txt | |||
@@ -0,0 +1,26 @@ | |||
1 | ***************************************************************************** | ||
2 | ** ChibiOS/RT port for ARM-Cortex-M3 STM32F207. ** | ||
3 | ***************************************************************************** | ||
4 | |||
5 | ** TARGET ** | ||
6 | |||
7 | The demo runs on an ST STM32F2-Discovery board, a non existing board, the demo | ||
8 | is meant as project template for the STM32F2xx. | ||
9 | |||
10 | ** The Demo ** | ||
11 | |||
12 | |||
13 | ** Build Procedure ** | ||
14 | |||
15 | The demo has been tested by using the free Codesourcery GCC-based toolchain | ||
16 | and YAGARTO. just modify the TRGT line in the makefile in order to use | ||
17 | different GCC toolchains. | ||
18 | |||
19 | ** Notes ** | ||
20 | |||
21 | Some files used by the demo are not part of ChibiOS/RT but are copyright of | ||
22 | ST Microelectronics and are licensed under a different license. | ||
23 | Also note that not all the files present in the ST library are distributed | ||
24 | with ChibiOS/RT, you can find the whole library on the ST web site: | ||
25 | |||
26 | http://www.st.com | ||