diff options
Diffstat (limited to 'lib/chibios/demos/STM32/RT-STM32F407-DISCOVERY-G++/readme.txt')
-rw-r--r-- | lib/chibios/demos/STM32/RT-STM32F407-DISCOVERY-G++/readme.txt | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/chibios/demos/STM32/RT-STM32F407-DISCOVERY-G++/readme.txt b/lib/chibios/demos/STM32/RT-STM32F407-DISCOVERY-G++/readme.txt new file mode 100644 index 000000000..e4ffe8282 --- /dev/null +++ b/lib/chibios/demos/STM32/RT-STM32F407-DISCOVERY-G++/readme.txt | |||
@@ -0,0 +1,30 @@ | |||
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 | The demo shows how to use PWM and SPI drivers using synchronous APIs. The PWM | ||
12 | driver the four board LEDs with the data read from the LIS320DL accelerometer. | ||
13 | The data is also transmitted on the SPI2 port. | ||
14 | A simple command shell is activated on virtual serial port SD2 via USB-CDC | ||
15 | driver (use micro-USB plug on STM32F4-Discovery board). | ||
16 | |||
17 | ** Build Procedure ** | ||
18 | |||
19 | The demo has been tested by using the free Codesourcery GCC-based toolchain | ||
20 | and YAGARTO. just modify the TRGT line in the makefile in order to use | ||
21 | different GCC toolchains. | ||
22 | |||
23 | ** Notes ** | ||
24 | |||
25 | Some files used by the demo are not part of ChibiOS/RT but are copyright of | ||
26 | ST Microelectronics and are licensed under a different license. | ||
27 | Also note that not all the files present in the ST library are distributed | ||
28 | with ChibiOS/RT, you can find the whole library on the ST web site: | ||
29 | |||
30 | http://www.st.com | ||