reducing code duplication & including kinetis
This commit is contained in:
parent
c0450ebd9b
commit
6481662092
|
@ -15,4 +15,6 @@ echo %script_name%: invoking hex2dfu.exe
|
|||
cp build/rusefi.bin deliver/
|
||||
|
||||
echo %script_name%: deliver folder
|
||||
ls -l deliver
|
||||
ls -l deliver
|
||||
|
||||
call config/boards/clean_env_variables.bat
|
|
@ -7,4 +7,3 @@ set EXTRA_PARAMS=-DDUMMY ^
|
|||
|
||||
call config/boards/common_make.bat
|
||||
|
||||
call config/boards/clean_env_variables.bat
|
||||
|
|
|
@ -12,5 +12,3 @@ set EXTRA_PARAMS=-DDUMMY -DSTM32F767xx ^
|
|||
set DEBUG_LEVEL_OPT="-O2"
|
||||
|
||||
call config/boards/common_make.bat
|
||||
|
||||
call config/boards/clean_env_variables.bat
|
|
@ -7,4 +7,4 @@ set DEFAULT_ENGINE_TYPE = -DDEFAULT_ENGINE_TYPE=MRE_BOARD_TEST
|
|||
|
||||
call config/boards/common_make.bat
|
||||
|
||||
call config/boards/clean_env_variables.bat
|
||||
|
||||
|
|
|
@ -6,4 +6,4 @@ set PROJECT_CPU=ARCH_STM32F4
|
|||
|
||||
call config/boards/common_make.bat
|
||||
|
||||
call config/boards/clean_env_variables.bat
|
||||
|
||||
|
|
|
@ -9,4 +9,3 @@ set DEFAULT_ENGINE_TYPE = -DDEFAULT_ENGINE_TYPE=MRE_BOARD_TEST
|
|||
|
||||
call config/boards/common_make.bat
|
||||
|
||||
call config/boards/clean_env_variables.bat
|
||||
|
|
|
@ -8,4 +8,3 @@ set PROJECT_CPU=ARCH_STM32F7
|
|||
|
||||
call config/boards/common_make.bat
|
||||
|
||||
call config/boards/clean_env_variables.bat
|
||||
|
|
|
@ -16,4 +16,3 @@ rem -DDEFAULT_ENGINE_TYPE=MRE_BOARD_TEST
|
|||
|
||||
call config/boards/common_make.bat
|
||||
|
||||
call config/boards/clean_env_variables.bat
|
||||
|
|
|
@ -19,4 +19,3 @@ set EXTRA_PARAMS=-DDUMMY -DSTM32F746xx ^
|
|||
set DEBUG_LEVEL_OPT="-O2"
|
||||
call config/boards/common_make.bat
|
||||
|
||||
call config/boards/clean_env_variables.bat
|
|
@ -19,4 +19,3 @@ set DEBUG_LEVEL_OPT="-O2"
|
|||
|
||||
call config/boards/common_make.bat
|
||||
|
||||
call config/boards/clean_env_variables.bat
|
||||
|
|
|
@ -19,4 +19,3 @@ set DEBUG_LEVEL_OPT="-O2"
|
|||
|
||||
call config/boards/common_make.bat
|
||||
|
||||
call config/boards/clean_env_variables.bat
|
||||
|
|
|
@ -7,4 +7,3 @@ set PROJECT_BOARD=prometheus/f405
|
|||
|
||||
call config/boards/common_make.bat
|
||||
|
||||
call config/boards/clean_env_variables.bat
|
|
@ -8,4 +8,3 @@ set USE_BOOTLOADER=yes
|
|||
|
||||
call config/boards/common_make.bat
|
||||
|
||||
call config/boards/clean_env_variables.bat
|
||||
|
|
|
@ -10,6 +10,10 @@ if not exist java_console_binary/rusefi_console.jar exit -1
|
|||
call misc\jenkins\build_simulator.bat
|
||||
if not exist simulator/build/rusefi_simulator.exe exit -1
|
||||
|
||||
call misc\jenkins\compile_other_versions\compile_and_upload.bat kinetis kinetis
|
||||
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
||||
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||
|
||||
call misc\jenkins\compile_other_versions\compile_and_upload.bat frankenso frankenso_na6
|
||||
IF NOT ERRORLEVEL 0 echo ERROR invoking compile_and_upload.bat
|
||||
IF NOT ERRORLEVEL 0 EXIT /B 1
|
||||
|
|
Loading…
Reference in New Issue