aboutsummaryrefslogtreecommitdiffstats
path: root/testex
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-10-07 08:56:43 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-10-07 08:56:43 +0000
commit0f2e8f0b01edd1a0389426b316f491acf49af596 (patch)
tree78d608ed936ff7f1c5fc20c21fcbb68a717ea837 /testex
parente72ef8c943b3a335fe4354e6451be99ab1346081 (diff)
downloadChibiOS-0f2e8f0b01edd1a0389426b316f491acf49af596.tar.gz
ChibiOS-0f2e8f0b01edd1a0389426b316f491acf49af596.tar.bz2
ChibiOS-0f2e8f0b01edd1a0389426b316f491acf49af596.zip
TRNG driver working.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12343 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testex')
-rw-r--r--testex/STM32/STM32L4xx/SPI-L3GD20/mcuconf.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/testex/STM32/STM32L4xx/SPI-L3GD20/mcuconf.h b/testex/STM32/STM32L4xx/SPI-L3GD20/mcuconf.h
index 302bbdb1d..61bc898a6 100644
--- a/testex/STM32/STM32L4xx/SPI-L3GD20/mcuconf.h
+++ b/testex/STM32/STM32L4xx/SPI-L3GD20/mcuconf.h
@@ -278,6 +278,11 @@
#define STM32_ST_USE_TIMER 2
/*
+ * TRNG driver system settings.
+ */
+#define STM32_TRNG_USE_RNG1 FALSE
+
+/*
* UART driver system settings.
*/
#define STM32_UART_USE_USART1 FALSE