aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F3xx/EXT/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F3xx/EXT/chconf.h')
-rw-r--r--testhal/STM32/STM32F3xx/EXT/chconf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F3xx/EXT/chconf.h b/testhal/STM32/STM32F3xx/EXT/chconf.h
index 00eb395ec..96d733acf 100644
--- a/testhal/STM32/STM32F3xx/EXT/chconf.h
+++ b/testhal/STM32/STM32F3xx/EXT/chconf.h
@@ -295,6 +295,15 @@
#define CH_CFG_USE_MEMPOOLS TRUE
/**
+ * @brief Objects FIFOs APIs.
+ * @details If enabled then the objects FIFOs APIs are included
+ * in the kernel.
+ *
+ * @note The default is @p TRUE.
+ */
+#define CH_CFG_USE_OBJ_FIFOS TRUE
+
+/**
* @brief Dynamic Threads APIs.
* @details If enabled then the dynamic threads creation APIs are included
* in the kernel.