price of lazy progress
This commit is contained in:
parent
e3b41c2387
commit
ec3ec9f40b
|
@ -12,3 +12,4 @@ export BUILDDIR=""
|
|||
export DEBUG_LEVEL_OPT=""
|
||||
export USE_FATFS=""
|
||||
export USE_SMART_BUILD=""
|
||||
export SC_BUFFER_SIZE=""
|
||||
|
|
|
@ -8,6 +8,9 @@ export EXTRA_PARAMS="-DHW_CHECK_MODE=TRUE -DSHORT_BOARD_NAME=mre_f4"
|
|||
|
||||
export DEFAULT_ENGINE_TYPE=-DDEFAULT_ENGINE_TYPE=MRE_BOARD_NEW_TEST
|
||||
|
||||
# this QC configuration is used to assert our status with debug info
|
||||
export DEBUG_LEVEL_OPT="-O0 -ggdb -g3"
|
||||
|
||||
bash config/boards/common_make.sh
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue