docs
This commit is contained in:
parent
8c00f9ebe8
commit
efe0e740dd
|
@ -12,7 +12,10 @@ set EXTRA_PARAMS=-DDUMMY -DSTM32F767xx ^
|
|||
-DEFI_ENABLE_ASSERTS=FALSE ^
|
||||
-DEFI_USE_OSC=TRUE ^
|
||||
-DCH_DBG_ENABLE_CHECKS=FALSE -DCH_DBG_ENABLE_TRACE=FALSE -DCH_DBG_ENABLE_ASSERTS=FALSE -DCH_DBG_ENABLE_STACK_CHECK=FALSE -DCH_DBG_FILL_THREADS=FALSE -DCH_DBG_THREADS_PROFILING=FALSE
|
||||
|
||||
rem Do not forget to comment out following line if looking to debug!
|
||||
set DEBUG_LEVEL_OPT="-O2"
|
||||
|
||||
make -j4
|
||||
if not exist build/rusefi.hex echo FAILED to compile osc_f767
|
||||
if not exist build/rusefi.hex exit -1
|
||||
|
|
Loading…
Reference in New Issue