From 7a2356b7cf1f70e58561747d8e6ed95efb3e8a6a Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 10 Jun 2019 18:35:18 -0400 Subject: [PATCH] this should actually work for MRE, theoretically --- firmware/config/boards/microrusefi/!compile-mre.bat | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/firmware/config/boards/microrusefi/!compile-mre.bat b/firmware/config/boards/microrusefi/!compile-mre.bat index a78fbc9fe7..2457d22f79 100644 --- a/firmware/config/boards/microrusefi/!compile-mre.bat +++ b/firmware/config/boards/microrusefi/!compile-mre.bat @@ -1,13 +1,15 @@ cd ../../.. +set PROJECT_BOARD=nucleo_f767 +set PROJECT_CPU=ARCH_STM32F7 set EXTRA_PARAMS=-DDUMMY ^ + -DSTM32F767xx ^ + -DEFI_USE_OSC=TRUE ^ -DEFI_COMMUNICATION_PIN=GPIOE_1 ^ -DEFI_FATAL_ERROR_PIN=GPIOE_2 ^ -DEFI_RUNNING_PIN=GPIOE_3 ^ - -DEFI_WARNING_PIN=GPIOE_4 ^ - - + -DEFI_WARNING_PIN=GPIOE_4 call config/boards/common_make.bat