diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-17 07:07:42 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-17 07:07:42 +0000 |
commit | 53c475eeb4dc5c8f1504559d1912b1e33c6e1e14 (patch) | |
tree | 916df055faef9c50fd1cae6ba33f8ae59414a80f /testhal/STM32/multi/SPI/readme.txt | |
parent | 6b355dee89ab6d7c6a3d47e207635d8cee27104b (diff) | |
download | ChibiOS-53c475eeb4dc5c8f1504559d1912b1e33c6e1e14.tar.gz ChibiOS-53c475eeb4dc5c8f1504559d1912b1e33c6e1e14.tar.bz2 ChibiOS-53c475eeb4dc5c8f1504559d1912b1e33c6e1e14.zip |
Added STM32 SPI multi demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10604 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/multi/SPI/readme.txt')
-rw-r--r-- | testhal/STM32/multi/SPI/readme.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testhal/STM32/multi/SPI/readme.txt b/testhal/STM32/multi/SPI/readme.txt new file mode 100644 index 000000000..22a6b515b --- /dev/null +++ b/testhal/STM32/multi/SPI/readme.txt @@ -0,0 +1,25 @@ +*****************************************************************************
+** ChibiOS/HAL - Unified SPI 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 SPI 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
|