diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-10-06 04:15:49 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-10-06 04:15:49 +0000 |
commit | f2af1a7e522aa8c6f96b732c9b724b955c76d3d5 (patch) | |
tree | 2770856d4464c6ab50f7ddde7cf89e3efe482adb /testhal/STM32/multi/WSPI-MFS/readme.txt | |
parent | 9a7d8d158143cfd5e487ca69378ae4ab6f7346cf (diff) | |
download | ChibiOS-f2af1a7e522aa8c6f96b732c9b724b955c76d3d5.tar.gz ChibiOS-f2af1a7e522aa8c6f96b732c9b724b955c76d3d5.tar.bz2 ChibiOS-f2af1a7e522aa8c6f96b732c9b724b955c76d3d5.zip |
Added MFS on WSPI demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12329 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/multi/WSPI-MFS/readme.txt')
-rw-r--r-- | testhal/STM32/multi/WSPI-MFS/readme.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testhal/STM32/multi/WSPI-MFS/readme.txt b/testhal/STM32/multi/WSPI-MFS/readme.txt new file mode 100644 index 000000000..c186b9673 --- /dev/null +++ b/testhal/STM32/multi/WSPI-MFS/readme.txt @@ -0,0 +1,25 @@ +*****************************************************************************
+** ChibiOS/HAL - Unified MFS complex driver demo. **
+*****************************************************************************
+
+** TARGET **
+
+The demo can be compiled to run on multiple STM32 target boards.
+
+** The Demo **
+
+The application demonstrates the use of the HAL MFS complex driver.
+
+** Build Procedure **
+
+The command "make" builds the demo for all targets. The demo can be compiled
+using the "GNU ARM Embedded Toolchain" from:
+
+ https://launchpad.net/gcc-arm-embedded
+
+** Notes **
+
+Some header files used by the demo are not part of ChibiOS but are copyright of
+ST Microelectronics and are licensed under a different license.
+
+ http://www.st.com
|