aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ftl/processors/conf/chconf_nil/chconf.h.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ftl/processors/conf/chconf_nil/chconf.h.ftl')
-rw-r--r--tools/ftl/processors/conf/chconf_nil/chconf.h.ftl14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/ftl/processors/conf/chconf_nil/chconf.h.ftl b/tools/ftl/processors/conf/chconf_nil/chconf.h.ftl
index ade7873fa..e6d9596af 100644
--- a/tools/ftl/processors/conf/chconf_nil/chconf.h.ftl
+++ b/tools/ftl/processors/conf/chconf_nil/chconf.h.ftl
@@ -170,6 +170,15 @@
#define CH_CFG_USE_OBJ_FIFOS ${doc.CH_CFG_USE_OBJ_FIFOS!"TRUE"}
/**
+ * @brief Pipes APIs.
+ * @details If enabled then the pipes APIs are included
+ * in the kernel.
+ *
+ * @note The default is @p TRUE.
+ */
+#define CH_CFG_USE_PIPES ${doc.CH_CFG_USE_PIPES!"TRUE"}
+
+/**
* @brief Managed RAM size.
* @details Size of the RAM area to be managed by the OS. If set to zero
* then the whole available RAM is used. The core memory is made
@@ -232,6 +241,11 @@
*/
#define CH_CFG_FACTORY_OBJ_FIFOS ${doc.CH_CFG_FACTORY_OBJ_FIFOS!"TRUE"}
+/**
+ * @brief Enables factory for Pipes.
+ */
+#define CH_CFG_FACTORY_PIPES ${doc.CH_CFG_FACTORY_PIPES!"TRUE"}
+
/** @} */
/*===========================================================================*/