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