From 75111e967fb3fa6239884a0c85635e7ede46bc29 Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Sun, 10 Jan 2021 09:52:49 +1100 Subject: [PATCH] Disable subsystems repo-wide. (#11449) --- keyboards/chavdai40/chconf.h | 18 --------- keyboards/ergodox_infinity/chconf.h | 19 +++------- keyboards/infinity60/chconf.h | 18 +-------- keyboards/k_type/chconf.h | 18 --------- keyboards/keebwerk/mega/chconf.h | 45 ----------------------- keyboards/peiorisboards/ixora/chconf.h | 18 --------- keyboards/phoenix/chconf.h | 16 -------- keyboards/polilla/chconf.h | 20 ---------- keyboards/tkw/stoutgat/v2/f411/chconf.h | 16 -------- keyboards/vinta/chconf.h | 18 --------- keyboards/whitefox/chconf.h | 19 +++------- keyboards/zvecr/zv48/f401/chconf.h | 41 --------------------- keyboards/zvecr/zv48/f411/chconf.h | 41 --------------------- platforms/chibios/common/configs/chconf.h | 22 +++++------ 14 files changed, 22 insertions(+), 307 deletions(-) delete mode 100644 keyboards/keebwerk/mega/chconf.h delete mode 100644 keyboards/zvecr/zv48/f401/chconf.h delete mode 100644 keyboards/zvecr/zv48/f411/chconf.h diff --git a/keyboards/chavdai40/chconf.h b/keyboards/chavdai40/chconf.h index 2919eae74b621dc584c2011d0476805ca50b2a90..bd6fd35ed92f57b3b1ca9db59e2ba1cd2e43a44f 100644 --- a/keyboards/chavdai40/chconf.h +++ b/keyboards/chavdai40/chconf.h @@ -23,23 +23,5 @@ #define CH_CFG_ST_FREQUENCY 10000 -#define CH_CFG_USE_TM FALSE - -#define CH_CFG_USE_MEMCORE TRUE - -#define CH_CFG_USE_FACTORY TRUE - -#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE - -#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE - -#define CH_CFG_FACTORY_SEMAPHORES TRUE - -#define CH_CFG_FACTORY_MAILBOXES TRUE - -#define CH_CFG_FACTORY_OBJ_FIFOS TRUE - -#define CH_CFG_FACTORY_PIPES TRUE - #include_next diff --git a/keyboards/ergodox_infinity/chconf.h b/keyboards/ergodox_infinity/chconf.h index 05d0ba5301d5afca6b34d46df26f5d2d466b046c..d04f3dcf6d2892f9c7704a17ddf2610e6e14208c 100644 --- a/keyboards/ergodox_infinity/chconf.h +++ b/keyboards/ergodox_infinity/chconf.h @@ -25,23 +25,14 @@ #define CH_CFG_TIME_QUANTUM 20 -#define CH_CFG_USE_TM FALSE +#define CH_CFG_USE_REGISTRY TRUE -#define CH_CFG_USE_MEMCORE TRUE - -#define CH_CFG_USE_FACTORY TRUE - -#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE - -#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE +#define CH_CFG_USE_WAITEXIT TRUE -#define CH_CFG_FACTORY_SEMAPHORES TRUE - -#define CH_CFG_FACTORY_MAILBOXES TRUE +#define CH_CFG_USE_MEMCORE TRUE -#define CH_CFG_FACTORY_OBJ_FIFOS TRUE +#define CH_CFG_USE_HEAP TRUE -#define CH_CFG_FACTORY_PIPES TRUE +#define CH_CFG_USE_DYNAMIC TRUE #include_next - diff --git a/keyboards/infinity60/chconf.h b/keyboards/infinity60/chconf.h index baefb4605f7d3f8b1ad90cac80788787e00d8add..41a4253b28d2efabe59f1dcc4ab66b8b315d9819 100644 --- a/keyboards/infinity60/chconf.h +++ b/keyboards/infinity60/chconf.h @@ -25,23 +25,7 @@ #define CH_CFG_TIME_QUANTUM 20 -#define CH_CFG_USE_TM FALSE - -#define CH_CFG_USE_MEMCORE TRUE - -#define CH_CFG_USE_FACTORY TRUE - -#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE - -#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE - -#define CH_CFG_FACTORY_SEMAPHORES TRUE - -#define CH_CFG_FACTORY_MAILBOXES TRUE - -#define CH_CFG_FACTORY_OBJ_FIFOS TRUE - -#define CH_CFG_FACTORY_PIPES TRUE +#define CH_CFG_USE_MAILBOXES TRUE #include_next diff --git a/keyboards/k_type/chconf.h b/keyboards/k_type/chconf.h index 9caeb446d50577c4f169a512b0f2091a438456f7..ffa338fe0b3f3bd003b9e3d75ef854eb03b4ca2b 100644 --- a/keyboards/k_type/chconf.h +++ b/keyboards/k_type/chconf.h @@ -25,23 +25,5 @@ #define CH_CFG_TIME_QUANTUM 20 -#define CH_CFG_USE_TM FALSE - -#define CH_CFG_USE_MEMCORE TRUE - -#define CH_CFG_USE_FACTORY TRUE - -#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE - -#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE - -#define CH_CFG_FACTORY_SEMAPHORES TRUE - -#define CH_CFG_FACTORY_MAILBOXES TRUE - -#define CH_CFG_FACTORY_OBJ_FIFOS TRUE - -#define CH_CFG_FACTORY_PIPES TRUE - #include_next diff --git a/keyboards/keebwerk/mega/chconf.h b/keyboards/keebwerk/mega/chconf.h deleted file mode 100644 index ab7734fb0af8368b8630ab6c56474161c99df0d1..0000000000000000000000000000000000000000 --- a/keyboards/keebwerk/mega/chconf.h +++ /dev/null @@ -1,45 +0,0 @@ -/* Copyright 2020 QMK - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -/* - * This file was auto-generated by: - * `qmk chibios-confupdate -i keyboards/keebwerk/mega/chconf.h -r platforms/chibios/common/configs/chconf.h` - */ - -#pragma once - -#define CH_CFG_USE_MESSAGES_PRIORITY TRUE - -#define CH_CFG_USE_MEMCORE TRUE - -#define CH_CFG_USE_FACTORY TRUE - -#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE - -#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE - -#define CH_CFG_FACTORY_SEMAPHORES TRUE - -#define CH_CFG_FACTORY_MAILBOXES TRUE - -#define CH_CFG_FACTORY_OBJ_FIFOS TRUE - -#define CH_CFG_FACTORY_PIPES TRUE - -#define CH_DBG_ENABLE_STACK_CHECK TRUE - -#include_next - diff --git a/keyboards/peiorisboards/ixora/chconf.h b/keyboards/peiorisboards/ixora/chconf.h index 34c7bf78469f5a433fba5c30f8439e21ca34d1f6..e4664d2c6e62a96e538fc470c3d5342e6970322d 100644 --- a/keyboards/peiorisboards/ixora/chconf.h +++ b/keyboards/peiorisboards/ixora/chconf.h @@ -23,23 +23,5 @@ #define CH_CFG_ST_FREQUENCY 10000 -#define CH_CFG_USE_TM FALSE - -#define CH_CFG_USE_MEMCORE TRUE - -#define CH_CFG_USE_FACTORY TRUE - -#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE - -#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE - -#define CH_CFG_FACTORY_SEMAPHORES TRUE - -#define CH_CFG_FACTORY_MAILBOXES TRUE - -#define CH_CFG_FACTORY_OBJ_FIFOS TRUE - -#define CH_CFG_FACTORY_PIPES TRUE - #include_next diff --git a/keyboards/phoenix/chconf.h b/keyboards/phoenix/chconf.h index 052587223f84373c1b07837cf1b1079113549f8c..c6791a55f86eb4f273dc53379c865ad2271a1a4b 100644 --- a/keyboards/phoenix/chconf.h +++ b/keyboards/phoenix/chconf.h @@ -23,21 +23,5 @@ #define CH_CFG_ST_FREQUENCY 10000 -#define CH_CFG_USE_MEMCORE TRUE - -#define CH_CFG_USE_FACTORY TRUE - -#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE - -#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE - -#define CH_CFG_FACTORY_SEMAPHORES TRUE - -#define CH_CFG_FACTORY_MAILBOXES TRUE - -#define CH_CFG_FACTORY_OBJ_FIFOS TRUE - -#define CH_CFG_FACTORY_PIPES TRUE - #include_next diff --git a/keyboards/polilla/chconf.h b/keyboards/polilla/chconf.h index 0b8104494047a628a400e3e140a06fd70aca3cae..252acdd4188fe54b493685b44b95833a0f2fc018 100644 --- a/keyboards/polilla/chconf.h +++ b/keyboards/polilla/chconf.h @@ -23,25 +23,5 @@ #define CH_CFG_ST_FREQUENCY 10000 -#define CH_CFG_USE_TM FALSE - -#define CH_CFG_USE_MEMCORE TRUE - -#define CH_CFG_USE_DYNAMIC FALSE - -#define CH_CFG_USE_FACTORY TRUE - -#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE - -#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE - -#define CH_CFG_FACTORY_SEMAPHORES TRUE - -#define CH_CFG_FACTORY_MAILBOXES TRUE - -#define CH_CFG_FACTORY_OBJ_FIFOS TRUE - -#define CH_CFG_FACTORY_PIPES TRUE - #include_next diff --git a/keyboards/tkw/stoutgat/v2/f411/chconf.h b/keyboards/tkw/stoutgat/v2/f411/chconf.h index 57781f2479992e66a105d1953a8640d4d62b5e95..531b724ef986e9e8606c7fa69c01dffd1192f3aa 100644 --- a/keyboards/tkw/stoutgat/v2/f411/chconf.h +++ b/keyboards/tkw/stoutgat/v2/f411/chconf.h @@ -21,21 +21,5 @@ #pragma once -#define CH_CFG_USE_MEMCORE TRUE - -#define CH_CFG_USE_FACTORY TRUE - -#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE - -#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE - -#define CH_CFG_FACTORY_SEMAPHORES TRUE - -#define CH_CFG_FACTORY_MAILBOXES TRUE - -#define CH_CFG_FACTORY_OBJ_FIFOS TRUE - -#define CH_CFG_FACTORY_PIPES TRUE - #include_next diff --git a/keyboards/vinta/chconf.h b/keyboards/vinta/chconf.h index 0b499f8700f2230a412d6e4361fcdc84247db424..62469b17617432e98b3574aea2295b3d31088cc2 100644 --- a/keyboards/vinta/chconf.h +++ b/keyboards/vinta/chconf.h @@ -23,23 +23,5 @@ #define CH_CFG_ST_FREQUENCY 10000 -#define CH_CFG_USE_TM FALSE - -#define CH_CFG_USE_MEMCORE TRUE - -#define CH_CFG_USE_FACTORY TRUE - -#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE - -#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE - -#define CH_CFG_FACTORY_SEMAPHORES TRUE - -#define CH_CFG_FACTORY_MAILBOXES TRUE - -#define CH_CFG_FACTORY_OBJ_FIFOS TRUE - -#define CH_CFG_FACTORY_PIPES TRUE - #include_next diff --git a/keyboards/whitefox/chconf.h b/keyboards/whitefox/chconf.h index 26938852f1647b0e7a9b6db7daa06ec7b4e374d3..43e3f13bb1acbeb2aa9c612c228352eef92c271e 100644 --- a/keyboards/whitefox/chconf.h +++ b/keyboards/whitefox/chconf.h @@ -25,23 +25,14 @@ #define CH_CFG_TIME_QUANTUM 20 -#define CH_CFG_USE_TM FALSE +#define CH_CFG_USE_REGISTRY TRUE -#define CH_CFG_USE_MEMCORE TRUE - -#define CH_CFG_USE_FACTORY TRUE - -#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE - -#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE +#define CH_CFG_USE_WAITEXIT TRUE -#define CH_CFG_FACTORY_SEMAPHORES TRUE - -#define CH_CFG_FACTORY_MAILBOXES TRUE +#define CH_CFG_USE_MEMCORE TRUE -#define CH_CFG_FACTORY_OBJ_FIFOS TRUE +#define CH_CFG_USE_HEAP TRUE -#define CH_CFG_FACTORY_PIPES TRUE +#define CH_CFG_USE_DYNAMIC TRUE #include_next - diff --git a/keyboards/zvecr/zv48/f401/chconf.h b/keyboards/zvecr/zv48/f401/chconf.h deleted file mode 100644 index e036ca89332ed738e4701517a507b9033c19140c..0000000000000000000000000000000000000000 --- a/keyboards/zvecr/zv48/f401/chconf.h +++ /dev/null @@ -1,41 +0,0 @@ -/* Copyright 2020 QMK - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -/* - * This file was auto-generated by: - * `qmk chibios-confupdate -i keyboards/zvecr/zv48/f401/chconf.h -r platforms/chibios/common/configs/chconf.h` - */ - -#pragma once - -#define CH_CFG_USE_MEMCORE TRUE - -#define CH_CFG_USE_FACTORY TRUE - -#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE - -#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE - -#define CH_CFG_FACTORY_SEMAPHORES TRUE - -#define CH_CFG_FACTORY_MAILBOXES TRUE - -#define CH_CFG_FACTORY_OBJ_FIFOS TRUE - -#define CH_CFG_FACTORY_PIPES TRUE - -#include_next - diff --git a/keyboards/zvecr/zv48/f411/chconf.h b/keyboards/zvecr/zv48/f411/chconf.h deleted file mode 100644 index 30fb0a1e5591f00bd0a0d3d0a1915c3ea926088c..0000000000000000000000000000000000000000 --- a/keyboards/zvecr/zv48/f411/chconf.h +++ /dev/null @@ -1,41 +0,0 @@ -/* Copyright 2020 QMK - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - -/* - * This file was auto-generated by: - * `qmk chibios-confupdate -i keyboards/zvecr/zv48/f411/chconf.h -r platforms/chibios/common/configs/chconf.h` - */ - -#pragma once - -#define CH_CFG_USE_MEMCORE TRUE - -#define CH_CFG_USE_FACTORY TRUE - -#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE - -#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE - -#define CH_CFG_FACTORY_SEMAPHORES TRUE - -#define CH_CFG_FACTORY_MAILBOXES TRUE - -#define CH_CFG_FACTORY_OBJ_FIFOS TRUE - -#define CH_CFG_FACTORY_PIPES TRUE - -#include_next - diff --git a/platforms/chibios/common/configs/chconf.h b/platforms/chibios/common/configs/chconf.h index 2fad3f769b5d044fdfcdf7dbd05903637fc464f8..51ec2fb5b88a17ec75df6eb1a2937fa3b540a5c5 100644 --- a/platforms/chibios/common/configs/chconf.h +++ b/platforms/chibios/common/configs/chconf.h @@ -172,7 +172,7 @@ * @note The default is @p TRUE. */ #if !defined(CH_CFG_USE_TM) -#define CH_CFG_USE_TM TRUE +#define CH_CFG_USE_TM FALSE #endif /** @@ -182,7 +182,7 @@ * @note The default is @p TRUE. */ #if !defined(CH_CFG_USE_REGISTRY) -#define CH_CFG_USE_REGISTRY TRUE +#define CH_CFG_USE_REGISTRY FALSE #endif /** @@ -193,7 +193,7 @@ * @note The default is @p TRUE. */ #if !defined(CH_CFG_USE_WAITEXIT) -#define CH_CFG_USE_WAITEXIT TRUE +#define CH_CFG_USE_WAITEXIT FALSE #endif /** @@ -250,7 +250,7 @@ * @note Requires @p CH_CFG_USE_MUTEXES. */ #if !defined(CH_CFG_USE_CONDVARS) -#define CH_CFG_USE_CONDVARS TRUE +#define CH_CFG_USE_CONDVARS FALSE #endif /** @@ -295,7 +295,7 @@ * @note The default is @p TRUE. */ #if !defined(CH_CFG_USE_MESSAGES) -#define CH_CFG_USE_MESSAGES TRUE +#define CH_CFG_USE_MESSAGES FALSE #endif /** @@ -320,7 +320,7 @@ * @note Requires @p CH_CFG_USE_SEMAPHORES. */ #if !defined(CH_CFG_USE_MAILBOXES) -#define CH_CFG_USE_MAILBOXES TRUE +#define CH_CFG_USE_MAILBOXES FALSE #endif /** @@ -345,7 +345,7 @@ * @note Mutexes are recommended. */ #if !defined(CH_CFG_USE_HEAP) -#define CH_CFG_USE_HEAP TRUE +#define CH_CFG_USE_HEAP FALSE #endif /** @@ -356,7 +356,7 @@ * @note The default is @p TRUE. */ #if !defined(CH_CFG_USE_MEMPOOLS) -#define CH_CFG_USE_MEMPOOLS TRUE +#define CH_CFG_USE_MEMPOOLS FALSE #endif /** @@ -367,7 +367,7 @@ * @note The default is @p TRUE. */ #if !defined(CH_CFG_USE_OBJ_FIFOS) -#define CH_CFG_USE_OBJ_FIFOS TRUE +#define CH_CFG_USE_OBJ_FIFOS FALSE #endif /** @@ -378,7 +378,7 @@ * @note The default is @p TRUE. */ #if !defined(CH_CFG_USE_PIPES) -#define CH_CFG_USE_PIPES TRUE +#define CH_CFG_USE_PIPES FALSE #endif /** @@ -391,7 +391,7 @@ * @note Requires @p CH_CFG_USE_HEAP and/or @p CH_CFG_USE_MEMPOOLS. */ #if !defined(CH_CFG_USE_DYNAMIC) -#define CH_CFG_USE_DYNAMIC TRUE +#define CH_CFG_USE_DYNAMIC FALSE #endif /** @} */