From b21897a5a751650fe325a64b62c8f169ca79901d Mon Sep 17 00:00:00 2001 From: Dimitris Mantzouranis Date: Wed, 12 Oct 2022 22:50:33 +0300 Subject: [PATCH] more config cleanup --- .../boards/SN_SN32F240/configs/chconf.h | 10 ------- .../boards/SN_SN32F240/configs/halconf.h | 29 ------------------- .../boards/SN_SN32F240B/configs/chconf.h | 4 --- .../boards/SN_SN32F260/configs/halconf.h | 29 ------------------- 4 files changed, 72 deletions(-) delete mode 100644 platforms/chibios/boards/SN_SN32F240/configs/halconf.h delete mode 100644 platforms/chibios/boards/SN_SN32F260/configs/halconf.h diff --git a/platforms/chibios/boards/SN_SN32F240/configs/chconf.h b/platforms/chibios/boards/SN_SN32F240/configs/chconf.h index 147d6195532b..f698a1885926 100644 --- a/platforms/chibios/boards/SN_SN32F240/configs/chconf.h +++ b/platforms/chibios/boards/SN_SN32F240/configs/chconf.h @@ -23,15 +23,5 @@ #define CH_CFG_ST_TIMEDELTA 0 -#define CH_CFG_USE_TIMESTAMP FALSE - -#define CH_CFG_USE_WAITEXIT TRUE - -#define CH_CFG_USE_CONDVARS TRUE - -#define CH_CFG_USE_MESSAGES TRUE - -#define CH_CFG_USE_MEMCORE FALSE - #include_next diff --git a/platforms/chibios/boards/SN_SN32F240/configs/halconf.h b/platforms/chibios/boards/SN_SN32F240/configs/halconf.h deleted file mode 100644 index 70beb720c15b..000000000000 --- a/platforms/chibios/boards/SN_SN32F240/configs/halconf.h +++ /dev/null @@ -1,29 +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-confmigrate -i platforms/chibios/boards/SN_SN32F240/configs/halconf.h -r platforms/chibios/boards/common/configs/halconf.h` - */ - -#pragma once - -#define HAL_USE_SERIAL_USB TRUE - -#define SERIAL_BUFFERS_SIZE 16 - -#include_next - diff --git a/platforms/chibios/boards/SN_SN32F240B/configs/chconf.h b/platforms/chibios/boards/SN_SN32F240B/configs/chconf.h index 4219326c0d69..e33f469b474c 100644 --- a/platforms/chibios/boards/SN_SN32F240B/configs/chconf.h +++ b/platforms/chibios/boards/SN_SN32F240B/configs/chconf.h @@ -25,10 +25,6 @@ #define CH_CFG_ST_TIMEDELTA 0 -#define CH_CFG_USE_TIMESTAMP FALSE - -#define CH_CFG_USE_WAITEXIT TRUE - #include_next #undef CH_CFG_IDLE_ENTER_HOOK diff --git a/platforms/chibios/boards/SN_SN32F260/configs/halconf.h b/platforms/chibios/boards/SN_SN32F260/configs/halconf.h deleted file mode 100644 index b9dd5929760c..000000000000 --- a/platforms/chibios/boards/SN_SN32F260/configs/halconf.h +++ /dev/null @@ -1,29 +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-confmigrate -i platforms/chibios/boards/SN_SN32F260/configs/halconf.h -r platforms/chibios/boards/common/configs/halconf.h` - */ - -#pragma once - -#define HAL_USE_SERIAL_USB TRUE - -#define SERIAL_BUFFERS_SIZE 16 - -#include_next -