From 80e26f05757c63f4d88a4c44c2b2cc563188d1a6 Mon Sep 17 00:00:00 2001 From: rusefi Date: Thu, 31 Jan 2019 23:05:00 -0500 Subject: [PATCH] still works #3?! --- firmware/config/boards/STM32F407VET6_Mini.bat | 2 -- 1 file changed, 2 deletions(-) diff --git a/firmware/config/boards/STM32F407VET6_Mini.bat b/firmware/config/boards/STM32F407VET6_Mini.bat index 1c28aee2f5..dff43ff8fc 100644 --- a/firmware/config/boards/STM32F407VET6_Mini.bat +++ b/firmware/config/boards/STM32F407VET6_Mini.bat @@ -7,8 +7,6 @@ rem this board has only 512K flash so using custom FLASH_ADDR rem You probably want "flash0 : org = 0x08000000, len = 450K" in the .ld file set EXTRA_PARAMS=-DDUMMY -DEFI_COMMUNICATION_PIN=GPIOB_9 -DSTM32_HSECLK=25000000U -DSTM32_PLLM_VALUE=25 -DSTM32_RTCPRE_VALUE=25 -DDEFAULT_ENGINE_TYPE=MINIMAL_PINS^ -DEFI_INTERNAL_FLASH=FALSE ^ - -DHAL_USE_PWM=FALSE ^ - -DHAL_USE_RTC=FALSE ^ -DFLASH_ADDR=0x08075000 make -j8 clean