mre_f4_recovery build

This commit is contained in:
rusefillc 2021-01-28 17:46:49 -05:00
parent 592a481608
commit d388afff34
2 changed files with 14 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
matrix:
# What boards should we build for? In the 'include' section below,
# set up what each of these boards needs to build.
build-target: [hellen72, cypress, frankenso_na6, kinetis, mre_f4, mre_f4_hardware_QC_special_build, mre_f7, prometheus_405, prometheus_469, proteus_f4, proteus_f4_hardware_QC_special_build, proteus_f7, stm32f746_nucleo, stm32f767_nucleo]
build-target: [hellen72, cypress, frankenso_na6, kinetis, mre_f4, mre_f4_recovery, mre_f4_hardware_QC_special_build, mre_f7, prometheus_405, prometheus_469, proteus_f4, proteus_f4_hardware_QC_special_build, proteus_f7, stm32f746_nucleo, stm32f767_nucleo]
include:
# Board configurations
@ -37,6 +37,10 @@ jobs:
folder: microrusefi
ini-file: rusefi_mre_f4.ini
- build-target: mre_f4_recovery
folder: microrusefi
ini-file: rusefi_mre_f4.ini
- build-target: mre_f4_hardware_QC_special_build
folder: microrusefi
ini-file: rusefi_mre_f4.ini

View File

@ -0,0 +1,9 @@
#!/bin/bash
export PROJECT_BOARD=microrusefi
export PROJECT_CPU=ARCH_STM32F4
export EXTRA_PARAMS="-DSHORT_BOARD_NAME=mre_f4"
# export DEBUG_LEVEL_OPT="-O0 -ggdb -g3"
bash ../common_make.sh