diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-11-15 16:24:32 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-11-15 16:24:32 +0000 |
commit | c0da3c4f42dd944a30199744679442cf2ef7b633 (patch) | |
tree | b6d940e711dd59f62e4343b63500679d89aead75 /testhal/STM32/multi/TRNG | |
parent | e11afaa8ca7901cef5ad618e32094fac6389fc68 (diff) | |
download | ChibiOS-c0da3c4f42dd944a30199744679442cf2ef7b633.tar.gz ChibiOS-c0da3c4f42dd944a30199744679442cf2ef7b633.tar.bz2 ChibiOS-c0da3c4f42dd944a30199744679442cf2ef7b633.zip |
Unified DAC demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12430 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/multi/TRNG')
-rw-r--r-- | testhal/STM32/multi/TRNG/main.c | 2 | ||||
-rw-r--r-- | testhal/STM32/multi/TRNG/readme.txt | 25 |
2 files changed, 1 insertions, 26 deletions
diff --git a/testhal/STM32/multi/TRNG/main.c b/testhal/STM32/multi/TRNG/main.c index 51d03718d..aaeb80fff 100644 --- a/testhal/STM32/multi/TRNG/main.c +++ b/testhal/STM32/multi/TRNG/main.c @@ -51,7 +51,7 @@ int main(void) { halInit();
chSysInit();
- /*Board-dependent GPIO setup code.*/
+ /* Board-dependent GPIO setup code.*/
portab_setup();
/* Starting a serial port for test report output.*/
diff --git a/testhal/STM32/multi/TRNG/readme.txt b/testhal/STM32/multi/TRNG/readme.txt deleted file mode 100644 index c186b9673..000000000 --- a/testhal/STM32/multi/TRNG/readme.txt +++ /dev/null @@ -1,25 +0,0 @@ -*****************************************************************************
-** 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
|