aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32
diff options
context:
space:
mode:
authorbarthess <barthess@yandex.ru>2016-03-28 17:48:43 +0300
committerbarthess <barthess@yandex.ru>2016-03-28 17:48:43 +0300
commit53684030c9bb055e706a3f9c4826ecd52a0d31f7 (patch)
tree33b696968b18b8b91c55b83b9a2a239c6be7bab6 /demos/STM32
parent18b41efefaa25be8fec0e89444bcc7b88fa7842e (diff)
downloadChibiOS-Contrib-53684030c9bb055e706a3f9c4826ecd52a0d31f7.tar.gz
ChibiOS-Contrib-53684030c9bb055e706a3f9c4826ecd52a0d31f7.tar.bz2
ChibiOS-Contrib-53684030c9bb055e706a3f9c4826ecd52a0d31f7.zip
QUEUES flags deleted from chconf.h files
Diffstat (limited to 'demos/STM32')
-rw-r--r--demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/chconf.h8
-rw-r--r--demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/chconf.h8
2 files changed, 0 insertions, 16 deletions
diff --git a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/chconf.h b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/chconf.h
index 48ada74..71e0cac 100644
--- a/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/chconf.h
+++ b/demos/STM32/RT-STM32F429-DISCOVERY-DMA2D/chconf.h
@@ -263,14 +263,6 @@
#define CH_CFG_USE_MAILBOXES TRUE
/**
- * @brief I/O Queues APIs.
- * @details If enabled then the I/O queues APIs are included in the kernel.
- *
- * @note The default is @p TRUE.
- */
-#define CH_CFG_USE_QUEUES TRUE
-
-/**
* @brief Core Memory Manager APIs.
* @details If enabled then the core memory manager APIs are included
* in the kernel.
diff --git a/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/chconf.h b/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/chconf.h
index 9e83c6b..ebc01e2 100644
--- a/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/chconf.h
+++ b/demos/STM32/RT-STM32F429-DISCOVERY-TRIBUF/chconf.h
@@ -263,14 +263,6 @@
#define CH_CFG_USE_MAILBOXES FALSE
/**
- * @brief I/O Queues APIs.
- * @details If enabled then the I/O queues APIs are included in the kernel.
- *
- * @note The default is @p TRUE.
- */
-#define CH_CFG_USE_QUEUES FALSE
-
-/**
* @brief Core Memory Manager APIs.
* @details If enabled then the core memory manager APIs are included
* in the kernel.