aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/ftl/processors/conf/mcuconf_stm32l476xx/mcuconf.h.ftl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/ftl/processors/conf/mcuconf_stm32l476xx/mcuconf.h.ftl b/tools/ftl/processors/conf/mcuconf_stm32l476xx/mcuconf.h.ftl
index 7b1973f07..1efa589c0 100644
--- a/tools/ftl/processors/conf/mcuconf_stm32l476xx/mcuconf.h.ftl
+++ b/tools/ftl/processors/conf/mcuconf_stm32l476xx/mcuconf.h.ftl
@@ -289,6 +289,11 @@
#define STM32_ST_USE_TIMER ${doc.STM32_ST_USE_TIMER!"2"}
/*
+ * TRNG driver system settings.
+ */
+#define STM32_TRNG_USE_RNG1 ${doc.STM32_TRNG_USE_RNG1!"FALSE"}
+
+/*
* UART driver system settings.
*/
#define STM32_UART_USE_USART1 ${doc.STM32_UART_USE_USART1!"FALSE"}