From 9376543dcd8fcf5ab7f6ded305ce4972c5b4c16a Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 20 Jun 2024 16:23:37 -0400 Subject: [PATCH] saving the planet with some skip rates --- firmware/config/boards/at_start_f435/meta-info.env | 1 + firmware/config/boards/hellen/alphax-2chan/meta-info.env | 1 + .../boards/hellen/alphax-8chan/meta-info-alphax-8chan.env | 1 + .../boards/hellen/hellen-112-17/meta-info-hellen-112-17.env | 2 +- .../hellen/hellen-112-17/meta-info-hellen-112-17_debug.env | 2 +- firmware/config/boards/hellen/hellen128/meta-info.env | 2 +- .../hellen/hellen154hyundai/meta-info-hellen154hyundai.env | 1 + .../hellen154hyundai_f7/meta-info-hellen154hyundai_f7.env | 1 + firmware/config/boards/m74_9/meta-info.env | 2 +- firmware/config/boards/microrusefi/meta-info-mre_f4.env | 1 + firmware/config/boards/nucleo_f429/meta-info.env | 2 +- .../config/boards/nucleo_f767/meta-info-stm32f767_nucleo.env | 2 +- .../boards/nucleo_f767/meta-info-stm32f767_nucleo_debug.env | 2 +- 13 files changed, 13 insertions(+), 7 deletions(-) diff --git a/firmware/config/boards/at_start_f435/meta-info.env b/firmware/config/boards/at_start_f435/meta-info.env index 05b5481994..42eaf524ad 100644 --- a/firmware/config/boards/at_start_f435/meta-info.env +++ b/firmware/config/boards/at_start_f435/meta-info.env @@ -1,2 +1,3 @@ SHORT_BOARD_NAME=at_start_f435 PROJECT_CPU=ARCH_AT32F4 +SKIP_RATE=95 diff --git a/firmware/config/boards/hellen/alphax-2chan/meta-info.env b/firmware/config/boards/hellen/alphax-2chan/meta-info.env index 0f997cd952..767edab8e5 100644 --- a/firmware/config/boards/hellen/alphax-2chan/meta-info.env +++ b/firmware/config/boards/hellen/alphax-2chan/meta-info.env @@ -1,3 +1,4 @@ SHORT_BOARD_NAME=alphax-2chan PROJECT_CPU=ARCH_STM32F4 USE_OPENBLT=yes +SKIP_RATE=50 diff --git a/firmware/config/boards/hellen/alphax-8chan/meta-info-alphax-8chan.env b/firmware/config/boards/hellen/alphax-8chan/meta-info-alphax-8chan.env index a5a6cf6a9d..1d7194b509 100644 --- a/firmware/config/boards/hellen/alphax-8chan/meta-info-alphax-8chan.env +++ b/firmware/config/boards/hellen/alphax-8chan/meta-info-alphax-8chan.env @@ -1,2 +1,3 @@ SHORT_BOARD_NAME=alphax-8chan PROJECT_CPU=ARCH_STM32F4 +SKIP_RATE=40 diff --git a/firmware/config/boards/hellen/hellen-112-17/meta-info-hellen-112-17.env b/firmware/config/boards/hellen/hellen-112-17/meta-info-hellen-112-17.env index 9b125712e0..17ae27de6b 100644 --- a/firmware/config/boards/hellen/hellen-112-17/meta-info-hellen-112-17.env +++ b/firmware/config/boards/hellen/hellen-112-17/meta-info-hellen-112-17.env @@ -1,3 +1,3 @@ SHORT_BOARD_NAME=hellen-112-17 PROJECT_CPU=ARCH_STM32F4 -SKIP_RATE=50 +SKIP_RATE=95 diff --git a/firmware/config/boards/hellen/hellen-112-17/meta-info-hellen-112-17_debug.env b/firmware/config/boards/hellen/hellen-112-17/meta-info-hellen-112-17_debug.env index 90986a4774..66e53b59d3 100644 --- a/firmware/config/boards/hellen/hellen-112-17/meta-info-hellen-112-17_debug.env +++ b/firmware/config/boards/hellen/hellen-112-17/meta-info-hellen-112-17_debug.env @@ -3,4 +3,4 @@ PROJECT_CPU=ARCH_STM32F4 EXTRA_PARAMS=-DRAMDISK_INVALID -DEFI_LUA=FALSE DEBUG_LEVEL_OPT=-O0 -ggdb -g INCLUDE_ELF=yes -SKIP_RATE=50 +SKIP_RATE=95 diff --git a/firmware/config/boards/hellen/hellen128/meta-info.env b/firmware/config/boards/hellen/hellen128/meta-info.env index d7fa681035..c0d8efb424 100644 --- a/firmware/config/boards/hellen/hellen128/meta-info.env +++ b/firmware/config/boards/hellen/hellen128/meta-info.env @@ -1,3 +1,3 @@ SHORT_BOARD_NAME=hellen128 PROJECT_CPU=ARCH_STM32F4 -SKIP_RATE=50 +SKIP_RATE=90 diff --git a/firmware/config/boards/hellen/hellen154hyundai/meta-info-hellen154hyundai.env b/firmware/config/boards/hellen/hellen154hyundai/meta-info-hellen154hyundai.env index d7ed30c722..791f7b8a98 100644 --- a/firmware/config/boards/hellen/hellen154hyundai/meta-info-hellen154hyundai.env +++ b/firmware/config/boards/hellen/hellen154hyundai/meta-info-hellen154hyundai.env @@ -1,2 +1,3 @@ SHORT_BOARD_NAME=hellen154hyundai PROJECT_CPU=ARCH_STM32F4 +SKIP_RATE=60 diff --git a/firmware/config/boards/hellen/hellen154hyundai_f7/meta-info-hellen154hyundai_f7.env b/firmware/config/boards/hellen/hellen154hyundai_f7/meta-info-hellen154hyundai_f7.env index 216dd6e502..1787351ca3 100644 --- a/firmware/config/boards/hellen/hellen154hyundai_f7/meta-info-hellen154hyundai_f7.env +++ b/firmware/config/boards/hellen/hellen154hyundai_f7/meta-info-hellen154hyundai_f7.env @@ -4,3 +4,4 @@ _USE_OPENBLT=yes EXTRA_PARAMS=-DEFI_LUA=FALSE -DEFI_LUA_LOOKUP=FALSE _DEBUG_LEVEL_OPT=-O0 -ggdb -g _INCLUDE_ELF=yes +SKIP_RATE=60 diff --git a/firmware/config/boards/m74_9/meta-info.env b/firmware/config/boards/m74_9/meta-info.env index 1a81bfd767..823db88130 100644 --- a/firmware/config/boards/m74_9/meta-info.env +++ b/firmware/config/boards/m74_9/meta-info.env @@ -1,3 +1,3 @@ SHORT_BOARD_NAME=m74_9 PROJECT_CPU=ARCH_AT32F4 -SKIP_RATE=50 +SKIP_RATE=95 diff --git a/firmware/config/boards/microrusefi/meta-info-mre_f4.env b/firmware/config/boards/microrusefi/meta-info-mre_f4.env index 8d6dd43b21..f4f675c79e 100644 --- a/firmware/config/boards/microrusefi/meta-info-mre_f4.env +++ b/firmware/config/boards/microrusefi/meta-info-mre_f4.env @@ -1,3 +1,4 @@ SHORT_BOARD_NAME=mre_f4 PROJECT_CPU=ARCH_STM32F4 USE_OPENBLT=yes +SKIP_RATE=80 diff --git a/firmware/config/boards/nucleo_f429/meta-info.env b/firmware/config/boards/nucleo_f429/meta-info.env index ff733b9665..7a792c81d5 100644 --- a/firmware/config/boards/nucleo_f429/meta-info.env +++ b/firmware/config/boards/nucleo_f429/meta-info.env @@ -1,3 +1,3 @@ SHORT_BOARD_NAME=stm32f429_nucleo PROJECT_CPU=ARCH_STM32F4 -SKIP_RATE=50 +SKIP_RATE=80 diff --git a/firmware/config/boards/nucleo_f767/meta-info-stm32f767_nucleo.env b/firmware/config/boards/nucleo_f767/meta-info-stm32f767_nucleo.env index 2c91763e06..ff3fb36bda 100644 --- a/firmware/config/boards/nucleo_f767/meta-info-stm32f767_nucleo.env +++ b/firmware/config/boards/nucleo_f767/meta-info-stm32f767_nucleo.env @@ -2,4 +2,4 @@ SHORT_BOARD_NAME=stm32f767_nucleo PROJECT_CPU=ARCH_STM32F7 USE_FATFS=no EXTRA_PARAMS=-DSTM32F767xx -DEFI_INJECTOR_PIN3=Gpio::Unassigned -DSTM32_HSE_BYPASS=TRUE -DEFI_ENABLE_ASSERTS=FALSE -DCH_DBG_ENABLE_CHECKS=FALSE -DCH_DBG_ENABLE_ASSERTS=FALSE -DCH_DBG_ENABLE_STACK_CHECK=FALSE -DCH_DBG_FILL_THREADS=FALSE -DCH_DBG_THREADS_PROFILING=FALSE -SKIP_RATE=50 +SKIP_RATE=80 diff --git a/firmware/config/boards/nucleo_f767/meta-info-stm32f767_nucleo_debug.env b/firmware/config/boards/nucleo_f767/meta-info-stm32f767_nucleo_debug.env index 61d0579dd1..fa06df69f0 100644 --- a/firmware/config/boards/nucleo_f767/meta-info-stm32f767_nucleo_debug.env +++ b/firmware/config/boards/nucleo_f767/meta-info-stm32f767_nucleo_debug.env @@ -5,4 +5,4 @@ __OOOPS_NO_MULTI_LINE_SYNTAX_HERE?! EXTRA_PARAMS=-DSTM32F767xx -DEFI_INJECTOR_PIN3=Gpio::Unassigned -DSTM32_HSE_BYPASS=TRUE -DEFI_ENABLE_ASSERTS=FALSE -DCH_DBG_ENABLE_CHECKS=FALSE -DCH_DBG_ENABLE_ASSERTS=FALSE -DCH_DBG_ENABLE_STACK_CHECK=FALSE -DCH_DBG_FILL_THREADS=FALSE -DCH_DBG_THREADS_PROFILING=FALSE -DEFI_LUA=FALSE -DEFI_HPFP=FALSE -DEFI_ALTERNATOR_CONTROL=FALSE -DEFI_LOGIC_ANALYZER=FALSE DEBUG_LEVEL_OPT=-O0 -ggdb -g INCLUDE_ELF=yes -SKIP_RATE=50 +SKIP_RATE=80