aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ftl/processors/conf/halconf/halconf.h.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ftl/processors/conf/halconf/halconf.h.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 718f1c14e..89061f30c 100644
--- a/tools/ftl/processors/conf/halconf/halconf.h.ftl
+++ b/tools/ftl/processors/conf/halconf/halconf.h.ftl
@@ -171,6 +171,13 @@
#endif
/**
+ * @brief Enables the SIO subsystem.
+ */
+#if !defined(HAL_USE_SIO) || defined(__DOXYGEN__)
+#define HAL_USE_SIO ${doc.HAL_USE_SIO!"FALSE"}
+#endif
+
+/**
* @brief Enables the SPI subsystem.
*/
#if !defined(HAL_USE_SPI) || defined(__DOXYGEN__)