This commit is contained in:
rusefillc 2024-02-14 17:17:44 -05:00
parent 17225e0e89
commit 07ea8e48ad
10 changed files with 0 additions and 81 deletions

View File

@ -150,9 +150,6 @@ jobs:
frankenso_na6,
kinetis,
mre_f4,
mre_f4_no_openblt,
mre_f4_debug,
mre_f4_recovery,
mre_f7,
prometheus_405,
prometheus_469,
@ -332,20 +329,6 @@ jobs:
folder: config/boards/microrusefi
short-board-name: mre_f4
- build-target: mre_f4_no_openblt
folder: config/boards/microrusefi
short-board-name: mre_f4
- build-target: mre_f4_debug
folder: config/boards/microrusefi
short-board-name: mre_f4
skip-rate: 100
- build-target: mre_f4_recovery
folder: config/boards/microrusefi
short-board-name: mre_f4
skip-rate: 100
- build-target: mre_f7
folder: config/boards/microrusefi
short-board-name: mre_f7

View File

@ -1,2 +0,0 @@
@echo off
bash.exe compile_mre_f4_hardware_QC_special_build.sh

View File

@ -1,2 +0,0 @@
@echo off
bash.exe compile_mre_f4_slave.sh

View File

@ -1,2 +0,0 @@
@echo off
bash.exe compile_mre_f7_test.sh

View File

@ -1,8 +0,0 @@
#!/bin/bash
export EXTRA_PARAMS="-DRAMDISK_INVALID -DEFI_LUA=FALSE"
export DEBUG_LEVEL_OPT="-O0 -ggdb -g"
# export USE_OPENBLT=yes
export INCLUDE_ELF=yes
bash ../common_make.sh config/boards/microrusefi/meta-info_f4.env

View File

@ -1,26 +0,0 @@
#!/bin/bash
export EXTRA_PARAMS="\
-DHW_CHECK_MODE=TRUE \
-DANALOG_HW_CHECK_MODE=TRUE \
-DEFI_HPFP=FALSE \
-DEFI_ALTERNATOR_CONTROL=FALSE \
-DEFI_LOGIC_ANALYZER=FALSE \
-DEFI_TOOTH_LOGGER=FALSE \
-DEFI_LUA=FALSE \
-DEFI_MALFUNCTION_INDICATOR=FALSE \
-DEFI_AUX_PID=FALSE \
-DEFI_MAX_31855=FALSE \
-DEFI_ENGINE_SNIFFER=FALSE \
-DEFI_STORAGE_INT_FLASH=FALSE \
-DEFI_LAUNCH_CONTROL=FALSE \
-DEFI_ANTILAG_SYSTEM=FALSE \
-DHW_CHECK_ALWAYS_STIMULATE=TRUE \
-DRAMDISK_INVALID"
export VAR_DEF_ENGINE_TYPE=-DDEFAULT_ENGINE_TYPE=engine_type_e::MRE_BOARD_NEW_TEST
# this QC configuration is used to assert our status with debug info
export DEBUG_LEVEL_OPT="-O0 -ggdb -g"
bash ../common_make.sh config/boards/microrusefi/meta-info_f4.env

View File

@ -1,5 +0,0 @@
#!/bin/bash
# somehow OpenBLT is not compatible with custom MRE https://rusefi.com/forum/viewtopic.php?p=47085#p47085
bash ../common_make.sh config/boards/microrusefi/meta-info_f4.env

View File

@ -1,7 +0,0 @@
#!/bin/bash
export EXTRA_PARAMS="-DIGNORE_FLASH_CONFIGURATION=TRUE"
# export DEBUG_LEVEL_OPT="-O0 -ggdb -g"
bash ../common_make.sh config/boards/microrusefi/meta-info_f4.env

View File

@ -1,7 +0,0 @@
#!/bin/bash
export EXTRA_PARAMS=-DDUMMY -DEFI_CANBUS_SLAVE=TRUE
export VAR_DEF_ENGINE_TYPE = -DDEFAULT_ENGINE_TYPE=engine_type_e::BMW_M73_MRE_SLAVE
bash ../common_make.sh config/boards/microrusefi/meta-info_f4.env

View File

@ -1,5 +0,0 @@
#!/bin/bash
export VAR_DEF_ENGINE_TYPE="-DDEFAULT_ENGINE_TYPE=engine_type_e::MRE_BOARD_TEST"
bash ../common_make.sh config/boards/microrusefi/meta-info_f7.env