2019-01-25 20:42:49 -08:00
|
|
|
|
|
|
|
echo "Compiling for https://rusefi.com/forum/viewtopic.php?f=4&t=1498"
|
|
|
|
cd ../..
|
2019-01-26 09:13:35 -08:00
|
|
|
rem TODO: somehow this -DDUMMY is helping us to not mess up the parameters, why?!
|
|
|
|
rem https://github.com/rusefi/rusefi/issues/684
|
2019-01-27 14:53:11 -08:00
|
|
|
rem this board has only 512K flash so using custom FLASH_ADDR
|
2019-01-27 15:04:59 -08:00
|
|
|
rem You probably want "flash0 : org = 0x08000000, len = 450K" in the .ld file
|
2021-07-12 17:51:35 -07:00
|
|
|
set EXTRA_PARAMS=-DDUMMY -DEFI_COMMUNICATION_PIN=GPIOB_9 -DSTM32_RTCPRE_VALUE=25 -DDEFAULT_ENGINE_TYPE=MINIMAL_PINS^
|
2019-01-31 19:36:47 -08:00
|
|
|
-DEFI_INTERNAL_FLASH=FALSE ^
|
2019-01-31 20:40:20 -08:00
|
|
|
-DHAL_USE_RTC=FALSE ^
|
2019-02-21 20:07:18 -08:00
|
|
|
-DBOARD_OTG_NOVBUSSENS ^
|
2019-01-31 19:36:47 -08:00
|
|
|
-DFLASH_ADDR=0x08075000
|
|
|
|
|
2019-01-26 09:13:35 -08:00
|
|
|
make -j8 clean
|
2019-06-08 19:05:52 -07:00
|
|
|
|
|
|
|
call config/boards/common_make.bat
|