aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-10-15 09:35:43 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-10-15 09:35:43 +0000
commita899d6ac04e717f74ed2e9bf9640dab2db2621fd (patch)
tree99ce5f16b9467ee7ea1d8611f7b2288e8ca9ad88 /demos/STM32
parentf96e9403804b05df7509503c2f12404a93e29fa8 (diff)
downloadChibiOS-a899d6ac04e717f74ed2e9bf9640dab2db2621fd.tar.gz
ChibiOS-a899d6ac04e717f74ed2e9bf9640dab2db2621fd.tar.bz2
ChibiOS-a899d6ac04e717f74ed2e9bf9640dab2db2621fd.zip
Reduced demo footprint because device size.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10823 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32')
-rw-r--r--demos/STM32/RT-STM32F031K6-NUCLEO32/chconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/STM32/RT-STM32F031K6-NUCLEO32/chconf.h b/demos/STM32/RT-STM32F031K6-NUCLEO32/chconf.h
index 90ff6b74b..3ada343b7 100644
--- a/demos/STM32/RT-STM32F031K6-NUCLEO32/chconf.h
+++ b/demos/STM32/RT-STM32F031K6-NUCLEO32/chconf.h
@@ -302,7 +302,7 @@
*
* @note The default is @p TRUE.
*/
-#define CH_CFG_USE_OBJ_FIFOS TRUE
+#define CH_CFG_USE_OBJ_FIFOS FALSE
/**
* @brief Dynamic Threads APIs.
@@ -313,7 +313,7 @@
* @note Requires @p CH_CFG_USE_WAITEXIT.
* @note Requires @p CH_CFG_USE_HEAP and/or @p CH_CFG_USE_MEMPOOLS.
*/
-#define CH_CFG_USE_DYNAMIC TRUE
+#define CH_CFG_USE_DYNAMIC FALSE
/** @} */
@@ -331,7 +331,7 @@
*
* @note The default is @p FALSE.
*/
-#define CH_CFG_USE_FACTORY TRUE
+#define CH_CFG_USE_FACTORY FALSE
/**
* @brief Maximum length for object names.