rusefi-1/firmware/config/boards/microrusefi/!compile-mre.bat

20 lines
433 B
Batchfile
Raw Normal View History

2019-06-09 18:24:21 -07:00
cd ../../..
2019-06-12 13:10:18 -07:00
set LDSCRIPT = config/boards/NUCLEO_F767/STM32F76xxI.ld
set PROJECT_BOARD=nucleo_f767
set PROJECT_CPU=ARCH_STM32F7
set EXTRA_PARAMS=-DDUMMY ^
-DSTM32F767xx ^
-DEFI_USE_OSC=TRUE ^
2019-07-13 12:01:48 -07:00
-DFIRMWARE_ID=\"microRusEfi\" ^
-DEFI_COMMUNICATION_PIN=GPIOE_1 ^
-DEFI_FATAL_ERROR_PIN=GPIOE_2 ^
-DEFI_RUNNING_PIN=GPIOE_3 ^
-DEFI_WARNING_PIN=GPIOE_4
2019-06-09 18:24:21 -07:00
call config/boards/common_make.bat
call config/boards/clean_env_variables.bat