build h7 proteus (#2429)
* build h7 * scripts Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
This commit is contained in:
parent
e29daa2b12
commit
71cddcea52
|
@ -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_recovery, mre_f4_hardware_QC_special_build, mre_f7, prometheus_405, prometheus_469, proteus_f4, proteus_f4_hardware_QC_special_build, proteus_f7, stm32f767_nucleo, stm32h743_nucleo, subaru_eg33_f7]
|
||||
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, proteus_h7, stm32f767_nucleo, stm32h743_nucleo, subaru_eg33_f7]
|
||||
|
||||
include:
|
||||
# Board configurations
|
||||
|
@ -70,6 +70,10 @@ jobs:
|
|||
folder: proteus
|
||||
ini-file: rusefi_proteus_f7.ini
|
||||
|
||||
- build-target: proteus_h7
|
||||
folder: proteus
|
||||
ini-file: rusefi_proteus_h7.ini
|
||||
|
||||
- build-target: stm32f767_nucleo
|
||||
folder: nucleo_f767
|
||||
ini-file: no
|
||||
|
|
|
@ -4,6 +4,4 @@ export PROJECT_BOARD=proteus
|
|||
export PROJECT_CPU=ARCH_STM32F4
|
||||
export EXTRA_PARAMS=-DSHORT_BOARD_NAME=proteus_f4
|
||||
|
||||
# export DEBUG_LEVEL_OPT="-O0 -ggdb -g"
|
||||
|
||||
bash ../common_make.sh
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
export PROJECT_BOARD=proteus
|
||||
export PROJECT_CPU=ARCH_STM32H7
|
||||
export EXTRA_PARAMS=-DSHORT_BOARD_NAME=proteus_h7
|
||||
|
||||
bash ../common_make.sh
|
Loading…
Reference in New Issue