this should actually work for MRE, theoretically

This commit is contained in:
rusefi 2019-06-10 18:35:18 -04:00
parent 80f38c476a
commit 7a2356b7cf
1 changed files with 5 additions and 3 deletions

View File

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