From 0c5eef8e02b15fb4b8c3f829299c47ea273a4a46 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 4 Oct 2017 14:24:45 +0000 Subject: chconf.h files alignment pass 1 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10765 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testex/STM32/STM32L4xx/I2C-LIS3MLD/chconf.h | 9 +++++++++ testex/STM32/STM32L4xx/I2C-LSM6DS0/chconf.h | 9 +++++++++ testex/STM32/STM32L4xx/QSPI-N25Q128/chconf.h | 9 +++++++++ testex/STM32/STM32L4xx/SPI-L3GD20/chconf.h | 9 +++++++++ 4 files changed, 36 insertions(+) (limited to 'testex/STM32/STM32L4xx') diff --git a/testex/STM32/STM32L4xx/I2C-LIS3MLD/chconf.h b/testex/STM32/STM32L4xx/I2C-LIS3MLD/chconf.h index a554d3957..c677bbe1f 100644 --- a/testex/STM32/STM32L4xx/I2C-LIS3MLD/chconf.h +++ b/testex/STM32/STM32L4xx/I2C-LIS3MLD/chconf.h @@ -302,6 +302,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 diff --git a/testex/STM32/STM32L4xx/I2C-LSM6DS0/chconf.h b/testex/STM32/STM32L4xx/I2C-LSM6DS0/chconf.h index a554d3957..c677bbe1f 100644 --- a/testex/STM32/STM32L4xx/I2C-LSM6DS0/chconf.h +++ b/testex/STM32/STM32L4xx/I2C-LSM6DS0/chconf.h @@ -302,6 +302,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 diff --git a/testex/STM32/STM32L4xx/QSPI-N25Q128/chconf.h b/testex/STM32/STM32L4xx/QSPI-N25Q128/chconf.h index 4c06d1f03..d375b1caa 100644 --- a/testex/STM32/STM32L4xx/QSPI-N25Q128/chconf.h +++ b/testex/STM32/STM32L4xx/QSPI-N25Q128/chconf.h @@ -294,6 +294,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 diff --git a/testex/STM32/STM32L4xx/SPI-L3GD20/chconf.h b/testex/STM32/STM32L4xx/SPI-L3GD20/chconf.h index 4c06d1f03..d375b1caa 100644 --- a/testex/STM32/STM32L4xx/SPI-L3GD20/chconf.h +++ b/testex/STM32/STM32L4xx/SPI-L3GD20/chconf.h @@ -294,6 +294,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 -- cgit v1.2.3