From 205599479972b1b0680deaedf4fcc611ba51cd80 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 18 Apr 2022 00:03:56 -0400 Subject: [PATCH] something is not right here, do we still have RAM image in MRE QC? --- .../microrusefi/compile_mre_f4_hardware_QC_special_build.sh | 4 ++++ firmware/config/stm32f4ems/efifeatures.h | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/firmware/config/boards/microrusefi/compile_mre_f4_hardware_QC_special_build.sh b/firmware/config/boards/microrusefi/compile_mre_f4_hardware_QC_special_build.sh index 5299a147a0..cd7a4b663d 100755 --- a/firmware/config/boards/microrusefi/compile_mre_f4_hardware_QC_special_build.sh +++ b/firmware/config/boards/microrusefi/compile_mre_f4_hardware_QC_special_build.sh @@ -10,6 +10,10 @@ export EXTRA_PARAMS="-DDUMMY \ -DEFI_LOGIC_ANALYZER=FALSE \ -DEFI_TOOTH_LOGGER=FALSE \ -DEFI_LUA=FALSE \ + -DEFI_CJ125=FALSE \ + -DEFI_MALFUNCTION_INDICATOR=FALSE \ + -DEFI_AUX_PID=FALSE \ + -DEFI_MAX_31855=FALSE \ -DEFI_ENGINE_SNIFFER=FALSE \ -DEFI_LAUNCH_CONTROL=FALSE \ -DHW_CHECK_ALWAYS_STIMULATE=TRUE \ diff --git a/firmware/config/stm32f4ems/efifeatures.h b/firmware/config/stm32f4ems/efifeatures.h index 613b6d891b..3ac42bbeaa 100644 --- a/firmware/config/stm32f4ems/efifeatures.h +++ b/firmware/config/stm32f4ems/efifeatures.h @@ -115,7 +115,9 @@ #define EFI_ALTERNATOR_CONTROL TRUE #endif +#ifndef EFI_AUX_PID #define EFI_AUX_PID TRUE +#endif #define EFI_SIGNAL_EXECUTOR_SLEEP FALSE #define EFI_SIGNAL_EXECUTOR_ONE_TIMER TRUE @@ -319,10 +321,14 @@ /** * Do we need Malfunction Indicator blinking logic? */ +#ifndef EFI_MALFUNCTION_INDICATOR #define EFI_MALFUNCTION_INDICATOR TRUE //#define EFI_MALFUNCTION_INDICATOR FALSE +#endif +#ifndef CONSOLE_MAX_ACTIONS #define CONSOLE_MAX_ACTIONS 180 +#endif #define EFI_MAP_AVERAGING TRUE //#define EFI_MAP_AVERAGING FALSE