more of the same
This commit is contained in:
parent
c0a9eb57a7
commit
dea4bb6511
|
@ -7,3 +7,7 @@ set PROJECT_CPU=
|
|||
set USE_BOOTLOADER=
|
||||
set DEFAULT_ENGINE_TYPE=
|
||||
set EFI_FATAL_ERROR_PIN=
|
||||
set BUILDDIR=
|
||||
set DEBUG_LEVEL_OPT=
|
||||
set USE_FATFS=
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ cd ../../..
|
|||
|
||||
rm -f build_kinetis/rusefi_kinetis.*
|
||||
|
||||
make -r -j4 2> err.log
|
||||
make -r -j4
|
||||
rem rm -f build/rusefi.dfu
|
||||
rem dir build
|
||||
rem ..\misc\hex2dfu\HEX2DFU.exe build/rusefi.hex -out build/rusefi.dfu
|
||||
|
|
Loading…
Reference in New Issue