aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-09-28 09:12:24 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-09-28 09:12:24 +0000
commit3f4d993626c7e8e3bd293b666d9a0cdc739ef678 (patch)
tree9cedbc4dc59736cc1e4beac4c4709acd39f0f576 /tools
parente53c5fbf6c8928e416490fa668089541883d40f4 (diff)
downloadChibiOS-3f4d993626c7e8e3bd293b666d9a0cdc739ef678.tar.gz
ChibiOS-3f4d993626c7e8e3bd293b666d9a0cdc739ef678.tar.bz2
ChibiOS-3f4d993626c7e8e3bd293b666d9a0cdc739ef678.zip
Updated template with SIO switch.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12302 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'tools')
-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__)