diff options
author | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-04-10 12:13:40 +0100 |
commit | dc90387ce7d8ba7b607d9c48540bf6d8b560f14d (patch) | |
tree | 4ccb8fa5886b66fa9d480edef74236c27f035e16 /lib/chibios/demos/STM32/RT-STM32F072-DISCOVERY/readme.txt |
Diffstat (limited to 'lib/chibios/demos/STM32/RT-STM32F072-DISCOVERY/readme.txt')
-rw-r--r-- | lib/chibios/demos/STM32/RT-STM32F072-DISCOVERY/readme.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/chibios/demos/STM32/RT-STM32F072-DISCOVERY/readme.txt b/lib/chibios/demos/STM32/RT-STM32F072-DISCOVERY/readme.txt new file mode 100644 index 000000000..8e8d2c41e --- /dev/null +++ b/lib/chibios/demos/STM32/RT-STM32F072-DISCOVERY/readme.txt | |||
@@ -0,0 +1,25 @@ | |||
1 | ***************************************************************************** | ||
2 | ** ChibiOS/RT port for ARM-Cortex-M0 STM32F072. ** | ||
3 | ***************************************************************************** | ||
4 | |||
5 | ** TARGET ** | ||
6 | |||
7 | The demo runs on an ST STM32F072-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 | ||