diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-26 08:46:17 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-26 08:46:17 +0000 |
commit | 85621dde08560b98cb82dceebb2c52dd44e672cc (patch) | |
tree | f720cc92d01af8143e10e12dd1ed32a290676039 /demos | |
parent | 3864014e03b6c411613e50e90617f49c016c5aaa (diff) | |
download | ChibiOS-85621dde08560b98cb82dceebb2c52dd44e672cc.tar.gz ChibiOS-85621dde08560b98cb82dceebb2c52dd44e672cc.tar.bz2 ChibiOS-85621dde08560b98cb82dceebb2c52dd44e672cc.zip |
More renaming.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10716 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/STM32/RT-STM32F303-DISCOVERY/chconf.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/demos/STM32/RT-STM32F303-DISCOVERY/chconf.h b/demos/STM32/RT-STM32F303-DISCOVERY/chconf.h index ad6b53ade..71d3ae844 100644 --- a/demos/STM32/RT-STM32F303-DISCOVERY/chconf.h +++ b/demos/STM32/RT-STM32F303-DISCOVERY/chconf.h @@ -295,6 +295,15 @@ #define CH_CFG_USE_MEMPOOLS TRUE
/**
+ * @brief Objects factory APIs.
+ * @details If enabled then the objects factory APIs are included
+ * in the kernel.
+ *
+ * @note The default is @p TRUE.
+ */
+#define CH_CFG_USE_FACTORY TRUE
+
+/**
* @brief Dynamic Threads APIs.
* @details If enabled then the dynamic threads creation APIs are included
* in the kernel.
|