Hellen88bmw (#4378)
* progress * progress * progress Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
parent
a020a4cf05
commit
6d2261791d
|
@ -23,6 +23,7 @@ jobs:
|
|||
hellen72,
|
||||
hellen81,
|
||||
hellen88bmw,
|
||||
hellen88bmw_avr,
|
||||
hellen-nb1,
|
||||
hellen-gm-e67,
|
||||
hellenNA8_96,
|
||||
|
@ -82,6 +83,10 @@ jobs:
|
|||
folder: hellen/hellen88bmw
|
||||
ini-file: rusefi_hellen88bmw.ini
|
||||
|
||||
- build-target: hellen88bmw_avr
|
||||
folder: hellen/hellen88bmw
|
||||
ini-file: rusefi_hellen88bmw.ini
|
||||
|
||||
- build-target: hellen-nb1
|
||||
folder: hellen/hellen-nb1
|
||||
ini-file: rusefi_hellen-nb1.ini
|
||||
|
|
|
@ -17,7 +17,6 @@ DDEFS += -DTS_NO_PRIMARY=1
|
|||
|
||||
# Add them all together
|
||||
DDEFS += -DFIRMWARE_ID=\"hellen88bmw\" $(VAR_DEF_ENGINE_TYPE)
|
||||
DDEFS += -DEFI_SOFTWARE_KNOCK=TRUE -DSTM32_ADC_USE_ADC3=TRUE
|
||||
|
||||
DDEFS += -DSHORT_BOARD_NAME=hellen88bmw
|
||||
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ..
|
||||
|
||||
export EXTRA_PARAMS="-DDUMMY \
|
||||
-DEFI_SOFTWARE_KNOCK=TRUE -DSTM32_ADC_USE_ADC3=TRUE \
|
||||
"
|
||||
|
||||
bash ../common_make.sh hellen/hellen88bmw ARCH_STM32F4
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd ..
|
||||
|
||||
export EXTRA_PARAMS="-DDUMMY \
|
||||
-DEFI_SOFTWARE_KNOCK=FALSE \
|
||||
-DHAL_TRIGGER_USE_ADC=TRUE \
|
||||
-DSTM32_ADC_USE_ADC3=TRUE \
|
||||
"
|
||||
|
||||
|
||||
bash ../common_make.sh hellen/hellen88bmw ARCH_STM32F4
|
Loading…
Reference in New Issue