diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 844c9f2588..4c71950a4f 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -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: [cypress, frankenso_na6, kinetis, mre_f4, mre_f4_hardware_QC_special_build, mre_f7, prometheus_405, prometheus_469, proteus_f4, proteus_f7, stm32f746_nucleo, stm32f767_nucleo] + build-target: [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] include: # Board configurations @@ -53,6 +53,10 @@ jobs: folder: proteus ini-file: rusefi_proteus_f4.ini + - build-target: proteus_f4_hardware_QC_special_build + folder: proteus + ini-file: rusefi_proteus_f4.ini + - build-target: proteus_f7 folder: proteus ini-file: rusefi_proteus_f7.ini diff --git a/firmware/config/boards/proteus/compile_proteus_f4_hardware_QC_special_build.sh b/firmware/config/boards/proteus/compile_proteus_f4_hardware_QC_special_build.sh new file mode 100644 index 0000000000..4b886a80c9 --- /dev/null +++ b/firmware/config/boards/proteus/compile_proteus_f4_hardware_QC_special_build.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +export PROJECT_BOARD=proteus +export PROJECT_CPU=ARCH_STM32F4 +export EXTRA_PARAMS=-DSHORT_BOARD_NAME=proteus_f4 + +# export DEBUG_LEVEL_OPT="-O0 -ggdb -g3" + +bash ../common_make.sh