diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-10-07 06:41:06 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-10-07 06:41:06 +0000 |
commit | 644898df5f9771ad9308ed9abd7dee165a4b1268 (patch) | |
tree | 6641b5323cfb1a1a3c6e40c000b6230ff13a4149 /testhal/STM32/multi/TRNG/readme.txt | |
parent | 191a9c5ac61e0e65a01cdac84378b888b8d17448 (diff) | |
download | ChibiOS-644898df5f9771ad9308ed9abd7dee165a4b1268.tar.gz ChibiOS-644898df5f9771ad9308ed9abd7dee165a4b1268.tar.bz2 ChibiOS-644898df5f9771ad9308ed9abd7dee165a4b1268.zip |
TRNG test application, just template.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12341 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/multi/TRNG/readme.txt')
-rw-r--r-- | testhal/STM32/multi/TRNG/readme.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testhal/STM32/multi/TRNG/readme.txt b/testhal/STM32/multi/TRNG/readme.txt new file mode 100644 index 000000000..c186b9673 --- /dev/null +++ b/testhal/STM32/multi/TRNG/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
|