aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ftl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ftl')
-rw-r--r--tools/ftl/processors/conf/halconf/halconf.h.ftl7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/ftl/processors/conf/halconf/halconf.h.ftl b/tools/ftl/processors/conf/halconf/halconf.h.ftl
index e7b9a610c..718f1c14e 100644
--- a/tools/ftl/processors/conf/halconf/halconf.h.ftl
+++ b/tools/ftl/processors/conf/halconf/halconf.h.ftl
@@ -178,6 +178,13 @@
#endif
/**
+ * @brief Enables the TRNG subsystem.
+ */
+#if !defined(HAL_USE_TRNG) || defined(__DOXYGEN__)
+#define HAL_USE_TRNG ${doc.HAL_USE_TRNG!"FALSE"}
+#endif
+
+/**
* @brief Enables the UART subsystem.
*/
#if !defined(HAL_USE_UART) || defined(__DOXYGEN__)