diff options
| author | Nick Brassel <nick@tzarc.org> | 2021-01-10 09:52:49 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-10 09:52:49 +1100 |
| commit | 75111e967fb3fa6239884a0c85635e7ede46bc29 (patch) | |
| tree | 231ae98637d2b8ebc9fdadb4286c605da5e938ee /keyboards | |
| parent | f7b0e803c27b9c8b5404be780e87b7a3c9e243e6 (diff) | |
| download | qmk_firmware-75111e967fb3fa6239884a0c85635e7ede46bc29.tar.gz qmk_firmware-75111e967fb3fa6239884a0c85635e7ede46bc29.zip | |
Disable subsystems repo-wide. (#11449)
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/chavdai40/chconf.h | 18 | ||||
| -rw-r--r-- | keyboards/ergodox_infinity/chconf.h | 19 | ||||
| -rw-r--r-- | keyboards/infinity60/chconf.h | 18 | ||||
| -rw-r--r-- | keyboards/k_type/chconf.h | 18 | ||||
| -rw-r--r-- | keyboards/keebwerk/mega/chconf.h | 45 | ||||
| -rw-r--r-- | keyboards/peiorisboards/ixora/chconf.h | 18 | ||||
| -rw-r--r-- | keyboards/phoenix/chconf.h | 16 | ||||
| -rw-r--r-- | keyboards/polilla/chconf.h | 20 | ||||
| -rw-r--r-- | keyboards/tkw/stoutgat/v2/f411/chconf.h | 16 | ||||
| -rw-r--r-- | keyboards/vinta/chconf.h | 18 | ||||
| -rw-r--r-- | keyboards/whitefox/chconf.h | 19 | ||||
| -rw-r--r-- | keyboards/zvecr/zv48/f401/chconf.h | 41 | ||||
| -rw-r--r-- | keyboards/zvecr/zv48/f411/chconf.h | 41 |
13 files changed, 11 insertions, 296 deletions
diff --git a/keyboards/chavdai40/chconf.h b/keyboards/chavdai40/chconf.h index 2919eae74..bd6fd35ed 100644 --- a/keyboards/chavdai40/chconf.h +++ b/keyboards/chavdai40/chconf.h | |||
| @@ -23,23 +23,5 @@ | |||
| 23 | 23 | ||
| 24 | #define CH_CFG_ST_FREQUENCY 10000 | 24 | #define CH_CFG_ST_FREQUENCY 10000 |
| 25 | 25 | ||
| 26 | #define CH_CFG_USE_TM FALSE | ||
| 27 | |||
| 28 | #define CH_CFG_USE_MEMCORE TRUE | ||
| 29 | |||
| 30 | #define CH_CFG_USE_FACTORY TRUE | ||
| 31 | |||
| 32 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | ||
| 33 | |||
| 34 | #define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE | ||
| 35 | |||
| 36 | #define CH_CFG_FACTORY_SEMAPHORES TRUE | ||
| 37 | |||
| 38 | #define CH_CFG_FACTORY_MAILBOXES TRUE | ||
| 39 | |||
| 40 | #define CH_CFG_FACTORY_OBJ_FIFOS TRUE | ||
| 41 | |||
| 42 | #define CH_CFG_FACTORY_PIPES TRUE | ||
| 43 | |||
| 44 | #include_next <chconf.h> | 26 | #include_next <chconf.h> |
| 45 | 27 | ||
diff --git a/keyboards/ergodox_infinity/chconf.h b/keyboards/ergodox_infinity/chconf.h index 05d0ba530..d04f3dcf6 100644 --- a/keyboards/ergodox_infinity/chconf.h +++ b/keyboards/ergodox_infinity/chconf.h | |||
| @@ -25,23 +25,14 @@ | |||
| 25 | 25 | ||
| 26 | #define CH_CFG_TIME_QUANTUM 20 | 26 | #define CH_CFG_TIME_QUANTUM 20 |
| 27 | 27 | ||
| 28 | #define CH_CFG_USE_TM FALSE | 28 | #define CH_CFG_USE_REGISTRY TRUE |
| 29 | 29 | ||
| 30 | #define CH_CFG_USE_MEMCORE TRUE | 30 | #define CH_CFG_USE_WAITEXIT TRUE |
| 31 | |||
| 32 | #define CH_CFG_USE_FACTORY TRUE | ||
| 33 | |||
| 34 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | ||
| 35 | |||
| 36 | #define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE | ||
| 37 | 31 | ||
| 38 | #define CH_CFG_FACTORY_SEMAPHORES TRUE | 32 | #define CH_CFG_USE_MEMCORE TRUE |
| 39 | |||
| 40 | #define CH_CFG_FACTORY_MAILBOXES TRUE | ||
| 41 | 33 | ||
| 42 | #define CH_CFG_FACTORY_OBJ_FIFOS TRUE | 34 | #define CH_CFG_USE_HEAP TRUE |
| 43 | 35 | ||
| 44 | #define CH_CFG_FACTORY_PIPES TRUE | 36 | #define CH_CFG_USE_DYNAMIC TRUE |
| 45 | 37 | ||
| 46 | #include_next <chconf.h> | 38 | #include_next <chconf.h> |
| 47 | |||
diff --git a/keyboards/infinity60/chconf.h b/keyboards/infinity60/chconf.h index baefb4605..41a4253b2 100644 --- a/keyboards/infinity60/chconf.h +++ b/keyboards/infinity60/chconf.h | |||
| @@ -25,23 +25,7 @@ | |||
| 25 | 25 | ||
| 26 | #define CH_CFG_TIME_QUANTUM 20 | 26 | #define CH_CFG_TIME_QUANTUM 20 |
| 27 | 27 | ||
| 28 | #define CH_CFG_USE_TM FALSE | 28 | #define CH_CFG_USE_MAILBOXES TRUE |
| 29 | |||
| 30 | #define CH_CFG_USE_MEMCORE TRUE | ||
| 31 | |||
| 32 | #define CH_CFG_USE_FACTORY TRUE | ||
| 33 | |||
| 34 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | ||
| 35 | |||
| 36 | #define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE | ||
| 37 | |||
| 38 | #define CH_CFG_FACTORY_SEMAPHORES TRUE | ||
| 39 | |||
| 40 | #define CH_CFG_FACTORY_MAILBOXES TRUE | ||
| 41 | |||
| 42 | #define CH_CFG_FACTORY_OBJ_FIFOS TRUE | ||
| 43 | |||
| 44 | #define CH_CFG_FACTORY_PIPES TRUE | ||
| 45 | 29 | ||
| 46 | #include_next <chconf.h> | 30 | #include_next <chconf.h> |
| 47 | 31 | ||
diff --git a/keyboards/k_type/chconf.h b/keyboards/k_type/chconf.h index 9caeb446d..ffa338fe0 100644 --- a/keyboards/k_type/chconf.h +++ b/keyboards/k_type/chconf.h | |||
| @@ -25,23 +25,5 @@ | |||
| 25 | 25 | ||
| 26 | #define CH_CFG_TIME_QUANTUM 20 | 26 | #define CH_CFG_TIME_QUANTUM 20 |
| 27 | 27 | ||
| 28 | #define CH_CFG_USE_TM FALSE | ||
| 29 | |||
| 30 | #define CH_CFG_USE_MEMCORE TRUE | ||
| 31 | |||
| 32 | #define CH_CFG_USE_FACTORY TRUE | ||
| 33 | |||
| 34 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | ||
| 35 | |||
| 36 | #define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE | ||
| 37 | |||
| 38 | #define CH_CFG_FACTORY_SEMAPHORES TRUE | ||
| 39 | |||
| 40 | #define CH_CFG_FACTORY_MAILBOXES TRUE | ||
| 41 | |||
| 42 | #define CH_CFG_FACTORY_OBJ_FIFOS TRUE | ||
| 43 | |||
| 44 | #define CH_CFG_FACTORY_PIPES TRUE | ||
| 45 | |||
| 46 | #include_next <chconf.h> | 28 | #include_next <chconf.h> |
| 47 | 29 | ||
diff --git a/keyboards/keebwerk/mega/chconf.h b/keyboards/keebwerk/mega/chconf.h deleted file mode 100644 index ab7734fb0..000000000 --- a/keyboards/keebwerk/mega/chconf.h +++ /dev/null | |||
| @@ -1,45 +0,0 @@ | |||
| 1 | /* Copyright 2020 QMK | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | /* | ||
| 18 | * This file was auto-generated by: | ||
| 19 | * `qmk chibios-confupdate -i keyboards/keebwerk/mega/chconf.h -r platforms/chibios/common/configs/chconf.h` | ||
| 20 | */ | ||
| 21 | |||
| 22 | #pragma once | ||
| 23 | |||
| 24 | #define CH_CFG_USE_MESSAGES_PRIORITY TRUE | ||
| 25 | |||
| 26 | #define CH_CFG_USE_MEMCORE TRUE | ||
| 27 | |||
| 28 | #define CH_CFG_USE_FACTORY TRUE | ||
| 29 | |||
| 30 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | ||
| 31 | |||
| 32 | #define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE | ||
| 33 | |||
| 34 | #define CH_CFG_FACTORY_SEMAPHORES TRUE | ||
| 35 | |||
| 36 | #define CH_CFG_FACTORY_MAILBOXES TRUE | ||
| 37 | |||
| 38 | #define CH_CFG_FACTORY_OBJ_FIFOS TRUE | ||
| 39 | |||
| 40 | #define CH_CFG_FACTORY_PIPES TRUE | ||
| 41 | |||
| 42 | #define CH_DBG_ENABLE_STACK_CHECK TRUE | ||
| 43 | |||
| 44 | #include_next <chconf.h> | ||
| 45 | |||
diff --git a/keyboards/peiorisboards/ixora/chconf.h b/keyboards/peiorisboards/ixora/chconf.h index 34c7bf784..e4664d2c6 100644 --- a/keyboards/peiorisboards/ixora/chconf.h +++ b/keyboards/peiorisboards/ixora/chconf.h | |||
| @@ -23,23 +23,5 @@ | |||
| 23 | 23 | ||
| 24 | #define CH_CFG_ST_FREQUENCY 10000 | 24 | #define CH_CFG_ST_FREQUENCY 10000 |
| 25 | 25 | ||
| 26 | #define CH_CFG_USE_TM FALSE | ||
| 27 | |||
| 28 | #define CH_CFG_USE_MEMCORE TRUE | ||
| 29 | |||
| 30 | #define CH_CFG_USE_FACTORY TRUE | ||
| 31 | |||
| 32 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | ||
| 33 | |||
| 34 | #define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE | ||
| 35 | |||
| 36 | #define CH_CFG_FACTORY_SEMAPHORES TRUE | ||
| 37 | |||
| 38 | #define CH_CFG_FACTORY_MAILBOXES TRUE | ||
| 39 | |||
| 40 | #define CH_CFG_FACTORY_OBJ_FIFOS TRUE | ||
| 41 | |||
| 42 | #define CH_CFG_FACTORY_PIPES TRUE | ||
| 43 | |||
| 44 | #include_next <chconf.h> | 26 | #include_next <chconf.h> |
| 45 | 27 | ||
diff --git a/keyboards/phoenix/chconf.h b/keyboards/phoenix/chconf.h index 052587223..c6791a55f 100644 --- a/keyboards/phoenix/chconf.h +++ b/keyboards/phoenix/chconf.h | |||
| @@ -23,21 +23,5 @@ | |||
| 23 | 23 | ||
| 24 | #define CH_CFG_ST_FREQUENCY 10000 | 24 | #define CH_CFG_ST_FREQUENCY 10000 |
| 25 | 25 | ||
| 26 | #define CH_CFG_USE_MEMCORE TRUE | ||
| 27 | |||
| 28 | #define CH_CFG_USE_FACTORY TRUE | ||
| 29 | |||
| 30 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | ||
| 31 | |||
| 32 | #define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE | ||
| 33 | |||
| 34 | #define CH_CFG_FACTORY_SEMAPHORES TRUE | ||
| 35 | |||
| 36 | #define CH_CFG_FACTORY_MAILBOXES TRUE | ||
| 37 | |||
| 38 | #define CH_CFG_FACTORY_OBJ_FIFOS TRUE | ||
| 39 | |||
| 40 | #define CH_CFG_FACTORY_PIPES TRUE | ||
| 41 | |||
| 42 | #include_next <chconf.h> | 26 | #include_next <chconf.h> |
| 43 | 27 | ||
diff --git a/keyboards/polilla/chconf.h b/keyboards/polilla/chconf.h index 0b8104494..252acdd41 100644 --- a/keyboards/polilla/chconf.h +++ b/keyboards/polilla/chconf.h | |||
| @@ -23,25 +23,5 @@ | |||
| 23 | 23 | ||
| 24 | #define CH_CFG_ST_FREQUENCY 10000 | 24 | #define CH_CFG_ST_FREQUENCY 10000 |
| 25 | 25 | ||
| 26 | #define CH_CFG_USE_TM FALSE | ||
| 27 | |||
| 28 | #define CH_CFG_USE_MEMCORE TRUE | ||
| 29 | |||
| 30 | #define CH_CFG_USE_DYNAMIC FALSE | ||
| 31 | |||
| 32 | #define CH_CFG_USE_FACTORY TRUE | ||
| 33 | |||
| 34 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | ||
| 35 | |||
| 36 | #define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE | ||
| 37 | |||
| 38 | #define CH_CFG_FACTORY_SEMAPHORES TRUE | ||
| 39 | |||
| 40 | #define CH_CFG_FACTORY_MAILBOXES TRUE | ||
| 41 | |||
| 42 | #define CH_CFG_FACTORY_OBJ_FIFOS TRUE | ||
| 43 | |||
| 44 | #define CH_CFG_FACTORY_PIPES TRUE | ||
| 45 | |||
| 46 | #include_next <chconf.h> | 26 | #include_next <chconf.h> |
| 47 | 27 | ||
diff --git a/keyboards/tkw/stoutgat/v2/f411/chconf.h b/keyboards/tkw/stoutgat/v2/f411/chconf.h index 57781f247..531b724ef 100644 --- a/keyboards/tkw/stoutgat/v2/f411/chconf.h +++ b/keyboards/tkw/stoutgat/v2/f411/chconf.h | |||
| @@ -21,21 +21,5 @@ | |||
| 21 | 21 | ||
| 22 | #pragma once | 22 | #pragma once |
| 23 | 23 | ||
| 24 | #define CH_CFG_USE_MEMCORE TRUE | ||
| 25 | |||
| 26 | #define CH_CFG_USE_FACTORY TRUE | ||
| 27 | |||
| 28 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | ||
| 29 | |||
| 30 | #define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE | ||
| 31 | |||
| 32 | #define CH_CFG_FACTORY_SEMAPHORES TRUE | ||
| 33 | |||
| 34 | #define CH_CFG_FACTORY_MAILBOXES TRUE | ||
| 35 | |||
| 36 | #define CH_CFG_FACTORY_OBJ_FIFOS TRUE | ||
| 37 | |||
| 38 | #define CH_CFG_FACTORY_PIPES TRUE | ||
| 39 | |||
| 40 | #include_next <chconf.h> | 24 | #include_next <chconf.h> |
| 41 | 25 | ||
diff --git a/keyboards/vinta/chconf.h b/keyboards/vinta/chconf.h index 0b499f870..62469b176 100644 --- a/keyboards/vinta/chconf.h +++ b/keyboards/vinta/chconf.h | |||
| @@ -23,23 +23,5 @@ | |||
| 23 | 23 | ||
| 24 | #define CH_CFG_ST_FREQUENCY 10000 | 24 | #define CH_CFG_ST_FREQUENCY 10000 |
| 25 | 25 | ||
| 26 | #define CH_CFG_USE_TM FALSE | ||
| 27 | |||
| 28 | #define CH_CFG_USE_MEMCORE TRUE | ||
| 29 | |||
| 30 | #define CH_CFG_USE_FACTORY TRUE | ||
| 31 | |||
| 32 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | ||
| 33 | |||
| 34 | #define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE | ||
| 35 | |||
| 36 | #define CH_CFG_FACTORY_SEMAPHORES TRUE | ||
| 37 | |||
| 38 | #define CH_CFG_FACTORY_MAILBOXES TRUE | ||
| 39 | |||
| 40 | #define CH_CFG_FACTORY_OBJ_FIFOS TRUE | ||
| 41 | |||
| 42 | #define CH_CFG_FACTORY_PIPES TRUE | ||
| 43 | |||
| 44 | #include_next <chconf.h> | 26 | #include_next <chconf.h> |
| 45 | 27 | ||
diff --git a/keyboards/whitefox/chconf.h b/keyboards/whitefox/chconf.h index 26938852f..43e3f13bb 100644 --- a/keyboards/whitefox/chconf.h +++ b/keyboards/whitefox/chconf.h | |||
| @@ -25,23 +25,14 @@ | |||
| 25 | 25 | ||
| 26 | #define CH_CFG_TIME_QUANTUM 20 | 26 | #define CH_CFG_TIME_QUANTUM 20 |
| 27 | 27 | ||
| 28 | #define CH_CFG_USE_TM FALSE | 28 | #define CH_CFG_USE_REGISTRY TRUE |
| 29 | 29 | ||
| 30 | #define CH_CFG_USE_MEMCORE TRUE | 30 | #define CH_CFG_USE_WAITEXIT TRUE |
| 31 | |||
| 32 | #define CH_CFG_USE_FACTORY TRUE | ||
| 33 | |||
| 34 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | ||
| 35 | |||
| 36 | #define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE | ||
| 37 | 31 | ||
| 38 | #define CH_CFG_FACTORY_SEMAPHORES TRUE | 32 | #define CH_CFG_USE_MEMCORE TRUE |
| 39 | |||
| 40 | #define CH_CFG_FACTORY_MAILBOXES TRUE | ||
| 41 | 33 | ||
| 42 | #define CH_CFG_FACTORY_OBJ_FIFOS TRUE | 34 | #define CH_CFG_USE_HEAP TRUE |
| 43 | 35 | ||
| 44 | #define CH_CFG_FACTORY_PIPES TRUE | 36 | #define CH_CFG_USE_DYNAMIC TRUE |
| 45 | 37 | ||
| 46 | #include_next <chconf.h> | 38 | #include_next <chconf.h> |
| 47 | |||
diff --git a/keyboards/zvecr/zv48/f401/chconf.h b/keyboards/zvecr/zv48/f401/chconf.h deleted file mode 100644 index e036ca893..000000000 --- a/keyboards/zvecr/zv48/f401/chconf.h +++ /dev/null | |||
| @@ -1,41 +0,0 @@ | |||
| 1 | /* Copyright 2020 QMK | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | /* | ||
| 18 | * This file was auto-generated by: | ||
| 19 | * `qmk chibios-confupdate -i keyboards/zvecr/zv48/f401/chconf.h -r platforms/chibios/common/configs/chconf.h` | ||
| 20 | */ | ||
| 21 | |||
| 22 | #pragma once | ||
| 23 | |||
| 24 | #define CH_CFG_USE_MEMCORE TRUE | ||
| 25 | |||
| 26 | #define CH_CFG_USE_FACTORY TRUE | ||
| 27 | |||
| 28 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | ||
| 29 | |||
| 30 | #define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE | ||
| 31 | |||
| 32 | #define CH_CFG_FACTORY_SEMAPHORES TRUE | ||
| 33 | |||
| 34 | #define CH_CFG_FACTORY_MAILBOXES TRUE | ||
| 35 | |||
| 36 | #define CH_CFG_FACTORY_OBJ_FIFOS TRUE | ||
| 37 | |||
| 38 | #define CH_CFG_FACTORY_PIPES TRUE | ||
| 39 | |||
| 40 | #include_next <chconf.h> | ||
| 41 | |||
diff --git a/keyboards/zvecr/zv48/f411/chconf.h b/keyboards/zvecr/zv48/f411/chconf.h deleted file mode 100644 index 30fb0a1e5..000000000 --- a/keyboards/zvecr/zv48/f411/chconf.h +++ /dev/null | |||
| @@ -1,41 +0,0 @@ | |||
| 1 | /* Copyright 2020 QMK | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | /* | ||
| 18 | * This file was auto-generated by: | ||
| 19 | * `qmk chibios-confupdate -i keyboards/zvecr/zv48/f411/chconf.h -r platforms/chibios/common/configs/chconf.h` | ||
| 20 | */ | ||
| 21 | |||
| 22 | #pragma once | ||
| 23 | |||
| 24 | #define CH_CFG_USE_MEMCORE TRUE | ||
| 25 | |||
| 26 | #define CH_CFG_USE_FACTORY TRUE | ||
| 27 | |||
| 28 | #define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE | ||
| 29 | |||
| 30 | #define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE | ||
| 31 | |||
| 32 | #define CH_CFG_FACTORY_SEMAPHORES TRUE | ||
| 33 | |||
| 34 | #define CH_CFG_FACTORY_MAILBOXES TRUE | ||
| 35 | |||
| 36 | #define CH_CFG_FACTORY_OBJ_FIFOS TRUE | ||
| 37 | |||
| 38 | #define CH_CFG_FACTORY_PIPES TRUE | ||
| 39 | |||
| 40 | #include_next <chconf.h> | ||
| 41 | |||
