proteus_f4_hardware_QC_special_build
This commit is contained in:
parent
bc2b5c71e6
commit
afaef9ce8f
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue