mirror of https://github.com/rusefi/wideband.git
f1_dual_rev1: enable OpenBLT by default (#267)
Co-authored-by: Andrey Gusakov <dron0gus@gmail.com>
This commit is contained in:
parent
b7004cd579
commit
790232b778
|
@ -1,6 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
#BOARD=f1_dual USE_OPENBLT=yes ../build_f1_board.sh
|
||||
# set optimization level to 0 until ADC issue is fixed for GD32
|
||||
BOARD=f1_dual_rev1 \
|
||||
USE_OPENBLT=yes \
|
||||
USE_OPT="-O0 -ggdb -fomit-frame-pointer -falign-functions=16 -fsingle-precision-constant" \../build_f1_board.sh
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
BOARD=f1_dual_rev1 \
|
||||
USE_OPT="-O0 -ggdb -fomit-frame-pointer -falign-functions=16 -fsingle-precision-constant" \../build_f1_board.sh
|
Loading…
Reference in New Issue