aboutsummaryrefslogtreecommitdiff
path: root/platforms
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2021-01-10 09:52:49 +1100
committerGitHub <noreply@github.com>2021-01-10 09:52:49 +1100
commit75111e967fb3fa6239884a0c85635e7ede46bc29 (patch)
tree231ae98637d2b8ebc9fdadb4286c605da5e938ee /platforms
parentf7b0e803c27b9c8b5404be780e87b7a3c9e243e6 (diff)
downloadqmk_firmware-75111e967fb3fa6239884a0c85635e7ede46bc29.tar.gz
qmk_firmware-75111e967fb3fa6239884a0c85635e7ede46bc29.zip
Disable subsystems repo-wide. (#11449)
Diffstat (limited to 'platforms')
-rw-r--r--platforms/chibios/common/configs/chconf.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/platforms/chibios/common/configs/chconf.h b/platforms/chibios/common/configs/chconf.h
index 2fad3f769..51ec2fb5b 100644
--- a/platforms/chibios/common/configs/chconf.h
+++ b/platforms/chibios/common/configs/chconf.h
@@ -172,7 +172,7 @@
172 * @note The default is @p TRUE. 172 * @note The default is @p TRUE.
173 */ 173 */
174#if !defined(CH_CFG_USE_TM) 174#if !defined(CH_CFG_USE_TM)
175#define CH_CFG_USE_TM TRUE 175#define CH_CFG_USE_TM FALSE
176#endif 176#endif
177 177
178/** 178/**
@@ -182,7 +182,7 @@
182 * @note The default is @p TRUE. 182 * @note The default is @p TRUE.
183 */ 183 */
184#if !defined(CH_CFG_USE_REGISTRY) 184#if !defined(CH_CFG_USE_REGISTRY)
185#define CH_CFG_USE_REGISTRY TRUE 185#define CH_CFG_USE_REGISTRY FALSE
186#endif 186#endif
187 187
188/** 188/**
@@ -193,7 +193,7 @@
193 * @note The default is @p TRUE. 193 * @note The default is @p TRUE.
194 */ 194 */
195#if !defined(CH_CFG_USE_WAITEXIT) 195#if !defined(CH_CFG_USE_WAITEXIT)
196#define CH_CFG_USE_WAITEXIT TRUE 196#define CH_CFG_USE_WAITEXIT FALSE
197#endif 197#endif
198 198
199/** 199/**
@@ -250,7 +250,7 @@
250 * @note Requires @p CH_CFG_USE_MUTEXES. 250 * @note Requires @p CH_CFG_USE_MUTEXES.
251 */ 251 */
252#if !defined(CH_CFG_USE_CONDVARS) 252#if !defined(CH_CFG_USE_CONDVARS)
253#define CH_CFG_USE_CONDVARS TRUE 253#define CH_CFG_USE_CONDVARS FALSE
254#endif 254#endif
255 255
256/** 256/**
@@ -295,7 +295,7 @@
295 * @note The default is @p TRUE. 295 * @note The default is @p TRUE.
296 */ 296 */
297#if !defined(CH_CFG_USE_MESSAGES) 297#if !defined(CH_CFG_USE_MESSAGES)
298#define CH_CFG_USE_MESSAGES TRUE 298#define CH_CFG_USE_MESSAGES FALSE
299#endif 299#endif
300 300
301/** 301/**
@@ -320,7 +320,7 @@
320 * @note Requires @p CH_CFG_USE_SEMAPHORES. 320 * @note Requires @p CH_CFG_USE_SEMAPHORES.
321 */ 321 */
322#if !defined(CH_CFG_USE_MAILBOXES) 322#if !defined(CH_CFG_USE_MAILBOXES)
323#define CH_CFG_USE_MAILBOXES TRUE 323#define CH_CFG_USE_MAILBOXES FALSE
324#endif 324#endif
325 325
326/** 326/**
@@ -345,7 +345,7 @@
345 * @note Mutexes are recommended. 345 * @note Mutexes are recommended.
346 */ 346 */
347#if !defined(CH_CFG_USE_HEAP) 347#if !defined(CH_CFG_USE_HEAP)
348#define CH_CFG_USE_HEAP TRUE 348#define CH_CFG_USE_HEAP FALSE
349#endif 349#endif
350 350
351/** 351/**
@@ -356,7 +356,7 @@
356 * @note The default is @p TRUE. 356 * @note The default is @p TRUE.
357 */ 357 */
358#if !defined(CH_CFG_USE_MEMPOOLS) 358#if !defined(CH_CFG_USE_MEMPOOLS)
359#define CH_CFG_USE_MEMPOOLS TRUE 359#define CH_CFG_USE_MEMPOOLS FALSE
360#endif 360#endif
361 361
362/** 362/**
@@ -367,7 +367,7 @@
367 * @note The default is @p TRUE. 367 * @note The default is @p TRUE.
368 */ 368 */
369#if !defined(CH_CFG_USE_OBJ_FIFOS) 369#if !defined(CH_CFG_USE_OBJ_FIFOS)
370#define CH_CFG_USE_OBJ_FIFOS TRUE 370#define CH_CFG_USE_OBJ_FIFOS FALSE
371#endif 371#endif
372 372
373/** 373/**
@@ -378,7 +378,7 @@
378 * @note The default is @p TRUE. 378 * @note The default is @p TRUE.
379 */ 379 */
380#if !defined(CH_CFG_USE_PIPES) 380#if !defined(CH_CFG_USE_PIPES)
381#define CH_CFG_USE_PIPES TRUE 381#define CH_CFG_USE_PIPES FALSE
382#endif 382#endif
383 383
384/** 384/**
@@ -391,7 +391,7 @@
391 * @note Requires @p CH_CFG_USE_HEAP and/or @p CH_CFG_USE_MEMPOOLS. 391 * @note Requires @p CH_CFG_USE_HEAP and/or @p CH_CFG_USE_MEMPOOLS.
392 */ 392 */
393#if !defined(CH_CFG_USE_DYNAMIC) 393#if !defined(CH_CFG_USE_DYNAMIC)
394#define CH_CFG_USE_DYNAMIC TRUE 394#define CH_CFG_USE_DYNAMIC FALSE
395#endif 395#endif
396 396
397/** @} */ 397/** @} */