diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-08-23 11:24:02 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-08-23 11:24:02 +0000 |
commit | 9e5337241d7be9c50d97e2562ecd50e09d4c2325 (patch) | |
tree | 7d6577c4713d6a084394625a5b4f61184b82be75 /testhal/STM32/STM32F7xx/SPI/readme.txt | |
parent | 37d632cd0fb3075110f63e7179ae6f03650d7fd0 (diff) | |
download | ChibiOS-9e5337241d7be9c50d97e2562ecd50e09d4c2325.tar.gz ChibiOS-9e5337241d7be9c50d97e2562ecd50e09d4c2325.tar.bz2 ChibiOS-9e5337241d7be9c50d97e2562ecd50e09d4c2325.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8239 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F7xx/SPI/readme.txt')
-rw-r--r-- | testhal/STM32/STM32F7xx/SPI/readme.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F7xx/SPI/readme.txt b/testhal/STM32/STM32F7xx/SPI/readme.txt new file mode 100644 index 000000000..3b24d2ec3 --- /dev/null +++ b/testhal/STM32/STM32F7xx/SPI/readme.txt @@ -0,0 +1,25 @@ +*****************************************************************************
+** ChibiOS/RT port for ARM-Cortex-M7 STM32F746G. **
+*****************************************************************************
+
+** TARGET **
+
+The demo runs on an ST STM32F746G-Discovery board.
+
+** The Demo **
+
+
+** Build Procedure **
+
+The demo has been tested by using the free Codesourcery GCC-based toolchain
+and YAGARTO. just modify the TRGT line in the makefile in order to use
+different GCC toolchains.
+
+** Notes **
+
+Some files used by the demo are not part of ChibiOS/RT but are copyright of
+ST Microelectronics and are licensed under a different license.
+Also note that not all the files present in the ST library are distributed
+with ChibiOS/RT, you can find the whole library on the ST web site:
+
+ http://www.st.com
|