f4-slave
This commit is contained in:
parent
d52ec6a58f
commit
318bffaf53
|
@ -0,0 +1,10 @@
|
|||
|
||||
cd ../../..
|
||||
|
||||
set PROJECT_BOARD=microrusefi
|
||||
set PROJECT_CPU=ARCH_STM32F4
|
||||
set EXTRA_PARAMS=-DDUMMY -DEFI_CANBUS_PEDAL=TRUE
|
||||
|
||||
call config/boards/common_make.bat
|
||||
|
||||
|
|
@ -38,6 +38,11 @@ IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
|||
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||
pwd
|
||||
|
||||
call misc\jenkins\compile_other_versions\compile_and_upload.bat microrusefi mre-f4-slave rusefi_microrusefi.ini
|
||||
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
||||
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||
pwd
|
||||
|
||||
call misc\jenkins\compile_other_versions\compile_and_upload.bat microrusefi mre-f4-test rusefi_microrusefi.ini
|
||||
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
||||
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||
|
|
Loading…
Reference in New Issue