non-default CI issues

This commit is contained in:
rusefi 2019-04-19 13:52:13 -04:00
parent 1dd36f996e
commit ccf52ec21a
4 changed files with 11 additions and 4 deletions

View File

@ -4,7 +4,7 @@ rem
cd ../../..
set PROJECT_BOARD=nucleo_F746
set PROJECT_CPU=ST_STM32F7
set PROJECT_CPU=ARCH_STM32F7
set EXTRA_PARAMS=-DDUMMY -DSTM32F746xx ^
-DEFI_INJECTOR_PIN3=GPIO_UNASSIGNED ^
-DEFI_COMMUNICATION_PIN=GPIOB_7 ^

View File

@ -4,7 +4,7 @@ rem
cd ../../..
set PROJECT_BOARD=nucleo_f767
set PROJECT_CPU=ST_STM32F7
set PROJECT_CPU=ARCH_STM32F7
set EXTRA_PARAMS=-DDUMMY -DSTM32F767xx ^
-DEFI_INJECTOR_PIN3=GPIO_UNASSIGNED ^
-DEFI_COMMUNICATION_PIN=GPIOB_7 ^

View File

@ -4,7 +4,7 @@ rem
cd ../../..
set PROJECT_BOARD=nucleo_f767
set PROJECT_CPU=ST_STM32F7
set PROJECT_CPU=ARCH_STM32F7
set EXTRA_PARAMS=-DDUMMY -DSTM32F767xx ^
-DEFI_INJECTOR_PIN3=GPIO_UNASSIGNED ^
-DEFI_COMMUNICATION_PIN=GPIOB_7 ^

View File

@ -14,6 +14,8 @@ cd ..
echo Compiling F746
cd firmware\config\boards\nucleo_f746
call !compile-nucleo_f746.bat
if not exist build/rusefi.hex echo Just to confirm - FAILED to compile nucleo_f746
if not exist build/rusefi.hex exit -1
cd ..
pwd
set bundle_name=stm32f746_nucleo
@ -27,6 +29,8 @@ cd ..
echo Compiling F767
cd firmware\config\boards\nucleo_f767
call !compile-nucleo_f767.bat
if not exist build/rusefi.hex echo Just to confirm - FAILED to compile nucleo_f767
if not exist build/rusefi.hex exit -1
cd ..
pwd
set bundle_name=stm32f767_nucleo
@ -40,7 +44,10 @@ call clean.bat
cd ..
echo Compiling F767
cd firmware\config\boards\nucleo_f767
call !compile-f767.bat
call !compile-osc_f767.bat
if not exist build/rusefi.hex echo Just to confirm - FAILED to compile osc_f767
if not exist build/rusefi.hex exit -1
cd ..
pwd
set bundle_name=stm32f767_osc