GDI red FATAL led on cranking #3766
This commit is contained in:
parent
f106afd9e1
commit
d7f38601b9
|
@ -31,6 +31,7 @@ jobs:
|
|||
frankenso_na6,
|
||||
kinetis,
|
||||
mre_f4,
|
||||
mre_f4_debug,
|
||||
mre_f4_recovery,
|
||||
mre_f4_hardware_QC_special_build,
|
||||
mre_f7,
|
||||
|
@ -111,6 +112,11 @@ jobs:
|
|||
folder: microrusefi
|
||||
ini-file: rusefi_mre_f4.ini
|
||||
|
||||
- build-target: mre_f4_debug
|
||||
folder: microrusefi
|
||||
ini-file: rusefi_mre_f4.ini
|
||||
skip-rate: 90
|
||||
|
||||
- build-target: mre_f4_recovery
|
||||
folder: microrusefi
|
||||
ini-file: rusefi_mre_f4.ini
|
||||
|
|
|
@ -4,10 +4,6 @@ export PROJECT_BOARD=microrusefi
|
|||
export PROJECT_CPU=ARCH_STM32F4
|
||||
export EXTRA_PARAMS="-DSHORT_BOARD_NAME=mre_f4"
|
||||
|
||||
# temporary #3766
|
||||
export EXTRA_PARAMS="-DRAMDISK_INVALID"
|
||||
export DEBUG_LEVEL_OPT="-O0 -ggdb -g"
|
||||
|
||||
# export USE_OPENBLT=yes
|
||||
|
||||
bash ../common_make.sh
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
export PROJECT_BOARD=microrusefi
|
||||
export PROJECT_CPU=ARCH_STM32F4
|
||||
export EXTRA_PARAMS="-DSHORT_BOARD_NAME=mre_f4"
|
||||
|
||||
export EXTRA_PARAMS="-DRAMDISK_INVALID"
|
||||
export DEBUG_LEVEL_OPT="-O0 -ggdb -g"
|
||||
|
||||
# export USE_OPENBLT=yes
|
||||
|
||||
bash ../common_make.sh
|
Loading…
Reference in New Issue