2019-01-26 10:20:01 -08:00
|
|
|
|
|
|
|
echo "Compiling for https://rusefi.com/forum/viewtopic.php?f=4&t=1489"
|
|
|
|
cd ../..
|
|
|
|
rem TODO: somehow this -DDUMMY is helping us to not mess up the parameters, why?!
|
|
|
|
rem https://github.com/rusefi/rusefi/issues/684
|
|
|
|
set EXTRA_PARAMS="-DDUMMY -DEFI_COMMUNICATION_PIN=GPIOA_7 -DDEFAULT_ENGINE_TYPE=MINIMAL_PINS"
|
|
|
|
make -j8 clean
|
2019-06-08 19:05:52 -07:00
|
|
|
|
|
|
|
call config/boards/common_make.bat
|