reducing code duplication & including kinetis

This commit is contained in:
rusefi 2019-12-04 07:50:46 -05:00
parent 6fb7a30ab4
commit e2d2bd9996
14 changed files with 9 additions and 14 deletions

View File

@ -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

View File

@ -7,4 +7,3 @@ set EXTRA_PARAMS=-DDUMMY ^
call config/boards/common_make.bat
call config/boards/clean_env_variables.bat

View File

@ -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

View File

@ -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

View File

@ -6,4 +6,4 @@ set PROJECT_CPU=ARCH_STM32F4
call config/boards/common_make.bat
call config/boards/clean_env_variables.bat

View File

@ -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

View File

@ -8,4 +8,3 @@ set PROJECT_CPU=ARCH_STM32F7
call config/boards/common_make.bat
call config/boards/clean_env_variables.bat

View File

@ -16,4 +16,3 @@ rem -DDEFAULT_ENGINE_TYPE=MRE_BOARD_TEST
call config/boards/common_make.bat
call config/boards/clean_env_variables.bat

View File

@ -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

View File

@ -19,4 +19,3 @@ set DEBUG_LEVEL_OPT="-O2"
call config/boards/common_make.bat
call config/boards/clean_env_variables.bat

View File

@ -19,4 +19,3 @@ set DEBUG_LEVEL_OPT="-O2"
call config/boards/common_make.bat
call config/boards/clean_env_variables.bat

View File

@ -7,4 +7,3 @@ set PROJECT_BOARD=prometheus/f405
call config/boards/common_make.bat
call config/boards/clean_env_variables.bat

View File

@ -8,4 +8,3 @@ set USE_BOOTLOADER=yes
call config/boards/common_make.bat
call config/boards/clean_env_variables.bat

View File

@ -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