Reduced demo footprint because device size.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10823 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-10-15 09:35:43 +00:00
parent f96e940380
commit a899d6ac04
1 changed files with 3 additions and 3 deletions

View File

@ -302,7 +302,7 @@
* *
* @note The default is @p TRUE. * @note The default is @p TRUE.
*/ */
#define CH_CFG_USE_OBJ_FIFOS TRUE #define CH_CFG_USE_OBJ_FIFOS FALSE
/** /**
* @brief Dynamic Threads APIs. * @brief Dynamic Threads APIs.
@ -313,7 +313,7 @@
* @note Requires @p CH_CFG_USE_WAITEXIT. * @note Requires @p CH_CFG_USE_WAITEXIT.
* @note Requires @p CH_CFG_USE_HEAP and/or @p CH_CFG_USE_MEMPOOLS. * @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. * @note The default is @p FALSE.
*/ */
#define CH_CFG_USE_FACTORY TRUE #define CH_CFG_USE_FACTORY FALSE
/** /**
* @brief Maximum length for object names. * @brief Maximum length for object names.