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