diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2017-10-04 21:01:11 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2017-10-04 21:01:11 +0000 |
commit | 55a9e2899e210efd5ea341f43ae77c6fdb683993 (patch) | |
tree | 09d04114a288fb4a5d15154d8b47b6a1e641901a /demos/AVR/RT-DIGISPARK-ATTINY-167/chconf.h | |
parent | d5a17024f554a75406e6dde41922d8db8ea0b0fa (diff) | |
download | ChibiOS-55a9e2899e210efd5ea341f43ae77c6fdb683993.tar.gz ChibiOS-55a9e2899e210efd5ea341f43ae77c6fdb683993.tar.bz2 ChibiOS-55a9e2899e210efd5ea341f43ae77c6fdb683993.zip |
AVR: Update demos chconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10774 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/AVR/RT-DIGISPARK-ATTINY-167/chconf.h')
-rw-r--r-- | demos/AVR/RT-DIGISPARK-ATTINY-167/chconf.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/demos/AVR/RT-DIGISPARK-ATTINY-167/chconf.h b/demos/AVR/RT-DIGISPARK-ATTINY-167/chconf.h index 8b62b7958..7e51e4cbf 100644 --- a/demos/AVR/RT-DIGISPARK-ATTINY-167/chconf.h +++ b/demos/AVR/RT-DIGISPARK-ATTINY-167/chconf.h @@ -171,7 +171,7 @@ *
* @note The default is @p TRUE.
*/
-#define CH_CFG_USE_SEMAPHORES FALSE
+#define CH_CFG_USE_SEMAPHORES TRUE
/**
* @brief Semaphores queuing mode.
@@ -189,7 +189,7 @@ *
* @note The default is @p TRUE.
*/
-#define CH_CFG_USE_MUTEXES FALSE
+#define CH_CFG_USE_MUTEXES TRUE
/**
* @brief Enables recursive behavior on mutexes.
@@ -266,7 +266,7 @@ * @note The default is @p TRUE.
* @note Requires @p CH_CFG_USE_SEMAPHORES.
*/
-#define CH_CFG_USE_MAILBOXES FALSE
+#define CH_CFG_USE_MAILBOXES TRUE
/**
* @brief Core Memory Manager APIs.
@@ -275,7 +275,7 @@ *
* @note The default is @p TRUE.
*/
-#define CH_CFG_USE_MEMCORE FALSE
+#define CH_CFG_USE_MEMCORE TRUE
/**
* @brief Heap Allocator APIs.
@@ -287,7 +287,7 @@ * @p CH_CFG_USE_SEMAPHORES.
* @note Mutexes are recommended.
*/
-#define CH_CFG_USE_HEAP FALSE
+#define CH_CFG_USE_HEAP TRUE
/**
* @brief Memory Pools Allocator APIs.
@@ -305,7 +305,7 @@ *
* @note The default is @p TRUE.
*/
-#define CH_CFG_USE_OBJ_FIFOS FALSE
+#define CH_CFG_USE_OBJ_FIFOS TRUE
/**
* @brief Dynamic Threads APIs.
|